{ "name": "train-frontend", "version": "1.0.0", "description": "爱伴·AI之旅训练营小程序前端", "main": "main.js", "lazyCodeLoading": "requiredComponents", "scripts": { "test": "jest", "test:coverage": "jest --coverage", "dev:h5": "cross-env NODE_ENV=development UNI_PLATFORM=h5 UNI_INPUT_DIR=. UNI_CLI_CONTEXT=. vue-cli-service uni-serve", "build:h5": "cross-env NODE_ENV=production UNI_PLATFORM=h5 UNI_INPUT_DIR=. UNI_CLI_CONTEXT=. vue-cli-service uni-build", "build:mp-weixin": "cross-env NODE_ENV=development UNI_PLATFORM=mp-weixin UNI_INPUT_DIR=. UNI_CLI_CONTEXT=. vue-cli-service uni-build", "postinstall": "node postinstall-fix.js" }, "devDependencies": { "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.0", "@dcloudio/uni-app": "^2.0.2-5010420260703001", "@dcloudio/uni-cli-i18n": "^2.0.2-5010420260703001", "@dcloudio/uni-cli-shared": "^2.0.2-5010420260703001", "@dcloudio/uni-h5": "^2.0.2-5010420260703001", "@dcloudio/uni-i18n": "^2.0.2-5010420260703001", "@dcloudio/uni-migration": "^2.0.2-5010420260703001", "@dcloudio/uni-mp-weixin": "^2.0.2-5010420260703001", "@dcloudio/uni-template-compiler": "^2.0.2-5010420260703001", "@dcloudio/webpack-uni-pages-loader": "^2.0.2-5010420260703001", "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-service": "~4.5.0", "@vue/compiler-sfc": "2.7.16", "babel-jest": "^26.6.3", "copy-webpack-plugin": "^5.1.2", "jest": "^26.6.3", "sass": "^1.77.8", "vue": "2.7.16", "vuex": "^3.6.2" }, "dependencies": { "@dcloudio/vue-cli-plugin-uni": "^2.0.2-5010420260703001", "@dcloudio/webpack-uni-mp-loader": "^2.0.2-5010520260709001", "autoprefixer": "^9.8.8", "postcss": "7.0.39", "postcss-import": "^12.0.1", "postcss-url": "^8.0.0", "regenerator-runtime": "^0.14.1", "yargs-parser": "^22.0.0" }, "overrides": { "postcss": "7.0.39", "postcss-selector-parser": "5.0.0", "@vue/compiler-sfc": "2.7.16", "@vue/babel-plugin-jsx": "npm:@vue/babel-plugin-jsx@^1.1.1", "ejs": "3.1.10" } }