40 lines
1023 B
JSON
40 lines
1023 B
JSON
{
|
|
"name": "hyapp-admin-platform",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "pnpm@9.15.9",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"format": "prettier --write .",
|
|
"test": "vitest run",
|
|
"preview": "vite preview --host 0.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "11.14.0",
|
|
"@emotion/styled": "11.14.1",
|
|
"@mui/icons-material": "9.0.0",
|
|
"@mui/material": "9.0.0",
|
|
"echarts": "6.0.0",
|
|
"react": "19.2.5",
|
|
"react-dom": "19.2.5",
|
|
"react-router-dom": "^7.14.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@vitejs/plugin-react": "6.0.1",
|
|
"eslint": "^10.2.1",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"globals": "^17.5.0",
|
|
"jsdom": "^29.1.1",
|
|
"prettier": "^3.8.3",
|
|
"vite": "8.0.10",
|
|
"vitest": "^4.1.5"
|
|
}
|
|
}
|