|
1 | 1 | { |
2 | 2 | "name": "lpack-react", |
3 | | - "version": "1.2.0", |
| 3 | + "version": "1.2.3", |
4 | 4 | "description": "An inheritable boilerplate with webpack 4, react, sass, hmr, SSR, express, helmet, etc", |
5 | 5 | "license": "MIT", |
6 | 6 | "author": "Nathan Braun <n8tz.js@gmail.com>", |
|
40 | 40 | "file-loader": "^2.0.0", |
41 | 41 | "fkill": "^6.2.0", |
42 | 42 | "hard-source-webpack-plugin": "^0.13.1", |
| 43 | + "hoist-non-react-methods": "^1.1.0", |
| 44 | + "hoist-non-react-statics": "^3.2.1", |
43 | 45 | "html-webpack-plugin": "^3.2.0", |
44 | 46 | "http-proxy": "^1.17.0", |
45 | 47 | "is": "^3.3.0", |
46 | 48 | "json-loader": "^0.5.7", |
47 | 49 | "layer-pack": "^1.0.0", |
| 50 | + "lodash": "^4.17.11", |
48 | 51 | "mini-css-extract-plugin": "^0.4.5", |
49 | 52 | "minimist": "^1.2.0", |
| 53 | + "moment": "^2.23.0", |
50 | 54 | "node-sass": "^4.8.3", |
51 | 55 | "null-loader": "^0.1.1", |
52 | 56 | "optimize-css-assets-webpack-plugin": "^5.0.1", |
53 | 57 | "postcss": "^7.0.6", |
| 58 | + "postcss-calc": "^7.0.1", |
| 59 | + "postcss-comment": "^2.0.0", |
| 60 | + "postcss-custom-properties": "^8.0.9", |
| 61 | + "postcss-import": "^12.0.1", |
| 62 | + "postcss-loader": "^3.0.0", |
| 63 | + "postcss-mixins": "^6.2.0", |
| 64 | + "postcss-nested": "^4.1.0", |
| 65 | + "postcss-simple-vars": "^5.0.1", |
54 | 66 | "prop-types": "^15.6.0", |
55 | 67 | "react": "^16.8.6", |
56 | 68 | "react-dom": "^16.8.6", |
57 | 69 | "react-helmet": "^5.2.1", |
58 | 70 | "react-hot-loader": "^4.6.3", |
59 | 71 | "sass-loader": "^7.1.0", |
| 72 | + "shortid": "^2.2.8", |
60 | 73 | "source-map-explorer": "^2.0.1", |
61 | 74 | "source-map-loader": "^0.2.4", |
62 | 75 | "source-map-support": "^0.5.9", |
|
0 commit comments