Files
tuhui.cloud/frontend/package.json
2026-03-08 19:28:32 +08:00

38 lines
908 B
JSON

{
"name": "nitu",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"cypress": "cypress open",
"cypress:headless": "cypress run",
"test:e2e": "cypress run",
"test:e2e:ui": "cypress open"
},
"dependencies": {
"@ant-design/icons": "^6.1.0",
"antd": "^6.1.4",
"axios": "^1.13.2",
"qrcode.react": "^4.2.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.12.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"cypress": "^15.8.2",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"vite": "^7.2.4"
}
}