Initial commit apps directory with .gitignore
This commit is contained in:
25
app-Izin_Keluar/package.json
Normal file
25
app-Izin_Keluar/package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "Izin Keluar Murid-SMA Negeri 1 Abiansemal",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"express": "^4.19.2",
|
||||
"cors": "^2.8.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@vitejs/plugin-react": "^4.3.1",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.2.13"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user