-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.96 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.96 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "openplanner",
"private": true,
"version": "0.14.0",
"type": "module",
"scripts": {
"dev": "vite",
"start": "bun run dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "husky install",
"deploy": "bun run build && firebase deploy",
"release": "npm version minor && bun run deploy && git push && git push --tags",
"tscheck": "tsc --noEmit",
"test:rules": "firebase emulators:exec --only firestore,storage 'node firestore.rules.test.mjs'"
},
"dependencies": {
"@cap.js/widget": "0.1.53",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@fullcalendar/core": "^6.1.9",
"@fullcalendar/interaction": "^6.1.9",
"@fullcalendar/react": "^6.1.9",
"@fullcalendar/resource": "^6.1.9",
"@fullcalendar/resource-timegrid": "^6.1.9",
"@hello-pangea/dnd": "^16.3.0",
"@hookform/resolvers": "^3.3.2",
"@mdi/js": "^7.3.67",
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^5.15.13",
"@mui/lab": "5.0.0-alpha.168",
"@mui/material": "^5.15.13",
"@mui/x-data-grid": "^6.19.6",
"@mui/x-date-pickers": "^6.19.7",
"@reduxjs/toolkit": "^1.9.7",
"@types/canvas-confetti": "^1.9.0",
"@uidotdev/usehooks": "^2.4.1",
"@uiw/react-md-editor": "^4.0.1",
"canvas-confetti": "^1.9.3",
"data-uri-to-buffer": "^6.0.2",
"firebase": "^10.5.2",
"flag-icons": "^7.3.2",
"image-blob-reduce": "^4.1.0",
"jspdf": "^3.0.1",
"luxon": "^3.4.3",
"marked": "^15.0.8",
"openai": "^4.24.7",
"p-limit": "^5.0.0",
"pica": "^9.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.54.2",
"react-hook-form-mui": "^7.4.1",
"react-hotkeys-hook": "^4.4.1",
"react-markdown": "^10.1.0",
"react-redux": "^8.1.3",
"remark-breaks": "^4.0.0",
"use-firebase-auth": "^3.0.0",
"uuid": "^9.0.1",
"wouter": "^3.7.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
"xlsx-js-style": "^1.2.0",
"yup": "^1.3.2"
},
"devDependencies": {
"@firebase/rules-unit-testing": "^3.0.4",
"@types/image-blob-reduce": "^4.1.3",
"@types/luxon": "^3.3.3",
"@types/pica": "^9.0.3",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@types/react-redux": "^7.1.28",
"@types/uuid": "^9.0.6",
"@vitejs/plugin-react": "^4.1.1",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"typescript": "^5.2.2",
"vite": "^5.1.6"
},
"overrides": {
"react": "^18.2.0"
}
}