-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.93 KB
/
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
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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aldabil/react-scheduler": "^2.7.24",
"@auth/firebase-adapter": "^1.0.1",
"@cloudinary/react": "^1.11.2",
"@cloudinary/url-gen": "^1.11.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.14.9",
"@mui/lab": "^5.0.0-alpha.148",
"@mui/material": "^5.14.8",
"@mui/x-date-pickers": "^6.16.1",
"@react-three/drei": "^9.83.9",
"@react-three/fiber": "^8.14.1",
"@types/node": "20.4.9",
"@types/react": "18.2.20",
"@types/react-big-calendar": "^1.6.5",
"@types/react-dom": "18.2.7",
"@types/three": "^0.156.0",
"dotenv": "^16.3.1",
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"firebase": "^10.1.0",
"firebase-admin": "^11.11.0",
"lottie-web": "^5.12.2",
"moment": "^2.29.4",
"mui-file-dropzone": "^4.0.2",
"mui-file-input": "^3.0.2",
"next": "13.4.13",
"next-auth": "^4.23.1",
"planby": "^1.1.4",
"react": "18.2.0",
"react-animated-3d-card": "^1.0.2",
"react-big-calendar": "^1.8.4",
"react-countdown": "^2.3.5",
"react-dom": "18.2.0",
"react-grid-gallery": "^1.0.0",
"react-icons": "^4.10.1",
"react-infinite-scroll-component": "^6.1.0",
"react-lazy-load-image-component": "^1.6.0",
"react-lottie": "^1.2.3",
"react-pdf": "^7.4.0",
"react-toastify": "^9.1.3",
"three": "^0.156.1",
"typescript": "5.1.6",
"use-sound": "^4.0.1",
"usehooks-ts": "^2.9.1",
"validator": "^13.11.0",
"yet-another-react-lightbox": "^3.12.2"
},
"devDependencies": {
"@types/react-lazy-load-image-component": "^1.6.1",
"@types/react-lottie": "^1.2.6",
"@types/validator": "^13.11.2",
"sass": "^1.67.0"
}
}