rxjs
Showing
| ... | ... | @@ -10,7 +10,8 @@ |
| "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", | ||
| ... | ... | @@ -60,6 +61,7 @@ |
| "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", | ||
| ... | ... |
Please
register
or
sign in
to comment