Files
tashow-h5/package.json
2025-09-04 11:29:00 +08:00

53 lines
1.6 KiB
JSON

{
"name": "tashow-h5",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev:translate-h5": "pnpm --filter translate-h5 dev",
"build:translate-h5": "pnpm --filter translate-h5 build",
"dev": "vite",
"dev:https": "vite --https",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@icon-park/react": "^1.4.2",
"@types/node": "^20.10.0",
"@types/react-router-dom": "^5.3.3",
"@uidotdev/usehooks": "^2.4.1",
"@vitejs/plugin-basic-ssl": "^2.1.0",
"antd-mobile": "^5.33.0",
"antd-mobile-icons": "^0.3.0",
"axios": "^1.6.2",
"axios-hooks": "^5.0.2",
"js-audio-recorder": "^1.0.7",
"jsqr": "^1.4.0",
"less": "^4.2.0",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-audio-voice-recorder": "^2.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"weixin-js-sdk": "^1.6.5",
"zustand": "^4.4.6"
},
"devDependencies": {
"@types/lodash.isequal": "^4.5.8",
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"@types/react-slick": "^0.23.12",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.34.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"postcss-pxtorem": "^6.0.0",
"typescript": "^5.2.2",
"vite": "^5.0.0"
}
}