forked from Deco-Team/orchidify-instructor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.97 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
68
69
{
"name": "orchidify-instructor",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier --write \"src/**/(*.tsx|*.ts|*.css|*.scss)\"",
"preview": "vite preview"
},
"dependencies": {
"@cloudinary/react": "1.13",
"@cloudinary/url-gen": "1.21",
"@emotion/react": "11.13",
"@emotion/styled": "11.13",
"@fontsource/roboto": "5",
"@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",
"@hookform/resolvers": "3.9",
"@mui/icons-material": "5.16",
"@mui/material": "5",
"apexcharts": "^4.1.0",
"axios": "1.7",
"dayjs": "1.11.13",
"firebase": "11.0.1",
"jose": "5",
"material-react-table": "2.13.2",
"material-ui-popup-state": "^5.3.1",
"react": "18.3",
"react-apexcharts": "^1.6.0",
"react-day-picker": "^9.4.0",
"react-dom": "18.3",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "7.53",
"react-router-dom": "6.26",
"react-slick": "0.30.2",
"react-toastify": "10.0",
"slick-carousel": "1.8.1",
"uuid": "^10.0.0",
"zod": "3.23"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.1",
"@types/node": "^22.5.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-slick": "^0.23.13",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
}
}