Files
mes-ui-d2/package.json
liyang 8894c8ff0e no message
Former-commit-id: 3d8b84d439ca4cf54609a6c059fe9ee9a3071560 [formerly 24bb1920143dc12298095db7b4210dc589af76a4] [formerly 3d8b84d439ca4cf54609a6c059fe9ee9a3071560 [formerly 24bb1920143dc12298095db7b4210dc589af76a4] [formerly 3d8b84d439ca4cf54609a6c059fe9ee9a3071560 [formerly 24bb1920143dc12298095db7b4210dc589af76a4] [formerly 24bb1920143dc12298095db7b4210dc589af76a4 [formerly 7013c3efaa3532b7de6db287437f2fadb8c51904 [formerly 87ecac8a182ae7e7aed1bf8bf4ba74a9dc8217f7]]]]]
Former-commit-id: f0fa9f1f9c743ec5099da23363653e290ab5113f
Former-commit-id: af47c5ef4efd3d1a96eb9e8dccb63b6595375aa4
Former-commit-id: 1b47b41f1e5dfeda2896eba1089a420e42502165 [formerly a384404fc91435d8807ad54156de07d672be49e7]
Former-commit-id: 26e55b5443490fb69c1f5acd69feb1298ab562d3
Former-commit-id: 50f66a9767f2407868accfac845ab3c9b90b6090
Former-commit-id: 04d9cba34672ccc4cf6d4105e571d431277bdbde
Former-commit-id: 5b827bd2db0a7acfd51fa1d9216caec70999e174
Former-commit-id: fc2ea12785947aa58b42bf2ef186d0ef1291c1c9
2018-06-19 09:41:13 +08:00

107 lines
3.1 KiB
JSON
Executable File

{
"name": "d2admin-vue-element",
"version": "1.0.0",
"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": {
"@antv/data-set": "^0.8.5",
"@antv/g2": "^3.0.4",
"axios": "^0.17.1",
"better-scroll": "^1.12.1",
"clipboard-polyfill": "^2.4.1",
"countup.js": "^1.9.3",
"dayjs": "^1.6.7",
"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.get": "^4.4.2",
"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",
"vue": "^2.5.2",
"vue-grid-layout": "^2.1.11",
"vue-i18n": "^7.4.2",
"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.3.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"
]
}