|
1 | 1 | { |
2 | 2 | "name": "react-cool-starter", |
3 | | - "version": "2.5.1", |
| 3 | + "version": "2.5.2", |
4 | 4 | "description": "A starter boilerplate for an universal web application with the best development experience and best practices.", |
5 | 5 | "main": "index.js", |
6 | 6 | "engines": { |
|
32 | 32 | ], |
33 | 33 | "author": "WellyShen <hivoid19@gmail.com> (https://github.com/wellyshen)", |
34 | 34 | "license": "MIT", |
| 35 | + "homepage": "https://github.com/wellyshen/react-cool-starter", |
35 | 36 | "bugs": { |
36 | 37 | "url": "https://github.com/wellyshen/react-cool-starter/issues" |
37 | 38 | }, |
38 | | - "homepage": "https://github.com/wellyshen/react-cool-starter", |
| 39 | + "sideEffects": false, |
39 | 40 | "scripts": { |
40 | 41 | "dev": "better-npm-run dev", |
41 | 42 | "start": "better-npm-run start", |
|
144 | 145 | "eslintConfig": { |
145 | 146 | "parser": "babel-eslint", |
146 | 147 | "extends": [ |
147 | | - "plugin:lodash-fp/recommended", |
148 | 148 | "airbnb", |
149 | 149 | "prettier", |
150 | 150 | "prettier/react" |
151 | 151 | ], |
152 | 152 | "plugins": [ |
153 | | - "lodash-fp", |
154 | 153 | "react", |
155 | 154 | "prettier" |
156 | 155 | ], |
|
196 | 195 | ] |
197 | 196 | } |
198 | 197 | ], |
199 | | - "lodash-fp/use-fp": "off", |
200 | | - "lodash-fp/consistent-name": "off", |
201 | 198 | "prettier/prettier": [ |
202 | 199 | "error", |
203 | 200 | { |
|
284 | 281 | "babel-plugin-transform-remove-console": "^6.9.4", |
285 | 282 | "better-npm-run": "^0.1.0", |
286 | 283 | "chalk": "^2.4.1", |
287 | | - "compression": "^1.7.2", |
| 284 | + "compression": "^1.7.3", |
288 | 285 | "cross-spawn": "^6.0.5", |
289 | 286 | "css-modules-require-hook": "^4.2.3", |
290 | 287 | "express": "^4.16.3", |
|
316 | 313 | "devDependencies": { |
317 | 314 | "@babel/cli": "^7.0.0-beta.53", |
318 | 315 | "@babel/core": "^7.0.0-beta.53", |
319 | | - "@babel/plugin-external-helpers": "^7.0.0-beta.53", |
320 | 316 | "babel-core": "^7.0.0-bridge.0", |
321 | 317 | "babel-eslint": "^8.2.6", |
322 | 318 | "babel-jest": "^23.4.0", |
|
334 | 330 | "eslint-loader": "^2.0.0", |
335 | 331 | "eslint-plugin-import": "^2.12.0", |
336 | 332 | "eslint-plugin-jsx-a11y": "^6.0.3", |
337 | | - "eslint-plugin-lodash-fp": "^2.2.0-a1", |
338 | 333 | "eslint-plugin-prettier": "^2.6.2", |
339 | 334 | "eslint-plugin-react": "^7.9.1", |
340 | 335 | "file-loader": "^1.1.11", |
|
343 | 338 | "identity-obj-proxy": "^3.0.0", |
344 | 339 | "imagemin-webpack-plugin": "^2.1.5", |
345 | 340 | "jest": "^23.4.1", |
| 341 | + "lodash-webpack-plugin": "^0.11.5", |
346 | 342 | "mini-css-extract-plugin": "^0.4.1", |
347 | 343 | "nock": "^9.4.2", |
348 | 344 | "nodemon": "^1.18.2", |
|
362 | 358 | "stylelint-scss": "^3.1.3", |
363 | 359 | "stylelint-webpack-plugin": "^0.10.5", |
364 | 360 | "url-loader": "^1.0.1", |
365 | | - "webpack": "^4.16.0", |
| 361 | + "webpack": "^4.16.1", |
366 | 362 | "webpack-bundle-analyzer": "^2.13.1", |
367 | 363 | "webpack-cli": "^3.0.8", |
368 | 364 | "webpack-dev-middleware": "^3.1.3", |
|
0 commit comments