|
7 | 7 | "dist/" |
8 | 8 | ], |
9 | 9 | "dependencies": { |
10 | | - "clipboard": "^1.6.1", |
11 | | - "flux": "^3.1.2", |
12 | | - "radium":"^0.19.1", |
| 10 | + "clipboard": "^1.7.1", |
| 11 | + "flux": "^3.1.3", |
13 | 12 | "react-base16-styling": "^0.5.3" |
14 | 13 | }, |
15 | 14 | "devDependencies": { |
16 | | - "babel-core": "^6.21.0", |
17 | | - "babel-loader": "^6.2.10", |
18 | | - "babel-plugin-transform-class-properties": "^6.11.5", |
19 | | - "babel-plugin-transform-decorators-legacy": "^1.3.4", |
20 | | - "babel-plugin-transform-function-bind": "^6.8.0", |
21 | | - "babel-plugin-transform-node-env-inline": "^6.8.0", |
| 15 | + "babel-core": "^6.25.0", |
| 16 | + "babel-loader": "^7.1.1", |
| 17 | + "babel-plugin-transform-class-properties": "^6.24.1", |
| 18 | + "babel-plugin-transform-function-bind": "^6.22.0", |
| 19 | + "babel-plugin-transform-node-env-inline": "^0.2.0", |
22 | 20 | "babel-plugin-react-html-attrs": "^2.0.0", |
23 | 21 | "babel-preset-es2015": "^6.24.1", |
24 | 22 | "babel-preset-react": "^6.24.1", |
25 | 23 | "babel-preset-stage-0": "^6.24.1", |
26 | | - "babel-preset-stage-2": "^6.24.1", |
27 | | - "babel-register": "^6.24.1", |
28 | 24 | "css-loader": "^0.28.4", |
29 | | - "html-webpack-plugin": "2.28.0", |
| 25 | + "html-webpack-plugin": "2.30.1", |
30 | 26 | "node-sass": "^4.5.3", |
31 | 27 | "react-hot-loader": "^3.0.0-beta.6", |
32 | 28 | "sass-loader": "^6.0.6", |
33 | 29 | "style-loader": "^0.18.2", |
34 | | - "webpack": "^2.2.1", |
35 | | - "webpack-dev-server": "^2.3.0" |
| 30 | + "webpack": "^3.5.4", |
| 31 | + "webpack-dev-server": "^2.7.0" |
36 | 32 | }, |
37 | 33 | "peerDependencies": { |
38 | 34 | "chai": "^3.5.0", |
|
50 | 46 | "webpack-bundle-size-analyzer": "^2.7.0" |
51 | 47 | }, |
52 | 48 | "scripts": { |
53 | | - "build": "webpack -p --display-error-details --progress", |
| 49 | + "build": "webpack -p --display-error-details --progress --optimize-minimize", |
54 | 50 | "dev:hot": "webpack-dev-server", |
55 | 51 | "modules:debug": "./docker/debug.sh", |
56 | 52 | "modules:tree": "webpack --json", |
|
0 commit comments