-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1002 Bytes
/
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
{
"name": "bmarks",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.8.0",
"scripts": {
"lint": "biome lint",
"lint:fix": "biome lint --write",
"format": "biome format --write",
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"appwrite:deploy": "pnpm appwrite push all"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"appwrite": "^15.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.1",
"sonner": "^1.5.0",
"swr": "^2.2.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.0",
"@fontsource-variable/inter": "^5.0.20",
"@types/node": "^22.5.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@unocss/reset": "^0.61.9",
"@vitejs/plugin-react-swc": "^3.7.0",
"appwrite-cli": "6.0.0-rc.9",
"lefthook": "^1.7.14",
"typescript": "^5.5.4",
"unocss": "^0.61.9",
"vite": "^5.4.2"
}
}