-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 816 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 816 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
31
{
"name": "@jeffersongoncalves/nativekit",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"pnpm": {
"overrides": {
"rollup": ">=4.59.0",
"yaml": ">=2.8.3",
"minimatch": ">=9.0.6",
"glob": ">=11.0.0",
"brace-expansion": ">=2.0.3",
"picomatch": ">=2.3.2"
}
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"autoprefixer": "^10.5.0",
"axios": "^1.15.0",
"concurrently": "^9.2.1",
"laravel-vite-plugin": "^3.0.1",
"postcss": "^8.5.10",
"postcss-nesting": "^14.0.0",
"tailwindcss": "^3.4.17",
"vite": "^8.0.8"
}
}