-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.25 KB
/
package.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "auth0-react-sample",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "npm-run-all",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"dev": "react-scripts start",
"lint": "eslint src/ --ext .js,.jsx --fix"
},
"dependencies": {
"@auth0/auth0-react": "^2.2.0",
"@babel/core": "^7.23",
"@babel/plugin-syntax-flow": "^7.23",
"@babel/plugin-transform-react-jsx": "^7.23",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-svg-core": "^1.2",
"@fortawesome/free-solid-svg-icons": "^5.8",
"@fortawesome/react-fontawesome": "^0.2",
"@heroicons/react": "^2.1.3",
"@mui/material": "^5.15.15",
"@sendgrid/mail": "^8.1.3",
"@tanstack/react-query": "^5.37.1",
"autoprefixer": "^10.4",
"axios": "^1.6.8",
"buffer": "^6.0.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"express": "^4.19.2",
"express-oauth2-jwt-bearer": "^1.6.0",
"helmet": "^4.4",
"highlight.js": "^11.9.0",
"history": "^5.3.0",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.9",
"node-fetch": "^3.3.2",
"npm-run-all": "^4.1",
"postcss": "^8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^16.13.1",
"react-qty-picker": "^1.0.6",
"react-router-dom": "^6.23.1",
"react-scripts": "^5.0",
"reactjs-popup": "^2.0.6",
"reactstrap": "^9.2",
"stream": "^0.0.2",
"typescript": "^4.9",
"util": "^0.12.5"
},
"resolutions": {
"**/hoist-non-react-statics/react-is": "^16.13.1",
"**/react-router/react-is": "^16.13.1",
"**/react-is": "18.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17",
"@testing-library/react": "^14.1",
"jest-environment-jsdom": "^27.0",
"jest-fetch-mock": "^3.0",
"nodemon": "^2.0"
},
"proxy": "https://wtfmzvwh4b.execute-api.us-east-1.amazonaws.com",
"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"
]
}
}