-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
80 lines (80 loc) · 2.38 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
{
"name": "client",
"version": "1.0.1",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.11.16",
"@react-oauth/google": "^0.7.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.11",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"axios": "^1.2.4",
"bootstrap": "^5.2.3",
"crypto": "^1.0.1",
"cryptr": "^6.2.0",
"google-auth-library": "^8.7.0",
"googleapis": "^114.0.0",
"jwt-decode": "^3.1.2",
"luxon": "^3.3.0",
"mongodb": "^5.2.0",
"mongoose": "^7.0.3",
"next": "^13.2.4",
"openai": "^3.2.1",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-content-loader": "^6.2.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-google-button": "^0.7.2",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.1",
"react-type-animation": "^2.1.2",
"theme-ui": "^0.15.5",
"typescript": "^4.9.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/cryptr": "^4.0.1",
"@types/luxon": "^3.3.0",
"@types/mongodb": "^4.0.7",
"@types/mongoose": "^5.11.97",
"@types/next": "^9.0.0",
"@types/react-content-loader": "^4.0.0",
"@types/react-toastify": "^4.1.0",
"@types/react-type-animation": "^1.1.1",
"eslint": "^8.39.0"
}
}