-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 872 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 872 Bytes
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
{
"name": "timo-sh-website",
"version": "1.0.0",
"description": "Personal page of Timo Lins",
"repository": "https://github.com/timolins/timo-sh",
"author": "Timo Lins <me@timo.sh>",
"scripts": {
"dev": "next dev -p 8000",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "^20.11.0",
"@types/react": "^18.2.0",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"typescript": "^5.3.3"
},
"dependencies": {
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"next": "^14.1.0",
"next-seo": "^6.4.0",
"notion-client": "^7.10.0",
"notion-types": "^7.10.0",
"playwright-aws-lambda": "^0.6.0",
"playwright-core": "^1.41.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-notion": "^0.10.0",
"tailwindcss": "^3.4.1"
}
}