init nextjs

This commit is contained in:
2025-08-14 15:11:39 -04:00
parent 59735ceb43
commit 1e6e7d50aa
18 changed files with 1094 additions and 47 deletions

View File

@@ -1,12 +1,27 @@
{
"name": "sone4ka-tok",
"module": "index.ts",
"type": "module",
"name": "ical-pwa",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@types/bun": "latest"
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"peerDependencies": {
"typescript": "^5"
"dependencies": {
"react": "19.1.0",
"react-dom": "19.1.0",
"next": "15.4.6"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.4.6",
"@eslint/eslintrc": "^3"
}
}