|
12 | 12 | "start:dev_api": "node scripts/start.js",
|
13 | 13 | "start:test": "cross-env LOCAL_SERVER=1 SANDBOX_ONLY=true node scripts/start.js",
|
14 | 14 | "build": "cross-env NODE_ENV=production node scripts/build.js",
|
| 15 | + "build:embed": "cross-env NODE_ENV=production webpack --config config/webpack.embed.js", |
15 | 16 | "build:sandbox": "cross-env NODE_ENV=production SANDBOX_ONLY=true node scripts/build.js",
|
16 | 17 | "build:clean": "rimraf www",
|
17 | 18 | "test": "jest --env=jsdom",
|
|
43 | 44 | "babel-loader": "8.0.2",
|
44 | 45 | "babel-plugin-codegen": "^1.2.0",
|
45 | 46 | "babel-plugin-lodash": "^3.3.4",
|
46 |
| - "babel-plugin-styled-components": "1.7.1", |
| 47 | + "babel-plugin-styled-components": "^1.9.2", |
47 | 48 | "babel-plugin-syntax-dynamic-import": "^6.18.0",
|
48 | 49 | "babel-plugin-transform-class-properties": "^6.24.1",
|
49 | 50 | "babel-plugin-transform-object-rest-spread": "^6.23.0",
|
|
102 | 103 | "url-loader": "1.0.1",
|
103 | 104 | "webpack": "^4.10.2",
|
104 | 105 | "webpack-bundle-analyzer": "^2.13.1",
|
| 106 | + "webpack-cli": "^3.1.2", |
105 | 107 | "webpack-dev-middleware": "^3.1.3",
|
106 | 108 | "webpack-dev-server": "^3.1.4",
|
107 | 109 | "webpack-manifest-plugin": "^2.0.3",
|
|
217 | 219 | "react-inspector": "^2.2.0",
|
218 | 220 | "react-instantsearch": "^5.3.2",
|
219 | 221 | "react-loadable": "^3.3.1",
|
220 |
| - "react-modal": "^3.3.2", |
| 222 | + "react-modal": "^3.6.1", |
221 | 223 | "react-motion": "^0.5.0",
|
222 | 224 | "react-router-dom": "^4.2.2",
|
223 | 225 | "react-show": "^2.0.0",
|
|
231 | 233 | "socket.io-client": "^2.1.1",
|
232 | 234 | "store": "^2.0.12",
|
233 | 235 | "string-replace-loader": "^2.1.1",
|
234 |
| - "styled-components": "^3.2.1", |
| 236 | + "styled-components": "^4.1.2", |
235 | 237 | "subworkers": "^1.0.1",
|
236 | 238 | "svg-react-loader": "^0.4.4",
|
237 | 239 | "tern": "^0.21.0",
|
|
0 commit comments