-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 565 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 565 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"laravel-vite-plugin": "^0.7.6",
"lodash": "^4.17.21",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"tailwindcss-debug-screens": "^2.2.1",
"vite": "^4.3.9"
},
"dependencies": {
"alpinejs": "^3.12.1",
"flag-icon-css": "^4.1.7",
"sweetalert2": "^11.4.8",
"toastr": "^2.1.4"
}
}