{ "name": "wyd-mail", "version": "0.1.0", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "dev": "npm run serve", "start": "npm run serve", "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml" }, "dependencies": { "axios": "^0.18.0", "big.js": "^5.2.2", "element-ui": "^2.4.11", "js-cookie": "^2.2.0", "nprogress": "^0.2.0", "qs": "^6.6.0", "vue": "^2.5.17", "vue-router": "^3.0.1", "vuex": "^3.0.1" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.2.0", "@vue/cli-service": "^3.2.0", "babel-plugin-component": "^1.1.1", "less": "^3.0.4", "less-loader": "^4.1.0", "style-resources-loader": "^1.2.1", "svg-sprite-loader": "^4.1.3", "svgo": "^1.1.1", "vue-cli-plugin-style-resources-loader": "^0.1.3", "vue-template-compiler": "^2.5.17" } }