-
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": "fennec-tales-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@next/mdx": "^14.2.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"animate.css": "^4.1.1",
"clsx": "^2.1.1",
"feed": "^4.2.2",
"next": "14.2.2",
"next-nprogress-bar": "^2.3.11",
"react": "^18",
"react-dom": "^18",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.0",
"rehype-pretty-code": "^0.13.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.3.0",
"use-debounce": "^10.0.0",
"vaul": "^0.9.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.7.2",
"@types/mdx": "^2.0.13",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.2",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-tailwindcss": "^3.15.1",
"lint-staged": "^15.2.2",
"postcss": "^8",
"schema-dts": "^1.1.2",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
}
}