1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "name": "vue-admin-template",
- "version": "3.6.0",
- "license": "MIT",
- "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
- "author": "Pan <panfree23@gmail.com>",
- "scripts": {
- "dev": "vite",
- "build": "vite build",
- "build:dev": "vite build --mode development",
- "build:prod": "vite build --mode production",
- "plop": "plop"
- },
- "dependencies": {
- "@grapecity/ar-designer": "^16.1.1",
- "@grapecity/ar-viewer": "^16.1.1",
- "@riophae/vue-treeselect": "^0.1.0",
- "async": "^2.6.2",
- "axios": "0.18.0",
- "bignumber.js": "^9.0.0",
- "connect": "^3.6.6",
- "crypto-js": "^3.3.0",
- "dom-to-image": "^2.6.0",
- "echarts": "^4.6.0",
- "element-china-area-data": "^4.1.2",
- "element-ui": "^2.15.3",
- "font-awesome": "^4.7.0",
- "font-awesome-animation": "^0.2.1",
- "fuse.js": "3.4.4",
- "html2canvas": "^1.0.0-rc.5",
- "js-cookie": "2.2.0",
- "lodash": "^4.17.11",
- "moment": "^2.24.0",
- "normalize.css": "8.0.1",
- "nprogress": "^0.2.0",
- "path-to-regexp": "2.4.0",
- "screenfull": "4.2.0",
- "socket.io-client": "^2.3.0",
- "vite": "^2.7.13",
- "vue": "^2.6.14",
- "vue-count-to": "^1.0.13",
- "vue-ctk-date-time-picker-yunti": "^1.0.2",
- "vue-i18n": "8.10.0",
- "vue-image-crop-upload": "^3.0.3",
- "vue-moment": "^4.1.0",
- "vue-qr": "^2.2.1",
- "vue-router": "3.0.3",
- "vuex": "3.1.0",
- "vuex-persistedstate": "^4.1.0",
- "vxe-table-plugin-element": "^1.11.4",
- "vxe-table-plugin-renderer-yunt": "^1.0.1",
- "vxe-table-yunti-3": "^1.0.7",
- "xe-clipboard": "^1.10.1",
- "xe-utils": "^3.5.4",
- "xlsx": "^0.14.5"
- },
- "devDependencies": {
- "@vitejs/plugin-legacy": "^1.6.4",
- "autoprefixer": "9.5.1",
- "cross-env": "5.2.0",
- "eslint": "^8.15.0",
- "eslint-config-prettier": "^8.5.0",
- "eslint-plugin-html": "^6.2.0",
- "eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-vue": "^9.0.1",
- "plop": "^3.0.5",
- "postcss": "^8.4.14",
- "sass": "~1.32.6",
- "vite-plugin-compression": "^0.4.0",
- "vite-plugin-eslint": "^1.6.1",
- "vite-plugin-vue2": "^1.9.2",
- "vue-template-compiler": "^2.6.14"
- },
- "engines": {
- "node": ">= 4.0.0",
- "npm": ">= 3.0.0"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not ie <= 8"
- ]
- }
|