| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "name": "baoshi-h5",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "serve": "vite",
- "sit": "vite --mode sit",
- "dev": "vite",
- "build:prod": "vite build",
- "build:sit": "vite build --mode sit",
- "build:testing": "vite build --mode testing",
- "preview": "vite preview"
- },
- "dependencies": {
- "@zxing/library": "^0.21.3",
- "axios": "^1.7.9",
- "lib-flexible": "^0.3.2",
- "pinia": "^2.3.0",
- "pinia-plugin-persistedstate": "^3.2.1",
- "pinyin": "^2.11.2",
- "postcss-pxtorem": "^6.1.0",
- "sass": "^1.83.0",
- "vant": "^4.9.10",
- "vue": "^3.5.13",
- "vue-router": "^4.5.0"
- },
- "devDependencies": {
- "@babel/core": "^7.26.0",
- "@babel/plugin-proposal-optional-chaining": "^7.21.0",
- "@babel/preset-env": "^7.26.0",
- "@types/node": "^22.10.2",
- "@types/vue": "^2.0.0",
- "@typescript-eslint/eslint-plugin": "^8.18.1",
- "@typescript-eslint/parser": "^8.18.1",
- "@vitejs/plugin-legacy": "^5.3.2",
- "@vitejs/plugin-vue": "^5.2.1",
- "@vue/compiler-sfc": "^3.5.13",
- "@vue/runtime-dom": "^3.5.13",
- "core-js": "^3.40.0",
- "eslint": "^9.17.0",
- "eslint-config-prettier": "^9.1.0",
- "eslint-plugin-prettier": "^5.2.1",
- "eslint-plugin-vue": "^9.32.0",
- "postcss-px-to-viewport": "^1.1.1",
- "prettier": "^3.4.2",
- "sass-embedded": "^1.83.0",
- "terser": "^5.37.0",
- "typescript": "^5.7.2",
- "vite": "^5.4.1",
- "vue-tsc": "^2.2.0"
- }
- }
|