-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 830 Bytes
/
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@alpinejs/focus": "^3.13.5",
"@awcodes/alpine-floating-ui": "^3.5.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"alpinejs": "^3.13.5",
"autoprefixer": "^10.4.17",
"axios": "^1.6.4",
"cropperjs": "^1.6.1",
"laravel-vite-plugin": "^1.0.0",
"postcss": "^8.4.33",
"postcss-nesting": "^12.0.2",
"sass": "^1.70.0",
"tailwindcss": "^3.4.1",
"tippy.js": "^6.3.7",
"vite": "^5.0.0"
},
"dependencies": {
"@midzer/tobii": "^2.5.0",
"flowbite": "^2.2.1",
"preline": "^2.0.3",
"remixicon": "^4.1.0"
}
}