{ "name": "wechat.suwa3d.com", "version": "1.3.0", "description": "template for Vue3 Vant Mobile", "license": "MIT", "scripts": { "dev": "cross-env MOCK_SERVER_PORT=8086 vite --host 172.16.20.12", "dev:local": "cross-env MOCK_SERVER_PORT=8086 vite", "build": "vite build", "build:oversea": "vite build --mode=oversea", "build:gray": "vite build --mode=gray", "gray": "vite build --mode=gray", "build:tsc": "vue-tsc --noEmit && vite build", "uat": "vue-tsc --noEmit && vite build --mode=uat", "build:dev": "vue-tsc --noEmit && vite build --mode=development", "lintx": "eslint .", "lint:fix": "eslint . --fix", "preview": "vite preview", "test": "vitest", "plop": "plop", "prepare": "npx husky install" }, "dependencies": { "@google/model-viewer": "^3.4.0", "@mkkellogg/gaussian-splats-3d": "^0.4.2", "@tensorflow-models/coco-ssd": "^2.2.3", "@tensorflow-models/pose-detection": "^2.1.3", "@tensorflow/tfjs": "^4.20.0", "@tresjs/core": "^4.1.0", "@vant/touch-emulator": "^1.4.0", "@vant/use": "^1.5.1", "@vitejs/plugin-basic-ssl": "^1.1.0", "@vitejs/plugin-legacy": "^5.4.1", "@vitejs/plugin-vue": "^5.0.5", "axios": "^1.4.0", "chokidar": "^3.6.0", "crypto-js": "^4.2.0", "dayjs": "^1.11.10", "element-plus": "^2.4.2", "i18next": "^23.10.0", "i18next-browser-languagedetector": "^7.2.0", "i18next-vue": "^4.0.0", "lodash-es": "^4.17.21", "nprogress": "^0.2.0", "pinia": "^2.1.3", "pinia-plugin-persistedstate": "^3.1.0", "postcss-loader": "^8.1.1", "resize-detector": "^0.3.0", "store": "^2.0.12", "swiper": "^11.0.6", "three": "^0.163.0", "ua-parser-js": "^1.0.37", "vant": "^4.4.1", "vconsole": "^3.15.1", "vite": "^5.3.3", "vue": "^3.3.4", "vue-clipboard3": "^2.0.0", "vue-cropper-h5": "^2.0.1", "vue-i18n": "^9.9.0", "vue-router": "^4.2.2", "vue-router-better-scroller": "^0.0.0", "weixin-js-sdk": "^1.6.5" }, "devDependencies": { "@antfu/eslint-config": "^0.33.1", "@babel/core": "^7.22.1", "@babel/preset-env": "^7.22.4", "@babel/preset-typescript": "^7.21.5", "@babel/register": "^7.21.0", "@types/lodash-es": "^4.17.7", "@types/node": "^18.16.16", "@types/nprogress": "^0.2.0", "@types/store": "^2.0.2", "@types/three": "^0.160.0", "@types/ua-parser-js": "^0.7.39", "@types/vue": "^2.0.0", "@vitejs/plugin-legacy": "^3.0.2", "@vitejs/plugin-vue": "^4.2.3", "@vitejs/plugin-vue-jsx": "^3.0.1", "@vue/compiler-sfc": "^3.5.16", "@vue/runtime-core": "^3.5.16", "@vue/runtime-dom": "^3.5.16", "@vue/tsconfig": "^0.7.0", "autoprefixer": "^10.4.14", "babel-plugin-module-resolver": "^4.1.0", "commitizen": "^4.3.0", "consola": "^2.15.3", "cross-env": "^7.0.3", "cz-emoji-chinese": "^0.3.1", "eslint": "^8.42.0", "husky": "^8.0.3", "less": "^4.1.3", "mockjs": "^1.1.0", "path-to-regexp": "^6.2.1", "plop": "^3.1.2", "postcss": "^8.4.39", "postcss-cli": "^11.0.0", "postcss-mobile-forever": "^3.3.2", "rollup": "^3.24.0", "rollup-plugin-visualizer": "^5.9.0", "sass": "^1.78.0", "signale": "^1.4.0", "slash2": "^2.0.0", "terser": "^5.17.7", "typescript": "^4.9.5", "unplugin-auto-import": "^0.12.2", "unplugin-vue-components": "^0.22.12", "vite": "^4.3.9", "vite-plugin-mkcert": "^1.17.5", "vite-plugin-vconsole": "^1.3.1", "vitest": "^0.25.8", "vue-tsc": "^1.8.27" }, "pnpm": { "peerDependencyRules": { "ignoreMissing": [ "postcss" ] } }, "config": { "commitizen": { "path": "./node_modules/cz-emoji-chinese" }, "cz-emoji-chinese": { "skipQuestions": [ "body", "scope" ] } } }