-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
56 lines (56 loc) · 1.62 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "ademilter-website",
"description": "my personal website",
"version": "1.5.0",
"author": {
"name": "Adem ilter",
"email": "[email protected]",
"url": "https://ademilter.com"
},
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@tabler/icons-react": "^2.47.0",
"@upstash/claps": "^1.0.0-beta.4",
"@upstash/qstash": "^2.7.14",
"@upstash/redis": "^1.34.3",
"@upstash/vector": "^1.1.7",
"clsx": "^2.1.1",
"comma-number": "^2.1.0",
"date-fns": "^2.30.0",
"framer-motion": "^11.11.10",
"lodash": "^4.17.21",
"next": "^15.0.2",
"next-contentlayer": "^0.3.4",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"reading-time": "^1.5.0"
},
"devDependencies": {
"@content-collections/core": "^0.7.2",
"@content-collections/mdx": "^0.2.0",
"@content-collections/next": "^0.2.3",
"@types/lodash": "^4.17.12",
"@types/mdx": "^2.0.13",
"@types/node": "^22.8.4",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"autoprefixer": "^10.4.20",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^6.0.0",
"@tailwindcss/postcss": "^4.0.0-alpha.26",
"tailwindcss": "^4.0.0-alpha.26",
"tailwind-merge": "^2.5.4",
"typescript": "^5.6.3"
},
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}