mirror of
https://github.com/eyebluecn/tank-front
synced 2024-04-21 12:31:55 +00:00
80 lines
1.9 KiB
JSON
80 lines
1.9 KiB
JSON
{
|
|
"name": "EyeblueTank",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"animate.css": "^3.7.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"bootstrap": "^3.4.1",
|
|
"clipboard": "^2.0.4",
|
|
"core-js": "^2.6.5",
|
|
"echarts": "^4.2.1",
|
|
"element-ui": "^2.8.2",
|
|
"enquire.js": "^2.1.6",
|
|
"font-awesome": "^4.7.0",
|
|
"icheck": "^1.0.2",
|
|
"jquery": "^3.4.1",
|
|
"js-cookie": "^2.2.0",
|
|
"perfect-scrollbar": "^1.4.0",
|
|
"swiper": "^4.5.0",
|
|
"velocity-animate": "^1.5.2",
|
|
"vue": "^2.6.10",
|
|
"vue-echarts": "^4.0.2",
|
|
"vue-i18n": "^8.11.2",
|
|
"vue-multiselect": "^2.1.6",
|
|
"vue-nprogress": "^0.1.5",
|
|
"vue-resource": "^1.5.1",
|
|
"vue-router": "^3.0.6",
|
|
"vuex": "^3.1.1",
|
|
"vuex-router-sync": "^5.0.0",
|
|
"x-photoswipe": "^4.1.3-rc.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.7.0",
|
|
"@vue/cli-plugin-eslint": "^3.7.0",
|
|
"@vue/cli-service": "^3.7.0",
|
|
"@vue/eslint-config-standard": "^4.0.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-plugin-html": "^5.0.5",
|
|
"eslint-plugin-import": "^2.17.2",
|
|
"eslint-plugin-node": "^9.0.1",
|
|
"eslint-plugin-promise": "^4.1.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"less": "^3.9.0",
|
|
"less-loader": "^5.0.0",
|
|
"vue-template-compiler": "^2.5.21"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended",
|
|
"@vue/standard"
|
|
],
|
|
"rules": {},
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
}
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
]
|
|
}
|