Former-commit-id: 53eec152a91d65dbd0e2a4583c311fea2fe1c1c7 [formerly 53eec152a91d65dbd0e2a4583c311fea2fe1c1c7 [formerly 53eec152a91d65dbd0e2a4583c311fea2fe1c1c7 [formerly 53eec152a91d65dbd0e2a4583c311fea2fe1c1c7 [formerly c444975758b78dccb4417961afb6742968c896b1 [formerly dc590efc1303bd1368312e1641c481b0c4a8dbc7]]]]] Former-commit-id: 1d0794f07342a190108aa8503d50d3951f3da9d7 Former-commit-id: 4407cc381a0f6202bba464e8f81046f8e50ae6c8 Former-commit-id: 7cae2a4aa50e146cc4c051f8bf45828e66d925f6 [formerly 586f3af810f4b0402d839b2d3b960379d6e57d48] Former-commit-id: 28cc51bee72e51ea218e9c6a96011c264654f407 Former-commit-id: 7589bbd29c3df02ee14b111f55b560b374f779f8 Former-commit-id: 4b34228333185d62a4da20cdc57e481f09fd062d Former-commit-id: bcc587834afb148202698b4f56f8fc29354e25ed Former-commit-id: 3683c4bd65bacca11e47555140fb38d1e102cee1
82 lines
2.2 KiB
JSON
82 lines
2.2 KiB
JSON
{
|
|
"name": "d2-admin",
|
|
"version": "1.5.9",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve --open",
|
|
"start": "npm run serve",
|
|
"dev": "npm run serve",
|
|
"build": "vue-cli-service build",
|
|
"build:nomock": "vue-cli-service build --mode nomock",
|
|
"build:travis": "vue-cli-service build --mode travis",
|
|
"lint": "vue-cli-service lint --fix",
|
|
"test:unit": "vue-cli-service test:unit"
|
|
},
|
|
"dependencies": {
|
|
"@d2-projects/d2-crud": "^1.2.0",
|
|
"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.4.4",
|
|
"file-saver": "^1.3.3",
|
|
"flex.css": "^1.1.7",
|
|
"fuse.js": "^3.2.1",
|
|
"github-markdown-css": "^2.10.0",
|
|
"highlight.js": "^9.12.0",
|
|
"hotkeys-js": "^3.3.6",
|
|
"js-cookie": "^2.2.0",
|
|
"lodash": "^4.17.10",
|
|
"lowdb": "^1.0.0",
|
|
"marked": "^0.3.9",
|
|
"mockjs": "^1.0.1-beta3",
|
|
"nprogress": "^0.2.0",
|
|
"papaparse": "^4.3.6",
|
|
"particles.js": "^2.0.0",
|
|
"quill": "^1.3.4",
|
|
"screenfull": "^3.3.2",
|
|
"simplemde": "^1.11.2",
|
|
"ua-parser-js": "^0.7.18",
|
|
"v-charts": "^1.17.6",
|
|
"v-contextmenu": "^2.7.0",
|
|
"vue": "^2.5.17",
|
|
"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.3.0",
|
|
"@vue/cli-plugin-babel": "^3.0.0",
|
|
"@vue/cli-plugin-eslint": "^3.0.0",
|
|
"@vue/cli-plugin-unit-jest": "^3.0.0",
|
|
"@vue/cli-service": "^3.0.0",
|
|
"@vue/eslint-config-standard": "^3.0.0",
|
|
"@vue/test-utils": "^1.0.0-beta.20",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-jest": "^23.0.1",
|
|
"lint-staged": "^7.2.0",
|
|
"node-sass": "^4.9.0",
|
|
"sass-loader": "^7.0.1",
|
|
"svg-sprite-loader": "^3.8.0",
|
|
"text-loader": "0.0.1",
|
|
"vue-template-compiler": "^2.5.17"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
],
|
|
"*.vue": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|