38 lines
991 B
JSON
38 lines
991 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": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
|
"@fortawesome/react-fontawesome": "^0.1.14",
|
|
"axios": "^0.21.1",
|
|
"bootstrap": "^5.0.0-beta3",
|
|
"mobx": "^6.1.8",
|
|
"mobx-react": "^7.1.0",
|
|
"next": "^10.0.9",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-fontawesome": "^1.7.1",
|
|
"sweetalert2": "^10.15.6"
|
|
},
|
|
"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",
|
|
"tslib": "^2.1.0",
|
|
"typescript": "^4.2.3"
|
|
}
|
|
}
|