-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/react": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.12",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0.0",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.1",
"vite": "^5.0.0"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^41.2.1",
"@ckeditor/ckeditor5-react": "^6.2.0",
"@fancyapps/ui": "^5.0.36",
"@fontsource/roboto": "^5.0.13",
"@reduxjs/toolkit": "^2.2.3",
"@rsuite/icons": "^1.0.3",
"dayjs": "^1.11.10",
"lodash": "^4.17.21",
"qrcode.react": "^3.1.0",
"react-hot-toast": "^2.4.1",
"react-pin-field": "^3.1.5",
"react-redux": "^9.1.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0",
"rsuite": "^5.60.0",
"sweetalert2": "^11.11.1",
"uuid": "^9.0.1"
}
}