Add flowjs support
This commit is contained in:
parent
b6205463db
commit
c3ef290145
5 changed files with 586 additions and 13 deletions
10
package.json
10
package.json
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue