-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 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
{
"name": "gigz-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@growthbook/growthbook": "^0.17.0",
"@headlessui/react": "^1.6.2",
"@heroicons/react": "^1.0.6",
"@prisma/client": "^3.14.0",
"@tailwindcss/typography": "^0.5.2",
"@types/js-cookie": "^3.0.2",
"classnames": "^2.3.1",
"contentlayer": "^0.2.5",
"date-fns": "^2.28.0",
"fathom-client": "^3.4.1",
"globby": "^13.1.1",
"js-cookie": "^3.0.1",
"next": "^12.1.5",
"next-contentlayer": "^0.2.5",
"next-themes": "^0.1.1",
"posthog-js": "^1.21.1",
"preact": "^10.7.2",
"prettier": "^2.6.2",
"react": "^18.1.0",
"react-dom": "18.0.0",
"reading-time": "^1.5.0",
"remark-gfm": "^3.0.1",
"rss": "^1.2.2",
"swr": "^1.3.0",
"use-delayed-render": "^0.0.7"
},
"devDependencies": {
"@types/react": "^18.0.5",
"autoprefixer": "^10.4.7",
"eslint": "^8.13.0",
"eslint-config-next": "^12.1.5",
"postcss": "^8.4.14",
"prisma": "^3.14.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-code-titles": "^1.0.3",
"rehype-prism-plus": "^1.4.0",
"rehype-slug": "^5.0.1",
"remark-mdx-images": "^1.0.3",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.3"
}
}