|
1 | 1 | {
|
2 |
| - "name": "mui-maintainer-dashboard", |
| 2 | + "name": "contributor-dashboard-legacy", |
3 | 3 | "version": "0.1.0",
|
4 | 4 | "private": true,
|
5 | 5 | "dependencies": {
|
6 | 6 | "@emotion/react": "^11.1.2",
|
7 | 7 | "@emotion/styled": "^11.0.0",
|
8 |
| - "@material-ui/core": "^5.0.0-alpha.19", |
9 |
| - "@material-ui/icons": "^5.0.0-alpha.19", |
| 8 | + "@mui/icons-material": "^6.0.0", |
| 9 | + "@mui/material": "^6.0.0", |
10 | 10 | "pretty-bytes": "^5.3.0",
|
11 |
| - "react": "experimental", |
12 |
| - "react-dom": "experimental", |
| 11 | + "react": "^18.0.0", |
| 12 | + "react-dom": "^18.0.0", |
13 | 13 | "react-query": "^2.0.0",
|
14 | 14 | "react-router": "^6.0.0-alpha.5",
|
15 | 15 | "react-router-dom": "^6.0.0-alpha.5"
|
|
20 | 20 | "@types/react-dom": "^17.0.0",
|
21 | 21 | "@types/react-router-dom": "^5.1.3",
|
22 | 22 | "netlify-cli": "^2.69.0",
|
23 |
| - "node-fetch": "^2.6.1", |
24 |
| - "prettier": "^2.0.2", |
25 |
| - "react-scripts": "^4.0.3", |
| 23 | + "react-scripts": "^5.0.0", |
26 | 24 | "typescript": "^4.1.0"
|
27 | 25 | },
|
28 | 26 | "scripts": {
|
29 |
| - "start": "react-scripts start", |
30 |
| - "build": "DISABLE_ESLINT_PLUGIN=true react-scripts build", |
| 27 | + "start": "NODE_OPTIONS=--openssl-legacy-provider DISABLE_ESLINT_PLUGIN=true SKIP_PREFLIGHT_CHECK=true react-scripts start", |
| 28 | + "build": "NODE_OPTIONS=--openssl-legacy-provider DISABLE_ESLINT_PLUGIN=true SKIP_PREFLIGHT_CHECK=true react-scripts build", |
31 | 29 | "format": "prettier --write .",
|
32 | 30 | "format:check": "prettier --check .",
|
33 | 31 | "test": "echo 'No tests yet' && exit 1",
|
|
49 | 47 | "last 1 safari version"
|
50 | 48 | ]
|
51 | 49 | },
|
52 |
| - "engines": { |
53 |
| - "node": "^16.0.0" |
54 |
| - } |
| 50 | + "engines": { |
| 51 | + "node": ">=18.0.0" |
| 52 | + } |
55 | 53 | }
|
0 commit comments