-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 2.83 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 2.83 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "@sablier/docs",
"description": "Documentation and guides for Sablier",
"homepage": "https://docs.sablier.com",
"private": true,
"author": {
"name": "Sablier Labs Ltd",
"url": "https://sablier.com"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"bugs": {
"url": "https://github.com/sablier-labs/docs/issues"
},
"dependencies": {
"@algolia/client-search": "^5.50.1",
"@docsearch/react": "^4.6.2",
"@docusaurus/core": "^3.10.0",
"@docusaurus/faster": "^3.10.0",
"@docusaurus/plugin-client-redirects": "^3.10.0",
"@docusaurus/preset-classic": "^3.10.0",
"@docusaurus/theme-mermaid": "^3.10.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@graphql-markdown/docusaurus": "^1.33.0",
"@graphql-tools/graphql-file-loader": "^8.1.12",
"@heroicons/react": "^2.2.0",
"@mdx-js/mdx": "~3.1.1",
"@mermaid-js/layout-elk": "^0.2.1",
"@sablier/indexers": "4.0.0",
"commander": "^5.1.0",
"docusaurus-theme-github-codeblock": "^2.0.2",
"function-plot": "^1.25.3",
"llmfood": "^1.0.2",
"lodash": "^4.18.1",
"prism-react-renderer": "^2.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "7.0.1",
"remark-math": "6.0.0",
"sablier": "^3.11.2",
"viem": "^2.47.10"
},
"devDependencies": {
"@biomejs/biome": "^2.4.10",
"@docusaurus/tsconfig": "^3.10.0",
"@docusaurus/types": "^3.10.0",
"@eslint/compat": "^1.4.1",
"@graphql-markdown/types": "^1.11.0",
"@graphql-tools/url-loader": "^9.1.0",
"@sablier/devkit": "^1.15.3",
"@types/eslint": "^9.6.1",
"@types/node": "^25.5.2",
"baseline-browser-mapping": "^2.10.16",
"bufferutil": "^4.1.0",
"eslint": "^9.39.4",
"eslint-plugin-mdx": "^3.7.0",
"execa": "5.1.1",
"husky": "^9.1.7",
"js-yaml": "^4.1.1",
"lint-staged": "^16.4.0",
"prettier": "^3.8.1",
"typescript": "5.8.3",
"ultracite": "^7.4.3",
"vercel": "^50.41.0"
},
"engines": {
"node": ">=20.0"
},
"keywords": [
"blockchain",
"crypto-assets",
"crypto-tokens",
"ethereum",
"evm",
"money-streaming",
"sablier",
"sablier-airdrops",
"sablier-docs",
"sablier-flow",
"sablier-lockup",
"smart-contracts",
"solidity",
"token-distribution",
"token-streaming",
"token-vesting",
"web3"
],
"overrides": {
"graphql": "^16.13.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sablier-labs/docs.git"
},
"scripts": {
"build": "bun run cli/index.ts autogen --overwrite && docusaurus build",
"prepare": "bun husky"
}
}