|
12 | 12 | "prepublish": "run-s build", |
13 | 13 | "build": "run-p build:*", |
14 | 14 | "build:bundle": "cross-env NODE_ENV=production webpack --config webpack.config.babel.js", |
15 | | - "build:umd": "cross-env NODE_ENV=production webpack --config webpack.umd.config.babel.js", |
| 15 | + "build:umd": "webpack --config webpack.umd.config.babel.js", |
16 | 16 | "prebuild": "rimraf build && mkdirp build", |
17 | 17 | "test": "eslint src", |
18 | 18 | "release": "node ./script/release.js", |
|
30 | 30 | "devDependencies": { |
31 | 31 | "babel-cli": "^6.5.2", |
32 | 32 | "babel-core": "^6.24.0", |
33 | | - "babel-eslint": "^7.2.2", |
| 33 | + "babel-eslint": "^8.1.2", |
34 | 34 | "babel-loader": "^7.0.0", |
35 | 35 | "babel-plugin-transform-decorators-legacy": "^1.3.4", |
| 36 | + "babel-plugin-transform-object-rest-spread": "^6.26.0", |
36 | 37 | "babel-plugin-transform-react-jsx": "^6.8.0", |
37 | | - "babel-preset-es2015": "^6.24.0", |
| 38 | + "babel-preset-env": "^1.6.1", |
38 | 39 | "babel-preset-stage-0": "^6.5.0", |
39 | 40 | "babel-register": "^6.24.0", |
40 | 41 | "babel-runtime": "^6.11.6", |
| 42 | + "caniuse-lite": "^1.0.30000787", |
41 | 43 | "cross-env": "^5.0.1", |
42 | 44 | "css-loader": "^0.28.0", |
43 | 45 | "eslint": "^4.1.0", |
44 | 46 | "eslint-config-prettier": "^2.4.0", |
45 | 47 | "eslint-plugin-import": "^2.7.0", |
46 | 48 | "eslint-plugin-prettier": "^2.2.0", |
47 | 49 | "eslint-plugin-react": "^7.0.0", |
48 | | - "file-loader": "^0.11.1", |
| 50 | + "file-loader": "^1.1.6", |
49 | 51 | "gotrue-js": "^0.9.15", |
50 | 52 | "html-webpack-plugin": "^2.28.0", |
51 | 53 | "json-loader": "^0.5.4", |
52 | 54 | "mkdirp": "^0.5.1", |
53 | 55 | "mobx": "^3.2.2", |
54 | | - "mobx-preact": "^0.3.1", |
| 56 | + "mobx-preact": "^1.1.0", |
55 | 57 | "npm-run-all": "^4.1.1", |
56 | 58 | "postcss-cssnext": "^3.0.2", |
57 | | - "postcss-import": "^10.0.0", |
| 59 | + "postcss-import": "^11.0.0", |
58 | 60 | "postcss-loader": "^2.0.3", |
59 | | - "postcss-nested": "^2.1.2", |
| 61 | + "postcss-nested": "^3.0.0", |
60 | 62 | "preact": "^8.1.0", |
61 | | - "preact-compat": "^3.15.0", |
62 | 63 | "prettier": "^1.6.1", |
63 | 64 | "raw-loader": "^0.5.1", |
64 | 65 | "rimraf": "^2.6.2", |
65 | 66 | "serve": "^6.0.0", |
66 | 67 | "source-map-loader": "^0.2.1", |
67 | | - "url-loader": "^0.5.8", |
| 68 | + "url-loader": "^0.6.2", |
68 | 69 | "webpack": "^3.0.0", |
69 | | - "webpack-dev-server": "^2.4.4" |
70 | | - }, |
71 | | - "dependencies": {} |
| 70 | + "webpack-dev-server": "^2.4.4", |
| 71 | + "webpack-node-externals": "^1.6.0" |
| 72 | + } |
72 | 73 | } |
0 commit comments