-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
35 lines (35 loc) · 843 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "ademilter-website",
"description": "my personal website",
"version": "1.5.0",
"author": {
"name": "Adem ilter",
"email": "ademilter@gmail.com",
"url": "https://ademilter.com"
},
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"clsx": "^2.1.1",
"next": "^15.1.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"reading-time": "^1.5.0"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"autoprefixer": "^10.4.20",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"@tailwindcss/postcss": "^4.0.0-beta.8",
"tailwindcss": "^4.0.0-beta.8",
"tailwind-merge": "^2.6.0",
"typescript": "^5.7.2"
}
}