|
5 | 5 | "repository": "", |
6 | 6 | "license": "UNLICENSED", |
7 | 7 | "scripts": { |
| 8 | + "license-check": "license-checker --exclude 'MIT, MIT OR X11, BSD, ISC, Public Domain'", |
8 | 9 | "lint": "eslint .", |
9 | 10 | "lint-fix": "eslint . --fix", |
10 | | - "clean-babel-cache": "rimraf -rf ./node_modules/.cache/babel-loader/*", |
| 11 | + "clean": "rimraf -rf ./node_modules/.cache/babel-loader/*", |
11 | 12 | "prod": "NODE_ENV=production node src/server/index.js", |
12 | 13 | "dev": "NODE_ENV=development nodemon --watch src/server --watch config --inspect src/server/index.js" |
13 | 14 | }, |
|
34 | 35 | "babel-plugin-module-resolver": "^3.1.1", |
35 | 36 | "babel-plugin-universal-import": "^3.1.2", |
36 | 37 | "brotli-webpack-plugin": "^1.0.0", |
37 | | - "chalk": "^2.4.1", |
38 | 38 | "compression-webpack-plugin": "^2.0.0", |
39 | 39 | "cookie-parser": "^1.4.3", |
40 | 40 | "express": "^4.16.4", |
|
43 | 43 | "graphql": "^14.0.2", |
44 | 44 | "graphql-tag": "^2.10.0", |
45 | 45 | "import": "0.0.6", |
46 | | - "isomorphic-fetch": "^2.2.1", |
47 | 46 | "isomorphic-unfetch": "^3.0.0", |
48 | 47 | "markdown-with-front-matter-loader": "^0.1.0", |
49 | 48 | "node-noop": "^1.0.0", |
|
67 | 66 | "webpack-dev-middleware": "3.4.0", |
68 | 67 | "webpack-flush-chunks": "^2.0.3", |
69 | 68 | "webpack-hot-middleware": "2.24.3", |
70 | | - "webpack-hot-server-middleware": "^0.5.0" |
| 69 | + "webpack-hot-server-middleware": "^0.5.0", |
| 70 | + "winston": "^3.1.0", |
| 71 | + "winston-daily-rotate-file": "^3.6.0" |
71 | 72 | }, |
72 | 73 | "devDependencies": { |
73 | 74 | "babel-eslint": "^10.0.1", |
|
80 | 81 | "eslint-plugin-jsx-a11y": "^6.1.2", |
81 | 82 | "eslint-plugin-react": "^7.11.1", |
82 | 83 | "husky": "^1.2.1", |
| 84 | + "license-checker": "^25.0.1", |
83 | 85 | "lint-staged": "^8.1.0", |
84 | 86 | "nodemon": "^1.18.9" |
85 | 87 | }, |
|
0 commit comments