-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 979 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 979 Bytes
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
{
"name": "testing-jstack-appwrite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@tanstack/react-query": "^5.51.23",
"appwrite": "^18.1.1",
"clsx": "^2.1.1",
"hono": "^4.7.0",
"jstack": "^1.1.1",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.5.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250214.0",
"@types/node": "^22.10.6",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"dotenv": "^16.4.5",
"eslint": "^9.18.0",
"eslint-config-next": "^15.1.4",
"postcss": "^8",
"prettier": "^3.6.2",
"tailwindcss": "^4.0.0",
"typescript": "^5",
"wrangler": "^4.0.0"
}
}