-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.52 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.52 KB
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
{
"name": "swh00tw-homepage",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint-fix": "next lint . --cache --fix",
"prepare": "husky install"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --cache --fix"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/themes": "^3.0.5",
"@tailwindcss/typography": "^0.5.13",
"@types/mdx": "^2.0.13",
"clsx": "^2.1.1",
"framer-motion": "^11.2.6",
"gray-matter": "^4.0.3",
"lucide-react": "^0.379.0",
"next": "14.2.3",
"next-mdx-remote": "^5.0.0",
"next-view-transitions": "^0.2.0",
"react": "^18",
"react-dom": "^18",
"rehype-pretty-code": "^0.14.0",
"remove": "^0.1.5",
"server-only": "^0.0.1",
"shiki": "^1.21.1",
"tailwind-merge": "^2.3.0",
"zod": "^3.23.8",
"zod-fetch": "^0.1.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unused-imports": "^4.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"postcss": "^8",
"radix-themes-tw": "^0.2.3",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}