-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.57 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.57 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": "@upstreet/docs",
"version": "0.0.0",
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"clsx": "^2.1.1",
"discord.js": "^14.16.3",
"esbuild": "0.24.0",
"fast-glob": "^3.3.2",
"framer-motion": "^11.11.9",
"fumadocs-core": "^14.5.3",
"fumadocs-docgen": "^1.3.2",
"fumadocs-mdx": "11.0.0",
"fumadocs-twoslash": "^2.0.1",
"fumadocs-ui": "14.0.2",
"gray-matter": "^4.0.3",
"next": "14.2.14",
"postinstall": "0.7.5",
"react": "^18.2.0",
"remark": "^15.0.1",
"remark-mdx": "^3.1.0",
"remark-stringify": "^11.0.0",
"tailwind-merge": "^2.5.4",
"unified": "10.1.2",
"usdk": "workspace:*",
"vfile": "5.3.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/lodash": "^4.17.13",
"@types/mdx": "^2.0.13",
"@types/node": "22.7.8",
"@types/react": "18.2.37",
"autoprefixer": "^10.4.20",
"fs-extra": "^11.2.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"optionalDependencies": {
"@esbuild/darwin-arm64": "0.24.0",
"@esbuild/linux-x64": "0.24.0",
"@next/swc-darwin-arm64": "15.0.1",
"@next/swc-darwin-x64": "15.0.1",
"@next/swc-linux-arm64-gnu": "15.0.1",
"@next/swc-linux-arm64-musl": "15.0.1",
"@next/swc-linux-x64-gnu": "15.0.1",
"@next/swc-linux-x64-musl": "15.0.1",
"@next/swc-win32-arm64-msvc": "15.0.1",
"@next/swc-win32-ia32-msvc": "15.0.1",
"@next/swc-win32-x64-msvc": "15.0.1"
}
}