-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.48 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
{
"name": "docs.icssc.club",
"version": "0.0.0",
"description": "The official documentation site for ICSSC projects",
"scripts": {
"build": "next build",
"build:worker": "cloudflare",
"dev": "next dev",
"dev:worker": "wrangler dev --port 8771",
"lint": "biome lint --write .",
"format": "biome format --write .",
"start": "next start",
"preview:worker": "pnpm run build:worker && pnpm run dev:worker",
"deploy:worker": "pnpm run build:worker && wrangler deploy",
"postinstall": "fumadocs-mdx",
"prepare": "husky"
},
"dependencies": {
"fumadocs-core": "14.1.0",
"fumadocs-mdx": "11.1.0",
"fumadocs-ui": "14.1.0",
"lucide-react": "0.447.0",
"next": "14.2.14",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@commitlint/types": "19.5.0",
"@fumadocs/cli": "0.0.3",
"@opennextjs/cloudflare": "0.2.1",
"@types/mdx": "2.0.13",
"@types/node": "22.7.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.8.0",
"autoprefixer": "10.4.20",
"clsx": "2.1.1",
"cz-conventional-changelog": "3.3.0",
"devmoji": "2.3.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"typescript": "5.5.4",
"wrangler": "3.80.0"
},
"packageManager": "[email protected]"
}