15 lines
301 B
JSON
15 lines
301 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"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^7.1.0"
|
|
}
|
|
}
|