-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.83 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
{
"dependencies": {
"@radix-ui/react-scroll-area": "^1.0.3",
"@radix-ui/react-slot": "^1.0.1",
"@vercel/analytics": "^1.0.1",
"class-variance-authority": "^0.6.0",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"concurrently": "^8.0.1",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"eslint-config-next": "^14.2.3",
"fuse.js": "^6.6.2",
"lucide-react": "^0.221.0",
"next": "^14.2.3",
"next-contentlayer": "^0.3.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-pretty-code": "^0.9.5",
"sharp": "^0.29.3",
"shiki": "^0.14.2",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5"
},
"scripts": {
"dev": "concurrently \"contentlayer dev\" \"next dev\"",
"build": "contentlayer build && next build",
"turbo": "next dev --turbo",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"preview": "next build && next start",
"prepare": "husky install",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.0.0-beta.0",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.2.7",
"autoprefixer": "^10.4.14",
"eslint-config-prettier": "^8.8.0",
"husky": "^8.0.0",
"postcss": "^8.4.23",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"pretty-quick": "^3.1.3",
"rehype-autolink-headings": "^6.1.1",
"rehype-katex": "^6.0.3",
"rehype-prism-plus": "^1.5.1",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.5",
"unified": "^10.1.2"
},
"pnpm": {
"overrides": {
"sharp@<0.30.5": ">=0.30.5"
}
}
}