You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
149 lines
3.7 KiB
149 lines
3.7 KiB
2 months ago
|
{
|
||
|
"name": "exam",
|
||
|
"version": "2.0.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"serve": "vue-cli-service serve",
|
||
|
"build": "vue-cli-service build",
|
||
|
"build:preview": "vue-cli-service build --mode preview",
|
||
|
"lint": "vue-cli-service lint",
|
||
|
"lint:nofix": "vue-cli-service lint --no-fix",
|
||
|
"test:unit": "vue-cli-service test:unit",
|
||
|
"postinstall": "opencollective-postinstall",
|
||
|
"prepare": "husky install"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@antv/data-set": "^0.10.1",
|
||
|
"@fortawesome/fontawesome-free": "^5.12.1",
|
||
|
"ant-design-vue": "~1.3.8",
|
||
|
"axios": "^0.19.0",
|
||
|
"bootstrap": "^4.1.1",
|
||
|
"bootstrap-table": "^1.18.0",
|
||
|
"bootstrap-vue": "^2.15.0",
|
||
|
"codemirror": "^5.37.0",
|
||
|
"core-js": "^2.6.5",
|
||
|
"enquire.js": "^2.1.6",
|
||
|
"font-awesome": "^4.7.0",
|
||
|
"jquery": "^3.3.1",
|
||
|
"js-cookie": "^2.2.0",
|
||
|
"lodash.get": "^4.4.2",
|
||
|
"lodash.pick": "^4.4.0",
|
||
|
"md5": "^2.2.1",
|
||
|
"mockjs2": "^1.0.5",
|
||
|
"moment": "^2.24.0",
|
||
|
"nprogress": "^0.2.0",
|
||
|
"popper.js": "^1.16.1",
|
||
|
"summernote": "^0.8.10",
|
||
|
"tableexport.jquery.plugin": "^1.10.20",
|
||
|
"viser-vue": "^2.3.3",
|
||
|
"vue": "^2.5.22",
|
||
|
"vue-clipboard2": "^0.2.1",
|
||
|
"vue-cropper": "0.4.4",
|
||
|
"vue-ls": "^3.2.0",
|
||
|
"vue-router": "^3.0.1",
|
||
|
"vue-svg-component-runtime": "^1.0.1",
|
||
|
"vuex": "^3.1.0",
|
||
|
"vxe-table": "^3.4.6",
|
||
|
"wangeditor": "^4.7.9",
|
||
|
"xe-utils": "^3.4.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/polyfill": "^7.2.5",
|
||
|
"@vue/cli-plugin-babel": "^3.3.0",
|
||
|
"@vue/cli-plugin-eslint": "^3.3.0",
|
||
|
"@vue/cli-plugin-unit-jest": "^3.3.0",
|
||
|
"@vue/cli-service": "^3.3.0",
|
||
|
"@vue/eslint-config-standard": "^4.0.0",
|
||
|
"@vue/test-utils": "^1.0.0-beta.20",
|
||
|
"babel-core": "7.0.0-bridge.0",
|
||
|
"babel-eslint": "^10.0.1",
|
||
|
"babel-jest": "^23.6.0",
|
||
|
"babel-plugin-import": "^1.11.0",
|
||
|
"eslint": "^5.8.0",
|
||
|
"eslint-plugin-html": "^5.0.0",
|
||
|
"eslint-plugin-vue": "^5.0.0",
|
||
|
"husky": "^8.0.0",
|
||
|
"less": "^3.8.1",
|
||
|
"less-loader": "^4.1.0",
|
||
|
"opencollective": "^1.0.3",
|
||
|
"opencollective-postinstall": "^2.0.2",
|
||
|
"vue-svg-icon-loader": "^2.1.1",
|
||
|
"vue-template-compiler": "^2.5.22"
|
||
|
},
|
||
|
"eslintConfig": {
|
||
|
"root": true,
|
||
|
"env": {
|
||
|
"node": true
|
||
|
},
|
||
|
"extends": [
|
||
|
"plugin:vue/strongly-recommended",
|
||
|
"@vue/standard"
|
||
|
],
|
||
|
"parserOptions": {
|
||
|
"parser": "babel-eslint"
|
||
|
},
|
||
|
"rules": {
|
||
|
"generator-star-spacing": "off",
|
||
|
"no-mixed-operators": 0,
|
||
|
"vue/max-attributes-per-line": [
|
||
|
2,
|
||
|
{
|
||
|
"singleline": 5,
|
||
|
"multiline": {
|
||
|
"max": 1,
|
||
|
"allowFirstLine": false
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"vue/attribute-hyphenation": 0,
|
||
|
"vue/html-self-closing": 0,
|
||
|
"vue/component-name-in-template-casing": 0,
|
||
|
"vue/html-closing-bracket-spacing": 0,
|
||
|
"vue/singleline-html-element-content-newline": 0,
|
||
|
"vue/no-unused-components": 0,
|
||
|
"vue/multiline-html-element-content-newline": 0,
|
||
|
"vue/no-use-v-if-with-v-for": 0,
|
||
|
"vue/html-closing-bracket-newline": 0,
|
||
|
"vue/no-parsing-error": 0,
|
||
|
"no-console": 0,
|
||
|
"no-tabs": 0,
|
||
|
"quotes": [
|
||
|
2,
|
||
|
"single",
|
||
|
{
|
||
|
"avoidEscape": true,
|
||
|
"allowTemplateLiterals": true
|
||
|
}
|
||
|
],
|
||
|
"semi": [
|
||
|
2,
|
||
|
"never",
|
||
|
{
|
||
|
"beforeStatementContinuationChars": "never"
|
||
|
}
|
||
|
],
|
||
|
"no-delete-var": 2,
|
||
|
"prefer-const": [
|
||
|
2,
|
||
|
{
|
||
|
"ignoreReadBeforeAssign": false
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"postcss": {
|
||
|
"plugins": {
|
||
|
"autoprefixer": {}
|
||
|
}
|
||
|
},
|
||
|
"browserslist": [
|
||
|
"> 1%",
|
||
|
"last 2 versions",
|
||
|
"not ie <= 10"
|
||
|
],
|
||
|
"collective": {
|
||
|
"type": "opencollective",
|
||
|
"url": "https://opencollective.com/ant-design-pro-vue"
|
||
|
}
|
||
|
}
|