forked from raspdevpy/ccdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.74 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
59
60
{
"name": "guide",
"description": "Imagine a guide..",
"version": "4.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build && node scripts/build-docs-pages.mjs",
"start": "serve out -l 8080",
"types:check": "next typegen && tsc --noEmit",
"wpack:dev": "next dev -p 8080 --webpack",
"wpack:build": "next build --webpack && node scripts/build-docs-pages.mjs"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@fuma-translate/react": "^1.0.2",
"@fumadocs/base-ui": "^16.14.0",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.3.3",
"@skyra/discord-components-core": "^4.0.2",
"@skyra/discord-components-react": "^4.0.2",
"class-variance-authority": "^0.7.1",
"cnfast": "^0.1.0",
"fumadocs-core": "16.14.0",
"fumadocs-mdx": "15.2.1",
"fumadocs-ui": "npm:@fumadocs/base-ui@16.14.0",
"lucide-react": "^1.27.0",
"next": "16.2.12",
"next-themes": "^0.4.6",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"scroll-into-view-if-needed": "^3.1.0",
"shiki": "^4.4.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@types/mdast": "^4.0.4",
"@types/mdx": "^2.0.14",
"@types/node": "^26.1.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"cheerio": "^1.2.0",
"postcss": "^8.5.24",
"react-medium-image-zoom": "^5.4.8",
"serve": "^14.2.6",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raspdevpy/ccdoc.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/raspdevpy/ccdoc/issues"
},
"homepage": "https://github.com/raspdevpy/ccdoc"
}