-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
57 lines (57 loc) · 1.36 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
57
{
"name": "kettanaito.com",
"version": "2.0.0",
"private": true,
"homepage": "https://kettanaito.com",
"author": {
"name": "Artem Zakharchenko"
},
"scripts": {
"dev": "next dev",
"start": "next start",
"lint": "next lint",
"build": "pnpm rss && next build",
"rss": "tsx scripts/rss.ts",
"og": "tsx scripts/og-image.ts"
},
"simple-git-hooks": {
"pre-push": "pnpm og"
},
"dependencies": {
"@types/find-process": "1.2.0",
"@types/node-fetch": "2.6.2",
"@types/rss": "0.0.29",
"find-process": "1.4.7",
"framer-motion": "7.6.1",
"next": "13.0.0",
"outvariant": "1.3.0",
"react": "18.2.0",
"react-cdx": "0.4.4",
"react-dom": "18.2.0",
"react-icons": "5.3.0",
"react-share": "4.4.1",
"remark-mdx-images": "2.0.0",
"rss": "1.2.2"
},
"devDependencies": {
"@mdx-js/mdx": "2.1.5",
"@types/glob": "8.0.0",
"@types/node": "18.11.5",
"@types/react": "18.0.23",
"@types/react-dom": "18.0.7",
"autoprefixer": "10.4.12",
"esbuild": "0.15.12",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"glob": "8.0.3",
"mdx-bundler": "9.2.1",
"playwright": "1.28.1",
"postcss": "8.4.21",
"remark-gfm": "3.0.1",
"simple-git-hooks": "2.8.1",
"svgo": "3.0.0",
"tailwindcss": "3.4.3",
"tsx": "^4.7.1",
"typescript": "4.8.4"
}
}