-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.15 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.15 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "openexecprotocol-docs",
"version": "1.0.0",
"description": "Open eXecution Protocol (OXP) docs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenExecProtocol/docs.git"
},
"author": "OpenExecProtocol <dev@openexecprotocol.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenExecProtocol/docs/issues"
},
"homepage": "https://openexecprotocol.org",
"dependencies": {
"@icons-pack/react-simple-icons": "^12.3.0",
"@radix-ui/react-slot": "^1.1.2",
"@theguild/remark-mermaid": "^0.2.0",
"@uidotdev/usehooks": "^2.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.5.0",
"lucide-react": "^0.482.0",
"next": "^15.2.2",
"next-themes": "^0.4.6",
"nextra": "^4.2.16",
"nextra-theme-docs": "^4.2.16",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-syntax-highlighter": "^15.6.1",
"remark-code-import": "^1.2.0",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.2.2",
"@tailwindcss/postcss": "^4.0.14",
"@types/mdx": "^2.0.13",
"@types/node": "22.13.10",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"autoprefixer": "^10.4.21",
"eslint-config-next": "^15.2.2",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"globals": "^16.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.0",
"pagefind": "^1.3.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.14",
"typescript": "5.8.2",
"typescript-eslint": "^8.26.1"
},
"engines": {
"node": "22.x",
"pnpm": ">=10.6.2"
},
"pnpm": {
"overrides": {
"tar@<6.2.1": ">=7.4.3",
"cookie@<0.7.0": ">=1.0.2",
"undici@>=4.5.0 <5.28.5": ">=7.5.0",
"path-to-regexp@>=4.0.0 <6.3.0": ">=8.2.0",
"dompurify@<3.2.4": ">=3.2.4",
"esbuild@<=0.24.2": ">=0.25.1"
}
}
}