-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 KB
/
package.json
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
{
"name": "home-dms",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"dev": "waku dev",
"build": "npm run pb-ts-gen && waku build",
"start": "waku start",
"pb-ts-gen": "pocketbase-typegen --db ./pocketbase/pb_data/data.db --out ./src/lib/pocketbase/pb-types.ts"
},
"dependencies": {
"@paralleldrive/cuid2": "^2.2.2",
"@tanstack/react-query": "^5.62.8",
"@zag-js/dialog": "^0.81.0",
"@zag-js/menu": "^0.81.0",
"@zag-js/react": "^0.81.0",
"@zag-js/toast": "^0.81.0",
"pocketbase": "^0.25.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"tailwind-merge": "^2.5.5",
"waku": "^0.21.14"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.19",
"@iconify/tailwind": "^1.2.0",
"@types/node": "^22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "10.4.20",
"babel-plugin-react-compiler": "^19.0.0-beta-55955c9-20241229",
"dotenv": "^16.4.7",
"ora": "^8.1.1",
"pocketbase-typegen": "^1.3.0",
"tailwindcss": "3.4.16",
"typescript": "5.7.2"
}
}