-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.72 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
57
58
59
60
61
{
"name": "commonground-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint && tsc --noemit",
"prepare": "husky",
"test": "playwright test"
},
"dependencies": {
"@bprogress/next": "^3.2.12",
"@heroicons/react": "^2.2.0",
"@mantine/core": "^7.17.3",
"@mantine/form": "^7.17.3",
"@mantine/hooks": "7.17.3",
"@mantine/nprogress": "^7.17.4",
"@tanstack/react-query": "^5.71.0",
"@types/lodash": "^4.17.16",
"lodash": "^4.17.21",
"motion": "^12.9.5",
"next": "15.2.4",
"posthog-js": "^1.234.1",
"react": "19.1.0",
"react-cookie": "^8.0.1",
"react-dom": "19.1.0",
"react-error-boundary": "^5.0.0",
"react-intersection-observer": "^9.16.0",
"react-jwt": "^1.3.0",
"react-markdown": "^10.1.0",
"sonner": "^2.0.2",
"uuid": "^11.1.0",
"zod": "^3.24.2",
"zustand": "5.0.3"
},
"devDependencies": {
"@playwright/test": "^1.51.1",
"@tanstack/eslint-plugin-query": "^5.68.0",
"@types/node": "^22.13.14",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"eslint": "^9.23.0",
"eslint-config-next": "15.2.4",
"eslint-config-prettier": "^10.1.1",
"husky": "^9.1.7",
"postcss": "^8.5.3",
"prettier": "3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.2"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"pnpm": {
"overrides": {
"@types/react": "19.0.5",
"@types/react-dom": "19.0.3"
}
}
}