ASPNetCore/Next/package.json

33 lines
772 B
JSON
Raw Normal View History

2021-03-25 05:04:09 +00:00
{
"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": {
2021-03-25 10:07:27 +00:00
"axios": "^0.21.1",
"bootstrap": "^5.0.0-beta3",
2021-03-25 07:05:25 +00:00
"mobx": "^6.1.8",
"mobx-react": "^7.1.0",
2021-03-25 05:04:09 +00:00
"next": "^10.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
2021-03-25 07:05:25 +00:00
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.5",
2021-03-25 05:04:09 +00:00
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
2021-03-25 10:07:27 +00:00
"tslib": "^2.1.0",
2021-03-25 05:04:09 +00:00
"typescript": "^4.2.3"
}
}