|
26 | 26 | ],
|
27 | 27 | "dependencies": {},
|
28 | 28 | "devDependencies": {
|
29 |
| - "@types/react": "^16.9.49", |
30 |
| - "@types/react-dom": "^16.9.8", |
31 |
| - "@types/react-router-dom": "^5.1.5", |
32 |
| - "react": "^16.13.1", |
33 |
| - "react-dom": "^16.13.1", |
34 |
| - "react-router-dom": "^5.2.0", |
35 | 29 | "@commitlint/cli": "^9.1.2",
|
36 | 30 | "@commitlint/config-conventional": "^9.1.2",
|
37 | 31 | "@fortawesome/fontawesome-free": "^5.13.0",
|
|
42 | 36 | "@types/lodash": "^4.14.155",
|
43 | 37 | "@types/luaparse": "^0.2.6",
|
44 | 38 | "@types/notyf": "^3.0.0",
|
| 39 | + "@types/react": "^16.9.49", |
| 40 | + "@types/react-dom": "^16.9.8", |
| 41 | + "@types/react-router-dom": "^5.1.5", |
45 | 42 | "@types/reconnectingwebsocket": "^1.0.4",
|
46 | 43 | "@types/superagent": "^4.1.7",
|
47 | 44 | "@types/webpack-env": "^1.15.2",
|
|
55 | 52 | "css-loader": "^3.5.3",
|
56 | 53 | "d3": "^5.16.0",
|
57 | 54 | "eslint": "^6.8.0",
|
| 55 | + "eslint-config-prettier": "^6.11.0", |
58 | 56 | "eslint-config-react": "^1.1.7",
|
| 57 | + "eslint-plugin-prettier": "^3.1.4", |
| 58 | + "eslint-plugin-react": "^7.20.6", |
59 | 59 | "file-loader": "^6.1.0",
|
60 | 60 | "fork-ts-checker-webpack-plugin": "^4.1.6",
|
61 | 61 | "html-webpack-plugin": "^4.3.0",
|
|
64 | 64 | "mini-css-extract-plugin": "^0.9.0",
|
65 | 65 | "notyf": "^3.9.0",
|
66 | 66 | "prettier": "^2.1.1",
|
| 67 | + "react": "^16.13.1", |
| 68 | + "react-dom": "^16.13.1", |
| 69 | + "react-router-dom": "^5.2.0", |
67 | 70 | "reconnecting-websocket": "^4.4.0",
|
68 | 71 | "release-it": "^13.7.1",
|
69 | 72 | "rimraf": "^3.0.2",
|
|
0 commit comments