Initial commit from Create Next App
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
app/favicon.ico
0 → 100644
File added
app/globals.css
0 → 100644
app/layout.js
0 → 100644
app/page.js
0 → 100644
app/page.module.css
0 → 100644
jsconfig.json
0 → 100644
next.config.mjs
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
package.json
0 → 100644
{ | ||
"name": "blog-app-nextjs", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev --turbopack", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint" | ||
}, | ||
"dependencies": { | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"next": "15.3.4" | ||
} | ||
} |
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
Please
register
or
sign in
to comment