1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "name": "init",
- "version": "0.0.0",
- "scripts": {
- "dev": "vite",
- "start": "vite",
- "update:element": "npm install element-plus ./deps/element-plus.2.0.4.1.tar.gz",
- "build": "vite build --mode=production",
- "serve": "vite preview"
- },
- "dependencies": {
- "@babel/standalone": "7.14.8",
- "@element-plus/icons-vue": "^2.0.6",
- "@kjgl77/datav-vue3": "^1.3.3",
- "@vitejs/plugin-legacy": "^1.8.2",
- "@vueuse/core": "^10.7.1",
- "axios": "^0.27.2",
- "clipboard": "^2.0.11",
- "crypto-js": "4.2.0",
- "d3": "^5.16.0",
- "dayjs": "^1.11.7",
- "dom-zindex": "^1.0.1",
- "driver.js": "^1.3.0",
- "echarts": "^5.2.0",
- "element-plus": "file:deps/element-plus.2.0.4.1.tar.gz",
- "file-saver": "^2.0.5",
- "iconv-lite": "^0.6.3",
- "jquery": "^3.6.0",
- "js-cookie": "^3.0.0",
- "jsbarcode": "^3.11.4",
- "moment": "^2.29.1",
- "monaco-editor": "^0.40.0",
- "normalize.css": "^8.0.1",
- "nprogress": "^0.2.0",
- "qrcanvas": "^3.1.2",
- "sortablejs": "^1.14.0",
- "vue": "^3.2.37",
- "vue-router": "^4.0.16",
- "vue3-json-viewer": "^2.2.2",
- "vue3-print-nb": "^0.1.4",
- "vuex": "^4.0.2",
- "vxe-table": "^4.3.14",
- "xe-utils": "^3.5.7",
- "xlsx": "^0.17.0"
- },
- "devDependencies": {
- "@types/node": "^15.0.3",
- "@vitejs/plugin-vue": "^1.2.2",
- "@vue/cli-service": "^5.0.6",
- "@vue/compiler-sfc": "^3.2.37",
- "sass": "^1.32.12",
- "unplugin-auto-import": "^0.9.2",
- "unplugin-icons": "^0.14.6",
- "vite": "2.9.13",
- "vite-plugin-mock": "2.9.6",
- "vite-plugin-vue-setup-extend": "^0.4.0",
- "vue-tsc": "^0.38.2"
- }
- }
|