-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.22 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
{
"private": true,
"scripts": {
"dev": "vite",
"uno": "unocss \"./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php\" \"./vendor/protonemedia/laravel-splade/lib/**/*.vue\" \"./vendor/protonemedia/laravel-splade/resources/views/**/*.blade.php\" \"./storage/framework/views/*.php\" \"./resources/views/**/*.blade.php\" \"./resources/js/**/*.vue\" -o \"./resources/css/uno.css\" -w",
"build": "vite build && vite build --ssr"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.2",
"@heroicons/vue": "^2.0.16",
"@protonemedia/laravel-splade": "^1.2.15",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@unocss/reset": "^0.50.3",
"@unocss/runtime": "^0.50.3",
"@unocss/transformer-variant-group": "^0.50.3",
"@vitejs/plugin-vue": "^3.0.0",
"@vueuse/components": "^9.13.0",
"@vueuse/core": "^9.13.0",
"alpinejs": "^3.12.0",
"autoprefixer": "^10.4.14",
"axios": "^1.1.2",
"eslint": "^8.34.0",
"laravel-vite-plugin": "^0.5.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.0",
"unocss": "^0.50.3",
"vfonts": "^0.0.3",
"vite": "^3.0.0",
"vite-plugin-windicss": "^1.8.10",
"vue": "^3.2.41"
}
}