-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 793 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 793 Bytes
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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "vite build --watch"
},
"devDependencies": {
"@tailwindcss/forms": "^0.4.1",
"@tailwindcss/typography": "^0.5.8",
"alpinejs": "^3.10.5",
"autoprefixer": "^10.4",
"laravel-echo": "^1.14.1",
"laravel-vite-plugin": "^0.6.0",
"postcss": "^8.1.14",
"pusher-js": "^7.5.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.3",
"sass-loader": "^8.0",
"tailwindcss": "^3.2.4",
"vite": "^3.0.0"
},
"dependencies": {
"axios": "^1.1.3",
"bad-words": "^3.0.4",
"flowbite": "^1.5.3",
"sweetalert2": "^11.6.14",
"typed.js": "^2.0.12"
}
}