34 lines
761 B
JSON
34 lines
761 B
JSON
{
|
|
"name": "icynet-admin",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"cookies": "^0.8.0",
|
|
"http-proxy": "^1.18.1",
|
|
"next": "12.2.5",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hot-toast": "^2.3.0",
|
|
"swr": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cookies": "^0.7.7",
|
|
"@types/http-proxy": "^1.17.9",
|
|
"@types/node": "18.7.13",
|
|
"@types/react": "18.0.17",
|
|
"@types/react-dom": "18.0.6",
|
|
"eslint": "8.23.0",
|
|
"eslint-config-next": "12.2.5",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"prettier": "^2.7.1",
|
|
"sass": "^1.54.5",
|
|
"typescript": "4.8.2"
|
|
}
|
|
}
|