123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- {
- "name": "vue-element-admin",
- "version": "4.4.0",
- "description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
- "author": "Pan <panfree23@gmail.com>",
- "scripts": {
- "dev": "vue-cli-service serve",
- "lint": "eslint --ext .js,.vue src",
- "build:prod": "vue-cli-service build",
- "build:stage": "vue-cli-service build --mode staging",
- "preview": "node build/index.js --preview",
- "new": "plop",
- "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
- "test:unit": "jest --clearCache && vue-cli-service test:unit",
- "test:ci": "npm run lint && npm run test:unit"
- },
- "dependencies": {
- "@amcharts/amcharts4": "^4.10.39",
- "@amcharts/amcharts5": "^5.10.7",
- "@handsontable-pro/vue": "^3.1.1",
- "@handsontable/vue": "^14.1.0",
- "@hufe921/canvas-editor": "^0.9.96",
- "@jiaminghi/data-view": "^2.10.0",
- "@tinymce/tinymce-vue": "^3.2.8",
- "axios": "0.18.1",
- "ckeditor4": "^4.23.0",
- "ckeditor4-vue": "^3.0.0",
- "clipboard": "2.0.4",
- "codemirror": "5.45.0",
- "core-js": "3.6.5",
- "cos-js-sdk-v5": "^1.4.22",
- "docx": "^8.5.0",
- "docx-preview": "^0.3.3",
- "docxtemplater": "^3.46.0",
- "docxtemplater-image-module-free": "^1.1.1",
- "driver.js": "0.9.5",
- "dropzone": "5.5.1",
- "echarts": "4.2.1",
- "element-ui": "^2.15.6",
- "feather-icons": "^4.29.2",
- "file-saver": "^2.0.5",
- "fuse.js": "3.4.4",
- "handsontable": "^14.1.0",
- "handsontable-pro": "^6.2.3",
- "html-docx-js": "^0.3.1",
- "html-to-docx": "^1.8.0",
- "html2canvas": "^1.0.0-alpha.9",
- "jquery": "^3.7.1",
- "js-cookie": "2.2.0",
- "js-table2excel": "^1.1.2",
- "jsonlint": "1.6.3",
- "jspdf": "^2.5.1",
- "jszip": "^3.10.1",
- "jszip-utils": "^0.1.0",
- "lodash-es": "^4.17.21",
- "luckyexcel": "^1.0.1",
- "luckysheet": "^2.1.13",
- "mammoth": "^1.8.0",
- "markdown-it": "^13.0.2",
- "normalize.css": "7.0.0",
- "nprogress": "^0.2.0",
- "path-to-regexp": "2.4.0",
- "pizzip": "^3.1.6",
- "qrcode": "^1.4.4",
- "quill-better-table": "^1.2.10",
- "screenfull": "4.2.0",
- "script-loader": "0.7.2",
- "sortablejs": "1.8.4",
- "tinymce": "^5.10.9",
- "vant": "^2.12.30",
- "vue": "2.6.10",
- "vue-class-component": "^7.2.6",
- "vue-count-to": "1.0.13",
- "vue-pdf": "^4.3.0",
- "vue-property-decorator": "^9.1.2",
- "vue-quill-editor": "^3.0.6",
- "vue-router": "^3.5.3",
- "vue-splitpane": "1.0.4",
- "vuedraggable": "^2.24.3",
- "vuex": "^3.6.2",
- "xlsx": "^0.18.5"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "4.4.4",
- "@vue/cli-plugin-eslint": "4.4.4",
- "@vue/cli-plugin-unit-jest": "4.4.4",
- "@vue/cli-service": "^4.4.4",
- "@vue/test-utils": "1.0.0-beta.29",
- "autoprefixer": "9.5.1",
- "babel-eslint": "^10.1.0",
- "babel-jest": "23.6.0",
- "babel-plugin-dynamic-import-node": "2.3.3",
- "chalk": "2.4.2",
- "chokidar": "2.1.5",
- "connect": "3.6.6",
- "css-loader": "^5.2.6",
- "encoding": "^0.1.13",
- "eslint": "^6.7.2",
- "eslint-plugin-import": "^2.25.2",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-prettier": "^3.1.4",
- "eslint-plugin-promise": "^4.2.1",
- "eslint-plugin-standard": "^4.0.0",
- "eslint-plugin-vue": "^6.2.2",
- "html-webpack-plugin": "3.2.0",
- "husky": "1.3.1",
- "less": "^3.13.1",
- "less-loader": "^5.0.0",
- "lint-staged": "8.1.5",
- "mockjs": "1.0.1-beta3",
- "or": "^0.2.0",
- "plop": "2.3.0",
- "prettier": "^2.4.1",
- "runjs": "4.3.2",
- "sass": "1.26.2",
- "sass-loader": "8.0.2",
- "script-ext-html-webpack-plugin": "2.1.3",
- "serve-static": "1.13.2",
- "style-loader": "2.0.0",
- "svg-sprite-loader": "4.1.3",
- "svgo": "1.2.0",
- "swiper": "^5.3.6",
- "vue-template-compiler": "2.6.10"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions"
- ],
- "bugs": {
- "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
- },
- "engines": {
- "node": ">=8.9",
- "npm": ">= 3.0.0"
- },
- "keywords": [
- "vue",
- "admin",
- "dashboard",
- "element-ui",
- "boilerplate",
- "admin-template",
- "management-system"
- ],
- "license": "MIT",
- "lint-staged": {
- "src/**/*.{js,vue}": [
- "eslint --fix",
- "git add"
- ]
- },
- "husky": {
- "hooks": {
- "pre-commit": ""
- }
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
- }
- }
|