-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@headlessui/react": "^1.7.15",
"@inertiajs/react": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.5",
"postcss": "^8.4.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.63.6",
"tailwindcss": "^3.3.2",
"vite": "^4.0.0"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@material-tailwind/react": "^2.0.4",
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^1.9.5",
"bootstrap": "^5.3.0",
"i18next": "^23.2.7",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.1",
"react-i18next": "^13.0.1",
"react-redux": "^8.1.1",
"redux": "^4.2.1"
}
}