-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.53 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.53 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
{
"name": "no-pressure",
"version": "0.1.0",
"license": "MIT",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"test": "jest --watch"
},
"dependencies": {
"@sentry/nextjs": "^8.55.0",
"@tanstack/react-query": "4.35.3",
"@trpc/client": "^10.45.4",
"@trpc/next": "^10.45.4",
"@trpc/react-query": "^10.45.4",
"@trpc/server": "^10.45.4",
"@vercel/analytics": "^1.6.1",
"@vercel/kv": "^2.0.0",
"cheerio": "^1.2.0",
"jsonrepair": "^3.13.2",
"next": "^14.2.35",
"next-plausible": "^3.12.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.5.0",
"superjson": "1.13.3",
"zod": "^3.25.76"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/eslint": "^8.56.12",
"@types/jest": "^29.5.14",
"@types/node": "^20.19.33",
"@types/prettier": "^3.0.0",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.24",
"daisyui": "^4.12.24",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.35",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
},
"ct3aMetadata": {
"initVersion": "7.7.0"
}
}