68 lines
2.0 KiB
JSON
68 lines
2.0 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",
|
|
"@workspace/hooks": "workspace:*",
|
|
"@workspace/shared": "workspace:*",
|
|
"@workspace/utils": "workspace:*",
|
|
"antd-mobile": "^5.33.0",
|
|
"antd-mobile-icons": "^0.3.0",
|
|
"axios": "^1.6.2",
|
|
"axios-hooks": "^5.0.2",
|
|
"framer-motion": "^12.23.12",
|
|
"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": {
|
|
"@eslint-react/eslint-plugin": "^1.22.1",
|
|
"@eslint/js": "^9.15.0",
|
|
"@react-dev-inspector/vite-plugin": "^2.0.1",
|
|
"@types/react": "^18.3.24",
|
|
"@types/react-dom": "^18.3.7",
|
|
"@types/react-slick": "^0.23.12",
|
|
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
|
"@typescript-eslint/parser": "^8.15.0",
|
|
"@vitejs/plugin-basic-ssl": "^2.1.0",
|
|
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
"eslint": "^9.15.0",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.14",
|
|
"globals": "^15.12.0",
|
|
"postcss-pxtorem": "^6.0.0",
|
|
"react-dev-inspector": "^2.0.1",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^6.0.5",
|
|
"vite-plugin-checker": "^0.8.0"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "npx lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|