-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.13 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,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@headlessui/react": "^1.7.17",
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-react": "^0.8.1",
"@inertiajs/progress": "^0.2.7",
"@popperjs/core": "^2.11.8",
"@tailwindcss/forms": "^0.5.6",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.16",
"axios": "^1.4.0",
"flowbite": "^1.8.1",
"laravel-vite-plugin": "^0.8.1",
"lodash": "^4.17.21",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.56.2",
"tailwindcss": "^3.3.3",
"vite": "^4.3.9"
},
"dependencies": {
"apexcharts": "^3.44.0",
"babel-plugin-prismjs": "^2.1.0",
"date-fns": "^2.30.0",
"flowbite-react": "^0.6.4",
"gridjs": "^6.0.6",
"gridjs-react": "^6.0.1",
"npm": "^9.6.6",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0",
"react-apexcharts": "^1.4.1",
"react-icons": "^4.11.0"
}
}