-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 970 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@phosphor-icons/react": "^2.1.7",
"@primer/octicons-react": "^19.14.0",
"@react-aria/dialog": "^3.5.21",
"@react-aria/focus": "^3.19.1",
"@react-aria/overlays": "^3.25.0",
"@tanstack/react-query": "^5.64.2",
"lucide-react": "^0.474.0",
"pocketbase": "^0.21.4",
"react": "^18.3.1",
"react-aria-components": "^1.6.0",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"prettier": "3.4.2",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-plugin-icons-spritesheet": "^2.2.1"
}
}