We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28963e9 commit b32f392Copy full SHA for b32f392
docs/package.json
@@ -8,6 +8,11 @@
8
"node": "^16.20.2",
9
"npm": "^8.19.4"
10
},
11
+ "scripts": {
12
+ "start": "react-scripts --openssl-legacy-provider start",
13
+ "build": "react-scripts --openssl-legacy-provider build",
14
+ "eject": "react-scripts eject"
15
+ },
16
"dependencies": {
17
"@emotion/core": "^10.0.35",
18
"prismjs": "^1.21.0",
@@ -17,11 +22,6 @@
22
"react-router-dom": "^5.2.0",
23
"react-scripts": "3.4.3"
19
24
20
- "scripts": {
21
- "start": "react-scripts start",
- "build": "react-scripts build",
- "eject": "react-scripts eject"
- },
25
"eslintConfig": {
26
"extends": "react-app"
27
0 commit comments