12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "name": "smart-admin",
- "version": "1.0.0",
- "author": "1024创新实验室<1024lab@sina.com>",
- "private": false,
- "scripts": {
- "dev": "vue-cli-service serve --open",
- "local": "vue-cli-service serve --open --mode local",
- "serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "lint": "vue-cli-service lint",
- "test:unit": "vue-cli-service test:unit",
- "test:e2e": "vue-cli-service test:e2e",
- "development": "vue-cli-service build --mode development",
- "sit": "vue-cli-service build --mode sit",
- "prod": "vue-cli-service build --mode prod",
- "analyz": "use_analyzer=true npm run serve"
- },
- "dependencies": {
- "@antv/g2": "^3.5.8-beta.1",
- "@babel/polyfill": "^7.12.1",
- "axios": "^0.18.0",
- "better-scroll": "^2.4.2",
- "clipboard": "^2.0.0",
- "codemirror": "^5.38.0",
- "countup": "^1.8.2",
- "cropperjs": "^1.2.2",
- "dayjs": "^1.7.7",
- "decimal.js": "^10.1.1",
- "echarts": "^5.0.2",
- "element-ui": "^2.15.6",
- "flyio": "^0.6.14",
- "gq-plus": "^2.1.5",
- "html2canvas": "^1.0.0-alpha.12",
- "jquery": "^2.2.3",
- "js-cookie": "^2.2.0",
- "lodash": "^4.17.15",
- "mavon-editor": "^2.7.5",
- "moment": "^2.24.0",
- "simplemde": "^1.11.2",
- "sortablejs": "^1.7.0",
- "v-org-tree": "^1.0.6",
- "v-viewer": "^1.5.1",
- "vcrontab": "^0.3.5",
- "view-design": "^4.6.1",
- "vue": "^2.5.10",
- "vue-data-loading": "^0.2.4",
- "vue-enum": "1.0.5",
- "vue-i18n": "^7.8.0",
- "vue-infinite-loading": "^2.4.4",
- "vue-json-viewer": "^2.2.0",
- "vue-json-views": "^0.1.1",
- "vue-router": "^3.1.3",
- "vue-seamless-scroll": "^1.1.23",
- "vue-slick": "^1.1.15",
- "vuedraggable": "^2.16.0",
- "vuex": "^3.0.1",
- "wangeditor": "^3.1.1",
- "xlsx": "^0.13.3"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "^3.0.1",
- "@vue/cli-plugin-eslint": "^3.0.1",
- "@vue/cli-plugin-unit-mocha": "^3.0.1",
- "@vue/cli-service": "^3.0.1",
- "@vue/eslint-config-standard": "^3.0.0-beta.10",
- "@vue/test-utils": "^1.0.0-beta.10",
- "babel-plugin-component": "^1.1.1",
- "chai": "^4.1.2",
- "compression-webpack-plugin": "^3.0.0",
- "eslint-plugin-cypress": "^2.0.1",
- "less": "^2.7.3",
- "less-loader": "^4.0.5",
- "lint-staged": "^6.0.0",
- "uglifyjs-webpack-plugin": "^1.2.4",
- "vue-template-compiler": "^2.5.13",
- "webpack-bundle-analyzer": "^4.4.0"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not ie <= 8"
- ],
- "gitHooks": {
- "pre-commit": "lint-staged"
- },
- "lint-staged": {
- "*.js": [
- "vue-cli-service lint",
- "git add"
- ],
- "*.vue": [
- "vue-cli-service lint",
- "git add"
- ]
- }
- }
|