Files
wx_pyq/package.json
quant 40063d82b8
Some checks failed
Deploy Docker Image / build-and-deploy (push) Has been cancelled
admin
2026-02-27 18:03:55 +08:00

57 lines
1.5 KiB
JSON

{
"name": "wx_pyq",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"start": "node server/index.mjs",
"lint": "eslint .",
"preview": "vite preview",
"test": "jest",
"test:e2e": "cypress open"
},
"dependencies": {
"antd-mobile": "^5.35.0",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"framer-motion": "^12.34.3",
"html2canvas": "^1.4.1",
"lucide-react": "^0.395.0",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitejs/plugin-react": "^4.3.1",
"cypress": "^13.11.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.6",
"ts-jest-mock-import-meta": "^1.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}