您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

74 行
1.9 KiB

{
"name": "bootstrap-vue-example",
"version": "0.1.0",
"private": true,
"scripts": {
"docs:build": "documentation build src/** -f html -o public/docs",
"docs:serve": "documentation build src/** -c jsdoc.conf.json -f html -o public/docs",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.0",
"asciidoctor": "^2.2.0",
"axios": "^0.21.0",
"bootstrap-vue": "^2.19.0",
"echarts": "^5.2.2",
"express": "^4.17.1",
"file-saver": "^2.0.5",
"import": "^0.0.6",
"jszip": "^3.5.0",
"luxon": "^1.25.0",
"mkdirp": "^0.5.5",
"multilang-extract-comments": "^0.3.3",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"simple-git": "^2.31.0",
"socket.io-client": "^3.0.3",
"vee-validate": "^3.4.5",
"vue": "^2.6.12",
"vue-codemirror": "^4.0.6",
"vue-echarts": "^6.0.0",
"vue-simple-calendar": "^5.0.0",
"vue-socket.io-extended": "^4.0.5",
"vue-sweetalert2": "^4.1.1",
"vue-template-compiler": "^2.6.12",
"vue-wait": "^1.4.8",
"vue2-datepicker": "^3.8.2",
"vuetable-2": "^1.3.1",
"vuex": "^3.6.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.7",
"@vue/cli-service": "^4.5.7",
"@vue/composition-api": "^1.4.3"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}