Add flowjs support

This commit is contained in:
Dane Everitt 2018-09-23 14:58:09 -07:00
parent b6205463db
commit c3ef290145
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 586 additions and 13 deletions

View file

@ -23,7 +23,11 @@
"axios": "^0.18.0",
"babel-cli": "6.18.0",
"babel-core": "^6.26.3",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.0-beta.3",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-strict-mode": "^6.18.0",
@ -31,7 +35,13 @@
"camelcase": "^5.0.0",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"eslint": "^5.6.0",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-flowtype-errors": "^3.6.0",
"eslint-plugin-html": "^4.0.6",
"eslint-plugin-vue": "^4.7.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"flow-bin": "^0.81.0",
"glob-all": "^3.1.0",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.3.1",