ASPNetCore/Next/package.json

38 lines
991 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-26 06:08:15 +00:00
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
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",
2021-03-26 06:08:15 +00:00
"react-dom": "^17.0.2",
"react-fontawesome": "^1.7.1",
"sweetalert2": "^10.15.6"
2021-03-25 05:04:09 +00:00
},
"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"
}
}