|
6 | 6 | "start": "razzle start",
|
7 | 7 | "build": "razzle build",
|
8 | 8 | "test": "razzle test --env=jsdom",
|
| 9 | + "start:static": "serve -s build/public", |
9 | 10 | "start:prod": "NODE_ENV=production node build/server.js"
|
10 | 11 | },
|
11 | 12 | "dependencies": {
|
12 |
| - "razzle": "3.1.3", |
13 |
| - "react": "16.13.1", |
14 |
| - "react-dom": "16.13.1", |
| 13 | + "babel-preset-razzle": "4.0.4", |
| 14 | + "express": "4.17.1", |
| 15 | + "html-webpack-plugin": "5.3.1", |
| 16 | + "i18next": "20.2.1", |
| 17 | + "i18next-browser-languagedetector": "6.1.0", |
| 18 | + "i18next-fs-backend": "1.1.1", |
| 19 | + "i18next-http-backend": "1.2.1", |
| 20 | + "i18next-http-middleware": "3.1.1", |
| 21 | + "mini-css-extract-plugin": "1.4.1", |
| 22 | + "razzle": "4.0.4", |
| 23 | + "razzle-dev-utils": "4.0.4", |
| 24 | + "react": "17.0.2", |
| 25 | + "react-dom": "17.0.2", |
| 26 | + "react-i18next": "11.8.12", |
15 | 27 | "react-router-dom": "5.2.0",
|
16 |
| - "react-i18next": "11.4.0", |
17 |
| - "i18next": "20.0.0", |
18 |
| - "i18next-browser-languagedetector": "5.0.0", |
19 |
| - "i18next-http-middleware": "3.0.0", |
20 |
| - "i18next-fs-backend": "1.0.6", |
21 |
| - "i18next-http-backend": "1.0.15" |
| 28 | + "serve": "11.3.2", |
| 29 | + "webpack": "5.31.2", |
| 30 | + "webpack-dev-server": "3.11.2" |
22 | 31 | }
|
23 | 32 | }
|
0 commit comments