forked from devaslanphp/help-desk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 897 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
32
33
34
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"heroku-postbuild": "vite build"
},
"engines": {
"node": "18.x",
"npm": "7.x"
},
"devDependencies": {
"@alpinejs/focus": "^3.10.3",
"@awcodes/alpine-floating-ui": "^3.4.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"alpinejs": "^3.10.3",
"autoprefixer": "^10.4.8",
"axios": "^0.27",
"laravel-vite-plugin": "^0.6.0",
"lodash": "^4.17.19",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"vite": "^3.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"flowbite": "^1.5.3",
"jquery": "^3.6.1",
"magnific-popup": "^1.1.0",
"sass": "^1.54.9",
"tippy.js": "^6.3.7"
}
}