12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "name": "app4vue",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "watch:standalone": "vue-cli-service serve ",
- "build:standalone": "vue-cli-service build",
- "watch:portal": "webpack-dev-server --port 9009",
- "build:portal": "webpack -p --progress",
- "lint": "vue-cli-service lint",
- "start": "npm run watch:portal"
- },
- "dependencies": {
- "@tinymce/tinymce-vue": "^2.1.0",
- "axios": "^0.19.0",
- "babel-polyfill": "^6.26.0",
- "echarts": "^4.5.0",
- "echarts-gl": "^1.1.1",
- "el-tree-transfer": "^2.4.7",
- "element-ui": "^2.15.14",
- "file-saver": "^2.0.2",
- "html2canvas": "^1.0.0-rc.5",
- "jquery": "^3.4.1",
- "js-base64": "^2.5.1",
- "js-cookie": "^2.2.1",
- "js-md5": "^0.7.3",
- "jspdf": "^1.5.3",
- "nprogress": "^0.2.0",
- "sass-loader": "^7.2.0",
- "single-spa-vue": "^1.5.4",
- "tinymce": "^5.1.4",
- "url-loader": "^2.3.0",
- "vue": "^2.6.11",
- "vue-awesome-swiper": "^2.6.7",
- "vue-quill-editor": "^3.0.6",
- "vue-router": "^3.1.3",
- "vuex": "^3.1.2",
- "xlsx": "^0.15.1",
- "xlsx-style": "^0.8.13"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "^3.12.1",
- "@vue/cli-plugin-eslint": "^3.12.1",
- "@vue/cli-service": "^3.12.1",
- "node-sass": "^4.13.0",
- "vue-template-compiler": "^2.6.11",
- "webpack-cli": "^3.3.10"
- },
- "eslintConfig": {
- "root": true,
- "env": {
- "node": true
- },
- "extends": [
- "plugin:vue/essential"
- ],
- "rules": {},
- "parserOptions": {
- "parser": "babel-eslint"
- }
- },
- "postcss": {
- "plugins": {
- "autoprefixer": {}
- }
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not ie <= 8"
- ]
- }
|