-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.27 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
45
46
47
48
{
"name": "universal-status",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@apollo/client": "^4.0.9",
"@apollo/server": "^5.5.1",
"@as-integrations/next": "^4.1.0",
"@auth/mongodb-adapter": "^3.10.0",
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-brands-svg-icons": "^7.0.0",
"@fortawesome/free-regular-svg-icons": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^0.2.3",
"emoji-picker-react": "^4.13.2",
"emoji-type": "^1.0.4",
"fetch-cookie": "^3.1.0",
"graphql": "^16.11.0",
"jsdom": "^27.0.0",
"mongodb": "^6.18.0",
"next": "16.2.6",
"next-auth": "^5.0.0-beta.30",
"react": "19.2.1",
"react-dom": "19.2.1",
"rxjs": "^7.8.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/jsdom": "^21.1.7",
"@types/node": "^20",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"eslint": "^9",
"eslint-config-next": "16.0.7",
"tailwindcss": "^4",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}