-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 928 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 928 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
{
"name": "flowblock",
"version": "0.2.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"typecheck": "tsc --noEmit",
"test": "vitest"
},
"dependencies": {
"@evolu/common": "^7.4.1",
"@evolu/react": "^10.4.0",
"@evolu/react-web": "^2.4.0",
"@evolu/web": "^2.4.0",
"@types/canvas-confetti": "^1.9.0",
"canvas-confetti": "^1.9.4",
"ical.js": "^2.2.1",
"lucide-react": "^0.577.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-basic-ssl": "^2.1.4",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"jsdom": "^29.0.2",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"vite-plugin-pwa": "^1.3.0",
"vitest": "^4.1.3"
}
}