icynet-admin/package.json

34 lines
761 B
JSON
Raw Permalink Normal View History

2022-08-29 14:53:03 +00:00
{
"name": "icynet-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2022-08-29 18:09:28 +00:00
"cookies": "^0.8.0",
"http-proxy": "^1.18.1",
2022-08-29 14:53:03 +00:00
"next": "12.2.5",
"react": "18.2.0",
2022-08-29 18:09:28 +00:00
"react-dom": "18.2.0",
2022-09-01 14:23:11 +00:00
"react-hot-toast": "^2.3.0",
2022-08-29 18:09:28 +00:00
"swr": "^1.3.0"
2022-08-29 14:53:03 +00:00
},
"devDependencies": {
2022-08-29 18:09:28 +00:00
"@types/cookies": "^0.7.7",
"@types/http-proxy": "^1.17.9",
2022-08-29 14:53:03 +00:00
"@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",
2022-08-29 18:09:28 +00:00
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"sass": "^1.54.5",
2022-08-29 14:53:03 +00:00
"typescript": "4.8.2"
}
}