Files
kelas-taming/package.json
Saufi 3b5454f55c
Some checks failed
CI/CD / Test (push) Successful in 1m6s
CI/CD / Build (push) Failing after 1m6s
CI/CD / Deploy (push) Has been skipped
Fix npm ci lockfile dependencies
2026-05-13 14:07:24 +08:00

24 lines
620 B
JSON

{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@emnapi/core": "^1.10.0",
"@emnapi/runtime": "^1.10.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/vite": "^4.0.0",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.2",
"axios": "^1.16.0",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^3.1",
"postcss": "^8.4.31",
"tailwindcss": "^3.1.0",
"vite": "^8.0.0"
}
}