-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 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
{
"name": "react-typescript",
"version": "1.0.0",
"type": "module",
"description": "React TypeScript on Replit, using Vite bundler",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-big-calendar": "^1.8.9",
"@types/react-dom": "^18.0.6",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.7.4",
"vite": "^3.0.4"
},
"dependencies": {
"@types/react-calendar": "^4.1.0",
"@types/react-datepicker": "^7.0.0",
"axios": "^1.7.3",
"date-fns": "^3.6.0",
"firebase": "^10.12.3",
"lucide-react": "^0.407.0",
"react": "^18.2.0",
"react-big-calendar": "^1.13.1",
"react-calendar": "^5.0.0",
"react-datepicker": "^7.3.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-quill": "^2.0.0",
"react-router-dom": "^6.26.0",
"uuid": "^10.0.0"
}
}