modify:apimode
Showing
.flowconfig
0 → 100644
This diff is collapsed.
Click to expand it.
... | ... | @@ -10,30 +10,37 @@ |
"lint": "eslint --fix --ext .js,.vue src", | ||
"build:dev": "node build/build.js --env=dev", | ||
"build:uat": "node build/build.js --env=uat", | ||
"build": "node build/build.js --env=prod" | ||
"build": "node build/build.js --env=prod", | ||
"flow": "flow" | ||
}, | ||
"dependencies": { | ||
"animate.css": "^3.7.0", | ||
"axios": "^0.18.0", | ||
"babel-polyfill": "^6.26.0", | ||
"cross-storage": "^1.0.0", | ||
"echarts": "^4.2.0-rc.2", | ||
"element-ui": "^2.4.9", | ||
"jquery": "^3.3.1", | ||
"moment": "^2.22.2", | ||
"rxjs": "^6.3.3", | ||
"underscore": "^1.9.1", | ||
"v-charts": "^1.19.0", | ||
"velocity-animate": "^1.5.0", | ||
"vue": "^2.5.2", | ||
"vue-router": "^3.0.1", | ||
"vue-rx": "^6.0.1", | ||
"vuex": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^7.1.2", | ||
"babel-core": "^6.22.1", | ||
"babel-eslint": "^8.2.1", | ||
"babel-eslint": "^8.2.6", | ||
"babel-helper-vue-jsx-merge-props": "^2.0.3", | ||
"babel-loader": "^7.1.1", | ||
"babel-plugin-syntax-flow": "^6.18.0", | ||
"babel-plugin-syntax-jsx": "^6.18.0", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-plugin-transform-flow-strip-types": "^6.22.0", | ||
"babel-plugin-transform-runtime": "^6.22.0", | ||
"babel-plugin-transform-vue-jsx": "^3.5.0", | ||
"babel-preset-env": "^1.3.2", | ||
... | ... | @@ -42,17 +49,22 @@ |
"compression-webpack-plugin": "^1.1.12", | ||
"copy-webpack-plugin": "^4.0.1", | ||
"css-loader": "^0.28.0", | ||
"eslint": "^4.15.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-standard": "^10.2.1", | ||
"eslint-config-vue": "^2.0.2", | ||
"eslint-friendly-formatter": "^3.0.0", | ||
"eslint-loader": "^1.7.1", | ||
"eslint-plugin-flowtype-errors": "^3.6.0", | ||
"eslint-plugin-html": "^4.0.6", | ||
"eslint-plugin-import": "^2.7.0", | ||
"eslint-plugin-node": "^5.2.0", | ||
"eslint-plugin-promise": "^3.4.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"eslint-plugin-vue": "^4.0.0", | ||
"eslint-plugin-vue": "^4.7.1", | ||
"extract-text-webpack-plugin": "^3.0.0", | ||
"file-loader": "^1.1.4", | ||
"flow-bin": "^0.86.0", | ||
"flow-webpack-plugin": "^1.2.0", | ||
"friendly-errors-webpack-plugin": "^1.6.1", | ||
"html-webpack-plugin": "^2.30.1", | ||
"less": "^3.8.1", | ||
... | ... |
src/components/Sidebar/index1.vue
0 → 100644
Please
register
or
sign in
to comment