-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
36 lines (36 loc) · 994 Bytes
/
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
{
"private": true,
"scripts": {
"prepare": "husky",
"gen-tags": "node scripts/gen-tags.mjs",
"predev": "npm run gen-tags && rm -r .next 2> /dev/null || true",
"dev": "next",
"prebuild": "npm run gen-tags && rm -r .next 2> /dev/null || true",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-tooltip": "^1.1.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"next": "^14.2.7",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"git-format-staged": "^3.1.1",
"gray-matter": "^4.0.3",
"husky": "^9.1.5",
"postcss": "^8.4.41",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.10"
}
}