-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1015 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1015 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
39
40
{
"name": "planner",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "vite"
},
"dependencies": {
"@heroui/react": "^2.8.0-beta.2",
"@tailwindcss/vite": "^4.1.4",
"@types/node": "^22.15.17",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"date-fns": "^2.30.0",
"framer-motion": "^12.9.2",
"leaflet": "^1.9.4",
"matrix-crdt": "^0.2.1-alpha.1",
"matrix-js-sdk": "^37.5.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-leaflet": "^5.0.0",
"react-yjs": "^2.0.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"y-indexeddb": "^9.0.12",
"yjs": "^13.6.26"
},
"devDependencies": {
"@types/leaflet": "^1.9.17",
"@vitejs/plugin-react": "^4.2.0",
"tailwindcss": "^4.1.4",
"vite": "^5.0.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "A planner application with map, notes, and calendar"
}