{ "name": "official", "version": "0.1.0", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "build:rem": "ENABLE_PX_TO_REM=true vue-cli-service build", "build:px": "ENABLE_PX_TO_REM=false vue-cli-service build", "build:mobile": "REM_ROOT_VALUE=37.5 ENABLE_PX_TO_REM=true vue-cli-service build", "lint": "vue-cli-service lint" }, "dependencies": { "es6-promise": "^4.2.5", "image-webpack-loader": "^8.1.0", "swiper": "^8.4.7", "vue": "^2.5.17", "vue-awesome-swiper": "^4.1.1", "vue-router": "^3.0.1", "vuex": "^3.0.1" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.3", "@vue/cli-service": "^3.0.3", "autoprefixer": "^10.4.21", "postcss-pxtorem": "^6.1.0", "vue-template-compiler": "^2.5.17" }, "postcss": { "plugins": { "autoprefixer": {} } }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ] }