16 lines
368 B
JSON
16 lines
368 B
JSON
{
|
|
"name": "web-student-safe",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Student-safe static page assignment kit for Informatika UNTAN",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test:netlify-build": "node scripts/verify-netlify-build.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^7.1.0"
|
|
}
|
|
}
|