123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- {
- "name": "vue-element-admin",
- "version": "3.7.3",
- "description": "A magical vue admin. Typical templates for enterprise applications. Newest development stack of vue. Lots of awesome features",
- "author": "Pan <panfree23@gmail.com>",
- "license": "MIT",
- "scripts": {
- "dev": "cross-env BABEL_ENV=development webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
- "build:prod": "cross-env NODE_ENV=production env_config=prod node build/build.js",
- "build:sit": "cross-env NODE_ENV=production env_config=sit node build/build.js && npm run fixfont && npm run fiximg",
- "lint": "eslint --ext .js,.vue src",
- "test": "npm run lint",
- "precommit": "lint-staged",
- "build": "cross-env NODE_ENV=production env_config=sit node build/build.js && npm run fixfont && npm run fiximg",
- "fixfont": "xcopy %cd%\\dist\\static\\fonts %cd%\\dist\\static\\css\\static\\fonts /s /y /d /e /i",
- "fiximg": "xcopy %cd%\\dist\\static\\img %cd%\\dist\\static\\css\\static\\img /s /y /d /e /i"
- },
- "lint-staged": {
- "src/**/*.{js,vue}": [
- "eslint --fix",
- "git add"
- ]
- },
- "keywords": [
- "vue",
- "element-ui",
- "admin",
- "management-system",
- "admin-template"
- ],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
- },
- "bugs": {
- "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
- },
- "dependencies": {
- "@types/qrcode": "^1.3.3",
- "@types/spark-md5": "^3.0.1",
- "@types/swiper": "^4.4.3",
- "ajv": "^6.5.3",
- "axios": "0.17.1",
- "clipboard": "1.7.1",
- "codemirror": "5.32.0",
- "connect": "3.6.6",
- "cube-ui": "^1.12.26",
- "driver.js": "0.5.2",
- "dropzone": "5.2.0",
- "echarts": "3.8.5",
- "element-ui": "^2.10.1",
- "file-saver": "1.3.3",
- "font-awesome": "4.7.0",
- "js-cookie": "2.2.0",
- "jsonlint": "1.6.3",
- "jszip": "3.1.5",
- "mint-ui": "^2.2.13",
- "mockjs": "1.0.1-beta3",
- "normalize.css": "7.0.0",
- "nprogress": "0.2.0",
- "print-js": "^1.0.50",
- "qrcode": "^1.4.1",
- "qrcodejs2": "0.0.2",
- "screenfull": "4.2.0",
- "serve-static": "1.13.2",
- "showdown": "1.8.5",
- "simplemde": "1.11.2",
- "sortablejs": "1.7.0",
- "spark-md5": "^3.0.0",
- "swiper": "^4.5.1",
- "v-viewer": "^1.4.2",
- "vue": "2.5.16",
- "vue-baidu-map": "^0.21.22",
- "vue-count-to": "1.0.13",
- "vue-i18n": "7.3.2",
- "vue-infinite-scroll": "^2.0.2",
- "vue-multiselect": "2.0.8",
- "vue-photo-preview": "^1.1.3",
- "vue-router": "3.0.1",
- "vue-splitpane": "1.0.2",
- "vuedraggable": "^2.23.0",
- "vuescroll": "^4.13.1",
- "vuex": "3.0.1",
- "webim-tencent": "^1.0.2",
- "xlsx": "^0.11.16"
- },
- "devDependencies": {
- "autoprefixer": "7.2.3",
- "babel-core": "6.26.0",
- "babel-eslint": "8.0.3",
- "babel-helper-vue-jsx-merge-props": "2.0.3",
- "babel-loader": "7.1.2",
- "babel-plugin-dynamic-import-node": "^1.2.0",
- "babel-plugin-syntax-jsx": "6.18.0",
- "babel-plugin-transform-runtime": "6.23.0",
- "babel-plugin-transform-vue-jsx": "3.5.0",
- "babel-preset-env": "1.6.1",
- "babel-preset-stage-2": "6.24.1",
- "chalk": "2.3.0",
- "copy-webpack-plugin": "4.3.0",
- "cross-env": "5.1.1",
- "css-loader": "0.28.7",
- "eslint": "4.13.1",
- "eslint-friendly-formatter": "3.0.0",
- "eslint-loader": "1.9.0",
- "eslint-plugin-html": "4.0.1",
- "extract-text-webpack-plugin": "3.0.2",
- "file-loader": "1.1.5",
- "friendly-errors-webpack-plugin": "1.6.1",
- "html-webpack-plugin": "2.30.1",
- "lint-staged": "7.2.0",
- "node-notifier": "5.1.2",
- "node-sass": "^4.7.2",
- "optimize-css-assets-webpack-plugin": "3.2.0",
- "ora": "1.3.0",
- "portfinder": "1.0.13",
- "postcss-import": "11.0.0",
- "postcss-loader": "2.0.9",
- "postcss-url": "7.3.0",
- "rimraf": "2.6.2",
- "sass-loader": "^6.0.7",
- "sass-resources-loader": "^1.3.4",
- "script-loader": "0.7.2",
- "semver": "5.4.1",
- "shelljs": "0.7.8",
- "svg-sprite-loader": "3.5.2",
- "uglifyjs-webpack-plugin": "1.1.3",
- "url-loader": "0.6.2",
- "vue-loader": "13.7.2",
- "vue-quill-editor": "^3.0.6",
- "vue-style-loader": "3.0.3",
- "vue-template-compiler": "2.5.16",
- "webpack": "3.10.0",
- "webpack-bundle-analyzer": "2.9.1",
- "webpack-dev-server": "2.9.7",
- "webpack-merge": "4.1.1"
- },
- "engines": {
- "node": ">= 4.0.0",
- "npm": ">= 3.0.0"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not ie <= 8"
- ]
- }
|