{ "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 ", "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": { "@vue-office/excel": "^1.7.8", "@vue/composition-api": "^1.7.2", "axios": "0.18.1", "body-parser": "^1.20.2", "core-js": "^3.21.1", "e-icon-picker": "1.1.5-alpha.0", "echarts": "4.9.0", "element-ui": "^2.15.7", "exceljs": "^4.4.0", "file-saver": "2.0.1", "font-awesome": "^4.7.0", "fuse.js": "3.4.4", "jquery": "^3.6.3", "js-cookie": "2.2.0", "js-md5": "^0.7.3", "jszip": "3.2.1", "less": "^4.2.0", "less-loader": "^5.0.0", "lodash": "^4.17.21", "normalize.css": "7.0.0", "nprogress": "0.2.0", "number-precision": "^1.5.0", "office-print": "^1.2.3", "ol": "^7.1.0", "path-to-regexp": "2.4.0", "print-js": "^1.6.0", "sass": "^1.33.0", "script-loader": "0.7.2", "signature_pad": "^4.0.4", "svg-baker-runtime": "^1.4.7", "vue": "2.6.10", "vue-baidu-map": "^0.21.22", "vue-demi": "^0.14.8", "vue-print-nb": "^1.7.5", "vue-router": "3.0.2", "vue-splitpane": "^1.0.6", "vuex": "3.1.0", "vxe-table": "^3.8.6", "x-data-spreadsheet": "^1.1.9", "xlsx": "^0.18.5" }, "devDependencies": { "@riophae/vue-treeselect": "^0.4.0", "@tailwindcss/postcss7-compat": "^2.0.3", "@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.8.6", "babel-eslint": "10.1.0", "babel-jest": "23.6.0", "babel-plugin-component": "^1.1.1", "babel-plugin-dynamic-import-node": "2.3.3", "babel-plugin-import": "^1.13.3", "chalk": "2.4.2", "chokidar": "2.1.5", "connect": "3.6.6", "eslint": "6.7.2", "eslint-plugin-vue": "6.2.2", "html-webpack-plugin": "3.2.0", "husky": "1.3.1", "lint-staged": "8.1.5", "mockjs": "1.0.1-beta3", "plop": "2.3.0", "postcss": "^7.0.35", "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", "svg-sprite-loader": "4.1.3", "svgo": "1.2.0", "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3", "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", "icon-picker", "e-icon-picker", "iconPicker", "eiconPicker", "icon picker" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/PanJiaChen/vue-element-admin.git" } }