-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.57 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.57 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
{
"name": "note",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"predb:migrate": "tsx scripts/preMigrate.ts",
"db:migrate": "drizzle-kit migrate",
"db:generate": "drizzle-kit generate"
},
"dependencies": {
"@journeyapps/wa-sqlite": "^1.7.0",
"@neondatabase/neon-js": "^0.1.0-alpha.6",
"@neondatabase/serverless": "^1.0.2",
"@powersync/drizzle-driver": "^0.7.3",
"@powersync/react": "^1.10.0",
"@powersync/tanstack-react-query": "^0.2.6",
"@powersync/web": "^1.38.0",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-toggle": "^1.1.10",
"@tailwindcss/vite": "^4.1.17",
"@tanstack/react-query": "^5.90.11",
"@tanstack/react-router": "^1.139.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-kit": "^0.31.7",
"drizzle-orm": "^0.44.7",
"lucide-react": "^0.503.0",
"moment": "^2.30.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17",
"unique-names-generator": "^4.7.1"
},
"devDependencies": {
"@tanstack/react-router-devtools": "^1.139.10",
"@tanstack/router-plugin": "^1.139.10",
"@types/node": "^22.19.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"dotenv": "^16.6.1",
"globals": "^16.5.0",
"tsx": "^4.20.6",
"tw-animate-css": "^1.4.0",
"typescript": "~5.7.3",
"vite": "^6.4.1"
}
}