forked from What-Lunch/whatlunch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.45 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.45 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
49
50
51
52
53
54
55
56
{
"name": "whatlunch",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"test": "jest"
},
"dependencies": {
"@react-oauth/google": "^0.13.4",
"@tanstack/react-query": "^5.90.18",
"@tanstack/react-query-devtools": "^5.91.2",
"@vercel/speed-insights": "^1.3.1",
"js-yaml": "^4.1.1",
"lottie-react": "^2.4.1",
"lucide-react": "^0.554.0",
"next": "14.2.33",
"next-themes": "^0.4.6",
"react": "^18",
"react-dom": "^18",
"react-scan": "^0.4.3",
"react-toastify": "^11.0.5",
"sass": "^1.93.3",
"socket.io-client": "^4.8.3",
"zustand": "^5.0.10"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/identity-obj-proxy": "^3",
"@types/jest": "^30.0.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-toastify": "^4.1.0",
"eslint": "^8",
"eslint-config-next": "14.2.33",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"prettier": "^3.6.2",
"sharp": "^0.34.5",
"ts-jest": "^29.4.5",
"typescript": "^5"
},
"resolutions": {
"glob": "^11.1.0"
},
"packageManager": "yarn@4.10.3"
}