-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (43 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "auth0-react-sample",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "cross-env PORT=4050 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@auth0/auth0-react": "^1.9.0",
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
"chokidar": "^3.5.2",
"sass": "^1.77.0",
"react": "^16.14.0",
"react-clock": "^3.1.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"yarn": "^1.22.17"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"cross-env": "^7.0.2"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}