-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 2 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 2 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
{
"name": "oc-docs",
"version": "0.1.0",
"private": true,
"packageManager": "yarn@1.22.22",
"description": "docs.ochk.io — unified documentation for the OrangeCheck ecosystem (OC Attest, OC Lock, OC Stamp, OC Vote, OC Agent).",
"scripts": {
"dev": "rm -rf .next && next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"format": "prettier --write .",
"format:check": "prettier --check .",
"type-check": "tsc --noEmit",
"check": "yarn type-check && yarn lint && yarn format:check"
},
"dependencies": {
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "15.5.18",
"@orangecheck/auth-client": "^2.17.2",
"@orangecheck/auth-core": "^2.4.0",
"@orangecheck/ui": "^0.15.2",
"@orangecheck/wallet-adapter": "^0.4.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@types/mdx": "^2.0.13",
"@types/swagger-ui-react": "^5.18.0",
"@vercel/og": "^0.6.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.544.0",
"mermaid": "^11.14.0",
"next": "15.5.18",
"next-themes": "^0.4.6",
"react": "19.2.6",
"react-dom": "19.2.6",
"rehype-slug": "^6.0.0",
"swagger-ui-react": "^5.32.5",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.18",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"remark-gfm": "^4.0.1",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}