Initial commit from Create Next App

This commit is contained in:
ISA
2024-09-23 07:32:06 +02:00
commit 7d0f59e280
14 changed files with 2030 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "23.09.2024-cpl-v4",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.2.13"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}