We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77467c commit 8c256f9Copy full SHA for 8c256f9
bun.lockb
8 Bytes
package.json
@@ -1,10 +1,4 @@
1
{
2
- "private": true,
3
- "type": "module",
4
- "scripts": {
5
- "dev": "vite",
6
- "build": "vite build"
7
- },
8
"devDependencies": {
9
"@heroicons/vue": "^2.1.5",
10
"@inertiajs/vue3": "^1.2.0",
@@ -15,11 +9,15 @@
15
"laravel-vite-plugin": "^1.0.5",
16
"postcss": "^8.4.47",
17
11
"postcss-import": "^16.1.0",
12
+ "postcss-nested": "^6.2.0",
18
13
"tailwindcss": "^3.4.12",
19
14
"vite": "^5.4.6",
20
"vue": "^3.5.6"
21
},
22
- "dependencies": {
23
- "postcss-nested": "^6.2.0"
24
- }
+ "private": true,
+ "scripts": {
+ "dev": "vite",
+ "build": "vite build"
+ },
+ "type": "module"
25
}
0 commit comments