27 lines
579 B
JSON
27 lines
579 B
JSON
{
|
|
"name": "wisesplit",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^1.8.6",
|
|
"jotai": "^1.8.6",
|
|
"next": "12.3.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-redux": "^8.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.11.4",
|
|
"@types/react": "18.0.21",
|
|
"@types/react-dom": "18.0.6",
|
|
"eslint": "8.26.0",
|
|
"eslint-config-next": "12.3.1",
|
|
"typescript": "4.8.4"
|
|
}
|
|
}
|