-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
35 lines (35 loc) · 930 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": "timo-sh-website",
"version": "1.0.0",
"description": "Personal page of Timo Lins",
"repository": "https://github.com/timolins/timo-sh",
"author": "Timo Lins <[email protected]>",
"scripts": {
"dev": "next -p 8000",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"@svgr/webpack": "^5.4.0",
"@types/node": "^14.0.23",
"@types/node-fetch": "^2.5.7",
"@types/react": "^16.9.43",
"autoprefixer": "^9.8.5",
"next-compose-plugins": "^2.2.0",
"playwright": "^1.5.2",
"typescript": "^3.9.7"
},
"dependencies": {
"clsx": "^1.1.1",
"dayjs": "^1.8.29",
"next": "^10.0.0",
"next-seo": "^4.7.3",
"playwright-aws-lambda": "^0.6.0",
"playwright-core": "^1.5.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-notion": "^0.9.1-beta.1",
"tailwindcss": "^1.5.1"
}
}