| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "name": "element",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "svgo": "svgo -f src/icons/svg -r --config=src/icons/config.js"
- },
- "dependencies": {
- "@fullcalendar/daygrid": "^5.4.0",
- "@fullcalendar/interaction": "^5.4.0",
- "@fullcalendar/vue": "^5.4.0",
- "@tinymce/tinymce-vue": "^3.2.2",
- "ali-oss": "^6.16.0",
- "aws-sdk": "^2.556.0",
- "axios": "^0.26.1",
- "bankcardinfo": "^2.0.5",
- "clipboard": "^2.0.10",
- "core-js": "^3.21.1",
- "crypto-js": "^4.0.0",
- "echarts": "^5.3.2",
- "element-resize-detector": "^1.2.4",
- "element-ui": "^2.15.7",
- "file-saver": "^2.0.5",
- "html2canvas": "^1.4.1",
- "js-cookie": "^3.0.1",
- "js-md5": "^0.7.3",
- "jspdf": "^2.5.1",
- "lodash": "^4.17.14",
- "normalize.css": "^8.0.1",
- "nprogress": "^0.2.0",
- "pinyin-match": "^1.2.2",
- "print-js": "^1.6.0",
- "qrcode2": "^1.2.3",
- "qs": "^6.10.3",
- "screenfull": "^5.2.0",
- "spark-md5": "^3.0.2",
- "tinymce": "^5.4.1",
- "velocity-animate": "^1.5.2",
- "vue": "^2.6.14",
- "vue-amap": "^0.5.10",
- "vue-cropper": "^0.5.8",
- "vue-json-viewer": "^2.2.21",
- "vue-router": "^3.5.3",
- "vuedraggable": "^2.24.3",
- "vuex": "^3.6.2",
- "xlsx": "^0.17.5"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "^4.5.17",
- "@vue/cli-service": "^4.5.17",
- "babel-plugin-dynamic-import-node": "^2.3.3",
- "compression-webpack-plugin": "^6.1.1",
- "less": "^4.1.2",
- "less-loader": "^7.3.0",
- "node-sass": "^6.0.1",
- "optimize-css-assets-webpack-plugin": "^6.0.1",
- "postcss-import": "^12.0.1",
- "postcss-loader": "^4.3.0",
- "postcss-url": "^8.0.0",
- "sass": "^1.49.10",
- "sass-loader": "^10.2.1",
- "sass-resources-loader": "^2.2.4",
- "script-ext-html-webpack-plugin": "^2.1.5",
- "script-loader": "^0.7.2",
- "svg-sprite-loader": "^6.0.11",
- "svgo": "^2.8.0",
- "uglifyjs-webpack-plugin": "^2.2.0",
- "vue-cli-plugin-element": "^1.0.1",
- "vue-template-compiler": "^2.6.14",
- "webpack-bundle-analyzer": "^4.5.0"
- },
- "engines": {
- "node": ">= 14.0.0",
- "npm": ">= 8.0.0"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not ie <= 11"
- ]
- }
|