| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "name": "admin_vue_seed",
- "version": "0.2.0",
- "private": true,
- "scripts": {
- "serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
- },
- "dependencies": {
- "@fullcalendar/core": "^6.1.10",
- "@fullcalendar/daygrid": "^6.1.10",
- "@fullcalendar/interaction": "^6.1.10",
- "@fullcalendar/timegrid": "^6.1.10",
- "@fullcalendar/vue": "^6.1.10",
- "@handsontable/vue": "^12.3.1",
- "axios": "^0.19.2",
- "core-js": "^3.6.5",
- "dayjs": "^1.11.9",
- "echarts": "^5.4.1",
- "echarts-wordcloud": "^2.1.0",
- "element-ui": "^2.15.13",
- "flv.js": "^1.6.2",
- "handsontable": "^12.3.1",
- "js-cookie": "^2.2.1",
- "jsencrypt_only_encrypt": "^1.0.0",
- "normalize.css": "^8.0.1",
- "nprogress": "^0.2.0",
- "papaparse": "^5.4.0",
- "path-to-regexp": "^6.2.1",
- "postcss-px2rem": "^0.3.0",
- "px2rem-loader": "^0.1.9",
- "vue": "^2.6.11",
- "vue-aplayer": "^1.6.1",
- "vue-drag-resize": "^1.5.4",
- "vue-pdf": "^4.3.0",
- "vue-router": "^3.2.0",
- "vue-ueditor-wrap": "^2.5.6",
- "vuedraggable": "^2.24.3",
- "vuex": "^3.4.0",
- "watermark-js-plus": "^1.2.1",
- "xlsx": "^0.18.5"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "~4.4.0",
- "@vue/cli-plugin-router": "~4.4.0",
- "@vue/cli-plugin-vuex": "~4.4.0",
- "@vue/cli-service": "~4.4.0",
- "sass": "^1.26.5",
- "sass-loader": "^8.0.2",
- "svg-sprite-loader": "^5.0.0",
- "vue-template-compiler": "^2.6.11"
- }
- }
|