You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
680 B
JSON
30 lines
680 B
JSON
{
|
|
"name": "top-app",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "12.2.5",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/classnames": "^2.3.1",
|
|
"@types/node": "^18.7.14",
|
|
"@types/react": "^18.0.18",
|
|
"@typescript-eslint/eslint-plugin": "^5.36.1",
|
|
"@typescript-eslint/parser": "^5.36.1",
|
|
"axios": "^0.27.2",
|
|
"bootstrap": "^5.2.0",
|
|
"eslint": "^8.23.0",
|
|
"eslint-config-next": "12.2.5",
|
|
"js-cookie": "^3.0.1",
|
|
"jwt-decode": "^3.1.2",
|
|
"reactstrap": "^9.1.4",
|
|
"typescript": "^4.8.2"
|
|
}
|
|
}
|