mirror of
https://github.com/siwa-net/my-finance-pal.git
synced 2024-11-10 00:51:56 +01:00
22 lines
472 B
JSON
22 lines
472 B
JSON
{
|
|
"name": "my-finance-pal",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "18.15.5",
|
|
"@types/react": "18.0.28",
|
|
"@types/react-dom": "18.0.11",
|
|
"eslint": "8.36.0",
|
|
"eslint-config-next": "13.2.4",
|
|
"next": "13.2.4",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"typescript": "5.0.2"
|
|
}
|
|
}
|