-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.51 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
{
"name": "sequence",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "pnpm run prepare-openapi-docs && vocs dev",
"build": "pnpm run prepare-openapi-docs && vocs build --searchIndex false",
"preview": "vocs preview",
"format": "biome format . --write",
"lint": "biome lint . --write --unsafe",
"prepare-openapi-docs": "./scripts/prepare-openapi-docs.sh",
"openapi-security": "./scripts/security-scheme.sh"
},
"dependencies": {
"0xsequence": "^2.0.10",
"@0xsequence/indexer": "^2.0.10",
"@biomejs/biome": "^1.3.1",
"@databeat/tracker": "^0.9.1",
"@docsearch/css": "3",
"@docsearch/react": "3",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@scalar/api-reference-react": "^0.3.125",
"@types/react": "latest",
"add": "^2.0.6",
"clsx": "^2.1.0",
"core-js": "^3.37.1",
"ethers": "6.13.0",
"js-yaml": "^4.1.0",
"lucide-react": "^0.447.0",
"openapi3-ts": "^4.4.0",
"react": "latest",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"redoc": "^2.1.3",
"remark-variables": "^1.4.9",
"shiki": "^1.15.0",
"styled-components": "^6.1.11",
"swagger-ui-react": "^5.17.14",
"tailwind-merge": "^2.5.2",
"typescript": "latest",
"vocs": "https://github.com/0xsequence/vocs#build",
"yargs": "^17.7.2"
},
"packageManager": "pnpm@9.1.4",
"devDependencies": {
"@modyfi/vite-plugin-yaml": "^1.1.0",
"@types/react-syntax-highlighter": "^15.5.13"
}
}