|
8 | 8 | "local": "cross-env NODE_ENV=local node server", |
9 | 9 | "nextdev": "cross-env NODE_ENV=dev next dev", |
10 | 10 | "nextstart": "next-boost", |
11 | | - "nextstart2": "cross-env NODE_ENV=production next start", |
| 11 | + "nextstart2": "cross-env NODE_ENV=production next start -p 3000", |
12 | 12 | "ci": "cross-env NODE_ENV=ci node server", |
13 | 13 | "server": "npm run clean && node server.js", |
14 | 14 | "build": "next build", |
|
20 | 20 | "serve": "cross-env NODE_ENV=production next start -p ${SERVE_PORT}", |
21 | 21 | "serve.dev": "cross-env NODE_ENV=dev SERVE_PORT=${SERVE_PORT} node server", |
22 | 22 | "serve.prod.old": "cross-env NODE_ENV=production SERVE_PORT=${SERVE_PORT} node server", |
23 | | - "serve.prod": "cross-env NODE_ENV=production next-boost -p ${SERVE_PORT}", |
| 23 | + "serve.prod.boost": "cross-env NODE_ENV=production next-boost -p ${SERVE_PORT}", |
| 24 | + "serve.prod": "cross-env NODE_ENV=production next start -p ${SERVE_PORT}", |
24 | 25 | "dist": "next build && next export -o \"build\"", |
25 | 26 | "start": "NODE_ENV=production node server.js", |
26 | 27 | "clean": "shjs ./utils/scripts/clean.js", |
|
101 | 102 | "react-calendar-heatmap": "1.8.1", |
102 | 103 | "react-content-loader": "3.4.2", |
103 | 104 | "react-copy-to-clipboard": "^5.0.3", |
| 105 | + "react-device-detect": "^2.1.2", |
104 | 106 | "react-dom": "17.0.2", |
105 | 107 | "react-highlight-words": "^0.16.0", |
106 | 108 | "react-lazy-load-image-component": "1.5.0", |
|
123 | 125 | "remarkable-mentions": "^0.1.0", |
124 | 126 | "resize-observer-polyfill": "^1.5.1", |
125 | 127 | "response-time": "^2.3.2", |
126 | | - "rxjs": "6.2.2", |
| 128 | + "rxjs": "7.5.1", |
127 | 129 | "sanitize-html": "^2.5.2", |
128 | 130 | "scroll-into-view-if-needed": "1.5.0", |
129 | 131 | "sentry-testkit": "^2.1.0", |
|
0 commit comments