30 lines
692 B
JSON
30 lines
692 B
JSON
{
|
|
"name": "testappruna",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"mobx": "^6.1.8",
|
|
"mobx-react": "^7.1.0",
|
|
"next": "^10.0.9",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.13.10",
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
"@babel/plugin-proposal-decorators": "^7.13.5",
|
|
"@types/node": "^14.14.35",
|
|
"@types/react": "^17.0.3",
|
|
"typescript": "^4.2.3"
|
|
}
|
|
}
|