86 lines
2.0 KiB
JSON
86 lines
2.0 KiB
JSON
{
|
|
"name": "yyladminweb",
|
|
"version": "2.5.0",
|
|
"description": "Minimalist background management system based on ThinkPHP6 and Vue2",
|
|
"author": "https://github.com/skyselang/",
|
|
"scripts": {
|
|
"dev": "vue-cli-service serve",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"build:prod": "vue-cli-service build",
|
|
"build:stage": "vue-cli-service build --mode staging"
|
|
},
|
|
"dependencies": {
|
|
"axios": "0.26.0",
|
|
"clipboard": "2.0.10",
|
|
"core-js": "3.21.1",
|
|
"echarts": "5.3.2",
|
|
"element-ui": "2.15.8",
|
|
"fuse.js": "3.6.1",
|
|
"js-cookie": "3.0.1",
|
|
"normalize.css": "8.0.1",
|
|
"nprogress": "0.2.0",
|
|
"path-to-regexp": "6.2.0",
|
|
"qrcode.vue": "1.7.0",
|
|
"screenfull": "5.2.0",
|
|
"vue": "2.6.14",
|
|
"vue-router": "3.5.3",
|
|
"vuex": "3.6.2",
|
|
"wangeditor": "4.7.12"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "4.5.12",
|
|
"@vue/cli-service": "4.5.12",
|
|
"autoprefixer": "9.8.8",
|
|
"babel-eslint": "10.1.0",
|
|
"eslint": "7.32.0",
|
|
"eslint-plugin-vue": "7.20.0",
|
|
"eslint-webpack-plugin": "2.5.3",
|
|
"html-webpack-plugin": "4.5.2",
|
|
"husky": "4.3.8",
|
|
"less": "4.1.2",
|
|
"less-loader": "7.3.0",
|
|
"lint-staged": "10.5.4",
|
|
"node-sass": "5.0.0",
|
|
"sass": "1.36.0",
|
|
"sass-loader": "10.2.0",
|
|
"script-ext-html-webpack-plugin": "2.1.5",
|
|
"tasksfile": "5.1.1",
|
|
"vue-template-compiler": "2.6.14"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/skyselang/yylAdminWeb/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.15.0",
|
|
"npm": ">=5.6.0"
|
|
},
|
|
"keywords": [
|
|
"yylAdmin",
|
|
"yylAdminWeb",
|
|
"php",
|
|
"vue",
|
|
"thinkphp",
|
|
"element"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"src/**/*.{js,vue}": [
|
|
"eslint --fix",
|
|
"git add"
|
|
]
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/skyselang/yylAdminWeb.git"
|
|
}
|
|
}
|