37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0 --port 20301",
|
|
"build": "tsc -b && vite build && node scripts/verify-build.mjs",
|
|
"test": "vitest run --exclude src/test/App.test.tsx",
|
|
"test:legacy": "vitest run src/test/App.test.tsx",
|
|
"test:all": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@douyinfe/semi-icons": "^2.71.0",
|
|
"@douyinfe/semi-theme-default": "^2.71.0",
|
|
"@douyinfe/semi-ui": "^2.71.0",
|
|
"@tanstack/react-query": "5.101.2",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"echarts": "^5.6.0",
|
|
"exceljs": "4.4.0",
|
|
"qrcode": "^1.5.4",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "6.30.1",
|
|
"vite": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.1.0",
|
|
"@types/qrcode": "^1.5.6",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"jsdom": "^25.0.1",
|
|
"sass": "^1.83.4",
|
|
"typescript": "^5.7.2",
|
|
"vitest": "^2.1.8"
|
|
}
|
|
}
|