mirror of
https://github.com/siwa-net/my-finance-pal.git
synced 2024-11-10 00:51:56 +01:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "my-finance-pal",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"lint:fix": "next lint -- --fix",
|
|
"codegen": "rm -rf ./src/generated/openapi; openapi --input ./api.yaml --output ./src/generated/openapi"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.3.0",
|
|
"@fortawesome/free-regular-svg-icons": "^6.3.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.3.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@sindresorhus/is": "^5.3.0",
|
|
"@tanstack/react-query": "^4.28.0",
|
|
"@types/node": "18.15.5",
|
|
"@types/react": "18.0.28",
|
|
"@types/react-dom": "18.0.11",
|
|
"date-fns": "^2.29.3",
|
|
"eslint": "8.36.0",
|
|
"eslint-config-next": "13.2.4",
|
|
"fishery": "^2.2.2",
|
|
"next": "13.2.4",
|
|
"number-precision": "^1.6.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-sweet-progress": "^1.1.2",
|
|
"sass": "^1.59.3",
|
|
"typescript": "5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"openapi-typescript-codegen": "^0.23.0",
|
|
"prettier": "2.8.6"
|
|
}
|
|
}
|