Initial commit from Create Next App
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
jsconfig.json
0 → 100644
next.config.mjs
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "absensi-pwa", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint" | ||
}, | ||
"dependencies": { | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"next": "15.3.3" | ||
}, | ||
"devDependencies": { | ||
"@tailwindcss/postcss": "^4", | ||
"tailwindcss": "^4" | ||
} | ||
} |
postcss.config.mjs
0 → 100644
public/file.svg
0 → 100644
public/globe.svg
0 → 100644
public/next.svg
0 → 100644
public/vercel.svg
0 → 100644
public/window.svg
0 → 100644
src/app/favicon.ico
0 → 100644
25.3 KB
src/app/globals.css
0 → 100644
src/app/layout.js
0 → 100644
src/app/page.js
0 → 100644