108 lines
2.7 KiB
JSON
108 lines
2.7 KiB
JSON
{
|
|
"name": "EasyInk",
|
|
"version": "0.1.0",
|
|
"description": "EasyInk",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"test:unit": "jest --clearCache && vue-cli-service test:unit",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"new": "plop",
|
|
"preview": "node build/index.js --preview",
|
|
"styleguide": "vue-cli-service styleguidist",
|
|
"styleguide:build": "vue-cli-service styleguidist:build",
|
|
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
|
|
"test:ci": "npm run lint && npm run test:unit"
|
|
},
|
|
"dependencies": {
|
|
"@riophae/vue-treeselect": "0.4.0",
|
|
"axios": "^0.27.2",
|
|
"benz-amr-recorder": "^1.1.3",
|
|
"clipboard": "2.0.4",
|
|
"core-js": "3.19.1",
|
|
"crypto-js": "^4.1.1",
|
|
"echarts": "4.2.1",
|
|
"element-ui": "^2.15.2",
|
|
"file-saver": "2.0.1",
|
|
"fuse.js": "3.4.4",
|
|
"html2canvas": "^1.4.1",
|
|
"js-beautify": "1.10.2",
|
|
"js-cookie": "2.2.0",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.1",
|
|
"node-forge": "^1.3.1",
|
|
"normalize.css": "^8.0.1",
|
|
"path-to-regexp": "2.4.0",
|
|
"qrcode": "^1.5.3",
|
|
"qrcodejs2": "0.0.2",
|
|
"screenfull": "4.2.0",
|
|
"sortablejs": "1.8.4",
|
|
"tui-color-picker": "^2.2.6",
|
|
"tui-image-editor": "^3.11.0",
|
|
"uuid": "^8.3.2",
|
|
"video.js": "^7.11.4",
|
|
"vue": "2.6.10",
|
|
"vue-clipboard2": "^0.3.3",
|
|
"vue-cropper": "0.4.9",
|
|
"vue-print-nb": "^1.7.5",
|
|
"vue-router": "3.0.2",
|
|
"vue-video-player": "^5.0.2",
|
|
"vuedraggable": "2.20.0",
|
|
"vuex": "3.1.0",
|
|
"weixin-js-sdk": "^1.6.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "7.16.3",
|
|
"@vue/cli-plugin-babel": "4.4.4",
|
|
"@vue/cli-plugin-eslint": "4.4.4",
|
|
"@vue/cli-plugin-unit-jest": "4.4.4",
|
|
"@vue/cli-service": "4.4.4",
|
|
"chalk": "2.4.2",
|
|
"connect": "3.6.6",
|
|
"eslint": "6.7.2",
|
|
"eslint-plugin-vue": "6.2.2",
|
|
"html-webpack-plugin": "3.2.0",
|
|
"husky": "1.3.1",
|
|
"lint-staged": "8.1.5",
|
|
"node-sass": "^4.14.1",
|
|
"plop": "2.3.0",
|
|
"sass-loader": "8.0.2",
|
|
"sass-resources-loader": "^2.1.0",
|
|
"script-ext-html-webpack-plugin": "2.1.3",
|
|
"serve-static": "1.13.2",
|
|
"svg-sprite-loader": "4.1.3",
|
|
"svgo": "1.2.0",
|
|
"vue-styleguidist": "~4.41.2",
|
|
"vue-template-compiler": "2.6.10"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
],
|
|
"engines": {
|
|
"node": ">=8.9",
|
|
"npm": ">= 3.0.0"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"admin",
|
|
"dashboard",
|
|
"element-ui",
|
|
"boilerplate",
|
|
"admin-wechat",
|
|
"management-system"
|
|
],
|
|
"license": "GPL-3.0",
|
|
"lint-staged": {
|
|
"src/**/*.{js,vue}": [
|
|
"eslint --fix",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|