2024-07-06 18:02:42 +08:00

57 lines
1.7 KiB
JSON

{
"name": "payment_front",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"build-test": "tsc && vite build --mode=test",
"build-for-wm": "tsc && vite build --mode=for-wm",
"build-prod": "tsc && vite build --mode=production",
"clean-build": "rm -rf dist",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@douyinfe/semi-icons": "^2.57.0",
"@douyinfe/semi-ui": "^2.57.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/system": "^5.15.15",
"@sentry/react": "^8.7.0",
"ahooks": "^3.7.11",
"axios": "^1.7.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"file-saver": "^2.0.5",
"i18next": "^23.11.4",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"less": "^4.2.0",
"qrcode.react": "^3.1.0",
"qs": "^6.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.1",
"react-router-dom": "^6.23.1"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.11",
"@types/qs": "^6.9.15",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.2.0"
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}