rxjs
Showing
| ... | @@ -10,7 +10,8 @@ | ... | @@ -10,7 +10,8 @@ |
| "lint": "eslint --fix --ext .js,.vue src", | "lint": "eslint --fix --ext .js,.vue src", | ||
| "build:dev": "node build/build.js --env=dev", | "build:dev": "node build/build.js --env=dev", | ||
| "build:uat": "node build/build.js --env=uat", | "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": { | "dependencies": { | ||
| "animate.css": "^3.7.0", | "animate.css": "^3.7.0", | ||
| ... | @@ -60,6 +61,7 @@ | ... | @@ -60,6 +61,7 @@ |
| "extract-text-webpack-plugin": "^3.0.0", | "extract-text-webpack-plugin": "^3.0.0", | ||
| "file-loader": "^1.1.4", | "file-loader": "^1.1.4", | ||
| "flow-bin": "^0.86.0", | "flow-bin": "^0.86.0", | ||
| "flow-webpack-plugin": "^1.2.0", | |||
| "friendly-errors-webpack-plugin": "^1.6.1", | "friendly-errors-webpack-plugin": "^1.6.1", | ||
| "html-webpack-plugin": "^2.30.1", | "html-webpack-plugin": "^2.30.1", | ||
| "less": "^3.8.1", | "less": "^3.8.1", | ||
| ... | ... |
Please
register
or
sign in
to comment