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.
 
 
 
 

81 lines
2.5 KiB

{
"name": "winbox-admin-template",
"version": "1.0.0",
"description": "A vue admin template with Winbox UI & axios & iconfont & permission control & lint",
"author": "fc <fengcheng2000000@qq.com>",
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:prod": "gulp gulp-winbox && vue-cli-service build",
"preview": "node build/index.js --preview",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"lint:es": "eslint \"src/**/*.{vue,js,jsx}\" --fix",
"lint:style": "stylelint \"src/**/*.{vue,less,postcss,css,scss}\" --fix --cache --cache-location node_modules/.cache/stylelint/",
"gulp:css": "gulp gulp-winbox",
"release": "standard-version"
},
"dependencies": {
"@antv/g6": "^4.8.7",
"@coolbox/we-design": "0.0.30",
"axios": "0.24.0",
"core-js": "3.6.5",
"echarts": "^5.3.3",
"js-cookie": "3.0.1",
"less-to-json-loader": "^1.1.0",
"moment": "^2.29.1",
"normalize.css": "7.0.0",
"nprogress": "^0.2.0",
"path-to-regexp": "2.4.0",
"qs": "^6.10.1",
"vue": "2.6.14",
"vue-bus": "^1.2.1",
"vue-router": "3.0.6",
"vuex": "3.6.2",
"winbox-ui": "^0.13.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.3",
"@uxd.wenge/eslint-config-wg": "0.0.4",
"@uxd.wenge/stylelint-config-wg": "0.0.6",
"@vue/cli-plugin-babel": "4.4.4",
"@vue/cli-service": "4.4.4",
"babel-eslint": "10.1.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"chalk": "2.4.2",
"connect": "3.6.6",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-css-wrap": "^0.1.2",
"gulp-foreach": "^0.1.0",
"gulp-less": "^5.0.0",
"html-webpack-plugin": "3.2.0",
"less": "^4.1.2",
"less-loader": "^7.3.0",
"mockjs": "^1.1.0",
"prettier": "^2.4.1",
"runjs": "4.3.2",
"script-ext-html-webpack-plugin": "^2.1.5",
"serve-static": "1.13.2",
"standard-version": "^6.0.1",
"style-resources-loader": "^1.4.1",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-prettier": "^2.0.0",
"svg-sprite-loader": "4.1.3",
"vue-cli-plugin-style-resources-loader": "^0.1.5",
"vue-eslint-parser": "^8.0.1",
"vue-template-compiler": "2.6.14"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
},
"license": "MIT"
}