-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.74 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
59
60
61
62
63
64
{
"name": "website-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "tinacms dev -c \"next dev\"",
"build": "tinacms build && next build",
"start": "tinacms build && next start",
"lint": "next lint",
"postinstall": "npx prisma generate"
},
"dependencies": {
"@heroicons/react": "^2.0.12",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.5",
"@octokit/types": "^8.1.1",
"@prisma/client": "^4.11.0",
"@tinacms/cli": "^1.2.1",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "^1.1.1",
"clsx": "^1.2.1",
"contentlayer": "^0.3.3",
"date-fns": "^2.29.3",
"feed": "^4.2.2",
"framer-motion": "^7.6.19",
"geist": "^1.3.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.344.0",
"next": "^13.4.6",
"next-contentlayer": "^0.3.3",
"octokit": "^2.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-responsive": "^9.0.2",
"rehype-figure": "^1.0.1",
"rehype-prism-plus": "^1.5.0",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "3.0.1",
"remark-html": "^15.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-wiki-link": "^1.0.4",
"tinacms": "^1.2.1",
"unified": "^10.1.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/node": "18.11.6",
"@types/react": "18.0.23",
"@types/react-dom": "18.0.7",
"autoprefixer": "^10.4.12",
"eslint": "8.26.0",
"eslint-config-next": "^13.4.6",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.18",
"prettier": "2.7.1",
"prisma": "^4.11.0",
"tailwindcss": "^3.2.1",
"typescript": "4.8.4"
}
}