1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "name": "vue-admin-template",
- "version": "4.2.1",
- "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
- "author": "Pan <panfree23@gmail.com>",
- "license": "MIT",
- "scripts": {
- "dev": "vue-cli-service serve",
- "build:prod": "vue-cli-service build",
- "build:stage": "vue-cli-service build --mode staging",
- "preview": "node build/index.js --preview",
- "lint": "eslint --ext .js,.vue src",
- "test:unit": "jest --clearCache && vue-cli-service test:unit",
- "test:ci": "npm run lint && npm run test:unit",
- "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
- },
- "dependencies": {
- "@sentry/browser": "^5.15.5",
- "@sentry/integrations": "^5.15.5",
- "axios": "0.18.1",
- "core-js": "^3.6.4",
- "driver.js": "^0.9.6",
- "echarts": "^4.6.0",
- "element-ui": "^2.15.10",
- "file-saver": "^2.0.5",
- "fuse.js": "3.4.4",
- "js-cookie": "^2.2.0",
- "js-table2excel": "^1.0.3",
- "md5": "^2.3.0",
- "moment": "^2.24.0",
- "normalize.css": "7.0.0",
- "nprogress": "0.2.0",
- "path-to-regexp": "2.4.0",
- "print-js": "^1.6.0",
- "screenfull": "4.2.0",
- "sortable.js": "^0.3.0",
- "umy-ui": "^1.1.6",
- "v-charts": "^1.19.0",
- "vue": "^2.6.11",
- "vue-count-to": "1.0.13",
- "vue-grid-layout": "^2.3.4",
- "vue-i18n": "^8.17.5",
- "vue-router": "^3.1.6",
- "vuedraggable": "^2.21.0",
- "vuex": "^3.1.1",
- "xlsx": "^0.16.9"
- },
- "devDependencies": {
- "@babel/core": "7.0.0",
- "@babel/register": "7.0.0",
- "@vue/cli-plugin-babel": "^4.2.3",
- "@vue/cli-plugin-eslint": "^4.2.3",
- "@vue/cli-plugin-unit-jest": "^3.8.0",
- "@vue/cli-service": "^4.2.3",
- "@vue/test-utils": "1.0.0-beta.29",
- "autoprefixer": "^9.5.1",
- "babel-core": "7.0.0-bridge.0",
- "babel-eslint": "^10.0.1",
- "babel-jest": "23.6.0",
- "babel-plugin-transform-remove-console": "^6.9.4",
- "chalk": "2.4.2",
- "compression-webpack-plugin": "^7.1.2",
- "connect": "3.6.6",
- "eslint": "^6.8.0",
- "eslint-plugin-vue": "^6.2.1",
- "@babel/eslint-parser": "7.15.8",
- "html-webpack-plugin": "3.2.0",
- "mockjs": "1.0.1-beta3",
- "node-sass": "^4.13.1",
- "runjs": "^4.3.2",
- "sass-loader": "^8.0.2",
- "script-ext-html-webpack-plugin": "2.1.3",
- "script-loader": "^0.7.2",
- "serve-static": "^1.13.2",
- "svg-sprite-loader": "^4.1.6",
- "svgo": "1.2.2",
- "terser-webpack-plugin": "^5.1.1",
- "vue-template-compiler": "^2.6.11",
- "webpack-bundle-analyzer": "^4.4.1"
- },
- "engines": {
- "node": ">=8.9",
- "npm": ">= 3.0.0"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions"
- ]
- }
|