{ "name": "vue3-ts", "version": "0.0.0", "scripts": { "dev": "vite", "build:dev":"vite build --mode test", "prod": "vite --mode production", "build": "vite build --mode production", "serve": "vite preview --port 443" }, "dependencies": { "axios": "^0.21.4", "axios-logger": "^2.6.0", "dayjs": "^1.10.7", "howler": "^2.2.3", "marked": "^3.0.4", "mockjs": "^1.1.0", "soundjs": "^1.0.1", "tyshemo": "^11.20.3", "vant": "^3.1.5", "vconsole": "^3.9.1", "vue": "^3.0.5", "vue-router": "^4.0.10", "vuex": "^4.0.2", "vuex-persistedstate": "^4.1.0", "weixin-js-sdk-ts": "^1.6.1" }, "devDependencies": { "@vitejs/plugin-vue-jsx": "^1.3.7", "@types/howler": "^2.2.4", "@types/marked": "^3.0.1", "@types/mockjs": "^1.0.4", "@types/node": "^16.11.6", "@types/soundjs": "^0.6.28", "@vitejs/plugin-vue": "^1.3.0", "@vue/compiler-sfc": "^3.0.5", "postcss-pxtorem": "^6.0.0", "sass": "^1.37.5", "typescript": "^4.3.2", "vite": "^2.4.4", "vue-tsc": "^0.2.2" } }