forked from Zayar-Win/AnimeNook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.81 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.81 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
{
"private": true,
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build"
},
"devDependencies": {
"@headlessui/react": "^1.4.2",
"@inertiajs/react": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.12",
"axios": "^1.6.7",
"laravel-vite-plugin": "^0.8.0",
"postcss": "^8.4.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.1",
"vite": "^4.0.0"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.2.1",
"@uidotdev/usehooks": "^2.4.1",
"ckeditor5": "^42.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "^8.51.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"filepond": "^4.30.6",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.12",
"lucide-react": "^0.468.0",
"moment": "^2.30.1",
"ouo.io": "^1.1.0",
"react-beautiful-dnd": "^13.1.1",
"react-datepicker": "^6.9.0",
"react-detect-click-outside": "^1.1.7",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-filepond": "^7.1.2",
"react-pick-color": "^2.0.0",
"react-quill": "^2.0.0",
"react-rating-stars-component": "^2.2.0",
"react-select": "^5.8.0",
"react-toastify": "^9.1.3",
"swiper": "^10.3.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"timeago.js": "^4.0.2",
"use-onclickoutside": "^0.4.1",
"vite-plugin-eslint": "^1.8.1"
}
}