2024-05-17 18:14:17 +00:00
|
|
|
{
|
|
|
|
"name": "my-app",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@ant-design/icons": "^5.3.7",
|
|
|
|
"antd": "^5.17.0",
|
2024-05-31 12:42:52 +00:00
|
|
|
"axios": "^1.7.2",
|
|
|
|
"js-cookie": "^3.0.5",
|
2024-05-17 18:14:17 +00:00
|
|
|
"next": "14.2.3",
|
|
|
|
"react": "^18",
|
|
|
|
"react-dom": "^18"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-05-31 12:42:52 +00:00
|
|
|
"@types/js-cookie": "^3.0.6",
|
2024-05-17 18:14:17 +00:00
|
|
|
"@types/node": "^20",
|
|
|
|
"@types/react": "^18",
|
|
|
|
"@types/react-dom": "^18",
|
|
|
|
"eslint": "^8",
|
|
|
|
"eslint-config-next": "14.2.3",
|
|
|
|
"postcss": "^8",
|
|
|
|
"tailwindcss": "^3.4.1",
|
|
|
|
"typescript": "^5"
|
|
|
|
}
|
|
|
|
}
|