-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.38 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
{
"name": "v4",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "1.7.14",
"@tailwindcss/typography": "0.5.9",
"@vercel/analytics": "1.0.1",
"@vercel/speed-insights": "1.0.1",
"autoprefixer": "10.4.14",
"copy-to-clipboard": "3.3.3",
"focus-visible": "5.2.0",
"next": "13.4.3",
"postcss": "8.4.23",
"postcss-focus-visible": "8.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.10.1",
"sharp": "0.32.3",
"tailwind-merge": "2.1.0",
"tailwindcss": "3.3.2",
"zod": "3.22.4"
},
"devDependencies": {
"@types/luxon": "3.4.2",
"@types/marked": "5.0.0",
"@types/node": "20.2.3",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"fast-glob": "3.3.1",
"gray-matter": "4.0.3",
"luxon": "3.4.4",
"marked": "5.1.0",
"prettier-plugin-tailwindcss": "0.3.0",
"rehype-external-links": "3.0.0",
"rehype-prism-plus": "1.6.3",
"rehype-stringify": "10.0.0",
"remark-external-links": "9.0.1",
"remark-gfm": "3.0.1",
"remark-parse": "10.0.2",
"remark-rehype": "10.1.0",
"typescript": "5.0.4",
"unified": "11.0.3",
"unist-util-visit": "5.0.0"
}
}