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
eslint.config.mjs
0 → 100644
jsconfig.json
0 → 100644
next.config.mjs
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"name": "blog-task", | ||
"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.5" | ||
}, | ||
"devDependencies": { | ||
"@tailwindcss/postcss": "^4", | ||
"tailwindcss": "^4", | ||
"eslint": "^9", | ||
"eslint-config-next": "15.3.5", | ||
"@eslint/eslintrc": "^3" | ||
} | ||
} |
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
Please
register
or
sign in
to comment