39 lines
951 B
JSON
39 lines
951 B
JSON
{
|
|
"name": "houshan-panel",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/nextjs-registry": "^1.0.2",
|
|
"@tanstack/react-query": "^5.64.2",
|
|
"antd": "^5.23.0",
|
|
"apexcharts": "^4.3.0",
|
|
"axios": "^1.7.9",
|
|
"iconsax-react": "^0.0.8",
|
|
"next": "15.1.4",
|
|
"react": "^19.0.0",
|
|
"react-apexcharts": "^1.7.0",
|
|
"react-dom": "^19.0.0",
|
|
"tailwind-merge": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@ant-design/v5-patch-for-react-19": "^1.0.3",
|
|
"@eslint/eslintrc": "^3",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.1.4",
|
|
"postcss": "^8",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.9",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|