-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 561 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 561 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
{
"name": "@jeffersongoncalves/nativekitv5",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"pnpm": {
"overrides": {
"rollup": ">=4.59.0",
"picomatch": ">=2.3.2"
}
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.4",
"autoprefixer": "^10.5.0",
"axios": "^1.15.2",
"concurrently": "^9.2.1",
"laravel-vite-plugin": "^3.0.1",
"tailwindcss": "^4.2.4",
"vite": "^8.0.10"
}
}