Skip to content

Commit 8ba80c0

Browse files
committed
initial
1 parent 85c61a2 commit 8ba80c0

2 files changed

Lines changed: 234 additions & 7 deletions

File tree

package-lock.json

Lines changed: 225 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,22 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12+
"next": "15.2.2",
1213
"react": "^19.0.0",
13-
"react-dom": "^19.0.0",
14-
"next": "15.2.2"
14+
"react-dom": "^19.0.0"
1515
},
1616
"devDependencies": {
17-
"typescript": "^5",
17+
"@eslint/eslintrc": "^3",
18+
"@tailwindcss/postcss": "^4",
19+
"@tailwindcss/typography": "^0.5.16",
1820
"@types/node": "^20",
1921
"@types/react": "^19",
2022
"@types/react-dom": "^19",
21-
"@tailwindcss/postcss": "^4",
22-
"tailwindcss": "^4",
23+
"autoprefixer": "^10.4.21",
2324
"eslint": "^9",
2425
"eslint-config-next": "15.2.2",
25-
"@eslint/eslintrc": "^3"
26+
"postcss": "^8.5.3",
27+
"tailwindcss": "^4.0.14",
28+
"typescript": "^5"
2629
}
2730
}

0 commit comments

Comments
 (0)