-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 2.12 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
65
66
{
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "tinacms dev -c \"pnpm next:dev\"",
"next:dev": "next dev --turbo",
"build": "tinacms build && next build",
"start": "tinacms build && next start"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.3.2",
"@mapbox/rehype-prism": "^0.8.0",
"@tinacms/cli": "^1.5.31",
"@vercel/analytics": "^0.1.8",
"axios": "^1.4.0",
"boring-avatars": "^1.10.1",
"clsx": "^2.0.0",
"cssnano": "^6.0.1",
"fast-glob": "^3.3.2",
"feed": "^4.2.2",
"focus-visible": "^5.2.0",
"gray-matter": "^4.0.3",
"next": "^14.0.1",
"next-mdx-remote": "^4.3.0",
"postcss-focus-visible": "^7.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.3",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^3.0.1",
"remark-rehype": "^10.1.0",
"sharp": "^0.32.4",
"tinacms": "^1.5.18",
"zod": "^3.22.3"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "18.11.3",
"@types/react": "18.2.36",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.14",
"eslint-config-next": "^14.0.1",
"postcss": "^8.4.31",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.5.1",
"tailwindcss": "^3.3.5",
"typescript": "5.0.4"
},
"pnpm": {
"overrides": {
"trim@<0.0.3": ">=0.0.3",
"got@<11.8.5": ">=11.8.5",
"underscore@>=1.3.2 <1.12.1": ">=1.12.1",
"yaml@>=2.0.0-5 <2.2.2": ">=2.2.2",
"http-cache-semantics@<4.1.1": ">=4.1.1",
"semver@<5.7.2": ">=5.7.2",
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
"@babel/traverse@<7.23.2": ">=7.23.2",
"crypto-js@<4.2.0": ">=4.2.0"
}
}
}