-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.01 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 2.01 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
{
"private": true,
"type": "module",
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"preview": "vite preview"
},
"devDependencies": {
"@headlessui/react": "^2.0.0",
"@inertiajs/react": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "^18.13.0",
"@types/react": "^18.3.12",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.3.1",
"@types/react-slick": "^0.23.13",
"@types/react-table": "^7.7.20",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.12",
"axios": "^1.7.7",
"ckeditor5": "^44.1.0",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-devtools": "^6.0.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.2.1",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.3"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^44.1.0",
"@ckeditor/ckeditor5-react": "^9.4.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-react": "^0.8.1",
"@mui/icons-material": "^6.2.0",
"@mui/material": "^6.2.1",
"@tinymce/tinymce-react": "^5.1.1",
"chart.js": "^4.4.7",
"ckeditor5-premium-features": "^44.1.0",
"dotenv": "^16.4.5",
"flowbite-react": "^0.10.2",
"framer-motion": "^11.11.17",
"lucide-react": "^0.460.0",
"react-beautiful-dnd": "^13.1.1",
"react-chartjs-2": "^5.3.0",
"react-feather": "^2.0.10",
"react-helmet": "^6.1.0",
"react-icons": "^5.4.0",
"react-responsive-modal": "^6.4.2",
"react-router-dom": "^6.28.0",
"react-slick": "^0.30.3",
"react-table": "^7.8.0",
"react-toastify": "^10.0.6",
"slick-carousel": "^1.8.1",
"ziggy-js": "^1.0.5"
}
}