Former-commit-id: f6cebe3561446aee9a7c77e7b90e981b04c04437 [formerly f6cebe3561446aee9a7c77e7b90e981b04c04437 [formerly f6cebe3561446aee9a7c77e7b90e981b04c04437 [formerly f6cebe3561446aee9a7c77e7b90e981b04c04437 [formerly ba17af8d6e4ab1deb21e6bbf2c9ca6a4d2dd75c9 [formerly 44b073ce1fe4addef18298c3f941cf569c216393]]]]] Former-commit-id: e10e949848ec08b0bb678b16b396539a7debf803 Former-commit-id: 205a81acd245e104e1fdf9e6c06bcd2020f6267c Former-commit-id: 10c321ed9464c675d82209bb9684bd27dfda99b4 [formerly 91f33d6b05ee82995ee2fd844b8e829851e2c7dc] Former-commit-id: 3e87f4f0e4a961fb42287ae74c6635f881c2e3d4 Former-commit-id: 6a800214a61fa686f8ae1a70a9cb84a8af871970 Former-commit-id: 76bb32d5779efd63d1ba70c3cd676a054ea40b3e Former-commit-id: 0725bb5934012f799fffe69df7adb12ccece71b3 Former-commit-id: e6b787b50bfc00896b833168f4b3ad48da0be68a
112 lines
3.2 KiB
JSON
Executable File
112 lines
3.2 KiB
JSON
Executable File
{
|
|
"name": "d2-admin",
|
|
"version": "1.1.1",
|
|
"description": "A management system framework based on element",
|
|
"author": "李杨 <1711467488@qq.com>",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
|
|
"start": "npm run dev",
|
|
"lint": "eslint --fix --ext .js,.vue src",
|
|
"build": "node build/build.js",
|
|
"doc:dev": "vuepress dev docs",
|
|
"doc:build": "vuepress build docs"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.17.1",
|
|
"babel-polyfill": "^6.26.0",
|
|
"better-scroll": "^1.12.1",
|
|
"clipboard-polyfill": "^2.4.1",
|
|
"countup.js": "^1.9.3",
|
|
"dayjs": "^1.6.7",
|
|
"echarts": "^4.1.0",
|
|
"element-ui": "^2.0.11",
|
|
"file-saver": "^1.3.3",
|
|
"github-markdown-css": "^2.10.0",
|
|
"highlight.js": "^9.12.0",
|
|
"js-cookie": "^2.2.0",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lodash.uniqueid": "^4.0.1",
|
|
"lowdb": "^1.0.0",
|
|
"marked": "^0.3.9",
|
|
"mockjs": "^1.0.1-beta3",
|
|
"papaparse": "^4.3.6",
|
|
"particles.js": "^2.0.0",
|
|
"path-posix": "^1.0.0",
|
|
"quill": "^1.3.4",
|
|
"simplemde": "^1.11.2",
|
|
"v-charts": "^1.17.6",
|
|
"v-contextmenu": "^2.7.0",
|
|
"vue": "^2.5.2",
|
|
"vue-grid-layout": "^2.1.11",
|
|
"vue-i18n": "^7.4.2",
|
|
"vue-json-tree-view": "^2.1.4",
|
|
"vue-router": "^3.0.1",
|
|
"vue-splitpane": "^1.0.2",
|
|
"vuex": "^3.0.1",
|
|
"xlsx": "^0.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@kazupon/vue-i18n-loader": "^0.2.1",
|
|
"autoprefixer": "^7.1.2",
|
|
"babel-core": "^6.22.1",
|
|
"babel-eslint": "^7.1.1",
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
|
"babel-loader": "^7.1.1",
|
|
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
"babel-plugin-transform-runtime": "^6.22.0",
|
|
"babel-plugin-transform-vue-jsx": "^3.5.0",
|
|
"babel-preset-env": "^1.3.2",
|
|
"babel-preset-stage-2": "^6.22.0",
|
|
"chalk": "^2.0.1",
|
|
"copy-webpack-plugin": "^4.0.1",
|
|
"css-loader": "^0.28.0",
|
|
"eslint": "^3.19.0",
|
|
"eslint-config-standard": "^10.2.1",
|
|
"eslint-friendly-formatter": "^3.0.0",
|
|
"eslint-loader": "^1.7.1",
|
|
"eslint-plugin-html": "^3.0.0",
|
|
"eslint-plugin-import": "^2.7.0",
|
|
"eslint-plugin-node": "^5.2.0",
|
|
"eslint-plugin-promise": "^3.4.0",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"extract-text-webpack-plugin": "^3.0.0",
|
|
"file-loader": "^1.1.4",
|
|
"friendly-errors-webpack-plugin": "^1.6.1",
|
|
"html-webpack-plugin": "^2.30.1",
|
|
"less": "^3.0.4",
|
|
"less-loader": "^4.1.0",
|
|
"node-notifier": "^5.1.2",
|
|
"node-sass": "^4.7.2",
|
|
"optimize-css-assets-webpack-plugin": "^3.2.0",
|
|
"ora": "^1.2.0",
|
|
"portfinder": "^1.0.13",
|
|
"postcss-import": "^11.0.0",
|
|
"postcss-loader": "^2.0.8",
|
|
"rimraf": "^2.6.0",
|
|
"sass-loader": "^6.0.6",
|
|
"semver": "^5.5.0",
|
|
"shelljs": "^0.7.6",
|
|
"svg-sprite-loader": "^3.6.2",
|
|
"text-loader": "0.0.1",
|
|
"uglifyjs-webpack-plugin": "^1.1.1",
|
|
"url-loader": "^0.5.8",
|
|
"vue-loader": "^13.3.0",
|
|
"vue-style-loader": "^3.0.1",
|
|
"vue-template-compiler": "^2.5.2",
|
|
"webpack": "^3.6.0",
|
|
"webpack-bundle-analyzer": "^2.9.0",
|
|
"webpack-dev-server": "^2.9.1",
|
|
"webpack-merge": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0.0",
|
|
"npm": ">= 3.0.0"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 8"
|
|
]
|
|
}
|