-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.56 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
58
{
"name": "tbsten.me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@extractus/feed-extractor": "^6.2.1",
"@google-cloud/firestore": "^6.5.0",
"@google-cloud/storage": "^6.10.0",
"@hookform/resolvers": "^3.1.0",
"@tanstack/react-query": "^4.29.5",
"@types/node": "18.16.0",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"@types/react-twemoji": "^0.4.0",
"@types/uuid": "^9.0.1",
"autoprefixer": "10.4.14",
"classnames": "^2.3.2",
"daisyui": "^2.51.5",
"dayjs": "^1.11.7",
"dedent-js": "^1.0.1",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"framer-motion": "^10.12.7",
"next": "13.3.1",
"next-auth": "^4.22.1",
"next-connect": "^1.0.0",
"next-sitemap": "^4.0.9",
"open-graph-scraper": "^5.2.3",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-intersection-observer": "^9.4.3",
"react-twemoji": "^0.5.0",
"sass": "^1.62.0",
"sharp": "^0.32.0",
"storejs": "^2.0.3",
"tailwind-merge": "^1.12.0",
"tailwindcss": "3.3.1",
"tailwindcss-animation-delay": "^1.0.7",
"typescript": "5.0.4",
"uuid": "^9.0.0",
"zenn-content-css": "^0.1.143",
"zenn-markdown-html": "^0.1.143",
"zod": "^3.21.4"
},
"devDependencies": {
"tailwindcss-image-rendering": "^1.0.2"
}
}