-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.71 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.71 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
{
"name": "imad-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "node_modules/next/dist/bin/next start -p 3000",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@mui/material": "^5.16.6",
"@types/react-circular-progressbar": "^1.1.0",
"@types/react-dom": "17.0.2",
"@types/react-modal": "^3.16.3",
"@types/react-slick": "^0.23.13",
"antd": "^5.11.2",
"axios": "^1.6.2",
"cropperjs": "^1.6.2",
"crypto-js": "^4.2.0",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"firebase": "^10.14.0",
"firebase-tools": "^13.20.2",
"framer-motion": "^11.2.3",
"i18n-iso-countries": "^7.12.0",
"jquery": "^3.7.1",
"next": "13.1.0",
"react": "18.0.0",
"react-calendar": "^5.0.0",
"react-circular-progressbar": "^2.1.0",
"react-cookie": "^6.1.1",
"react-cropper": "^2.3.3",
"react-dom": "18.0.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.24.0",
"react-slick": "^0.29.0",
"react-stars": "^2.2.5",
"slick-carousel": "^1.8.1",
"ts-node": "^10.9.1",
"typescript": "5.2.2"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/node": "18.0.0",
"@types/react": "18.0.0",
"@types/react-cropper": "^1.3.7",
"@types/react-stars": "^2.2.4",
"slick-carousel": "^1.8.1"
},
"resolutions": {
"@types/react": "18.0.0"
}
}