-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
136 lines (136 loc) · 4.77 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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "docs",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "next build",
"build:ci": "run-s docs:sync docs:clean generate:* patch:wallet build",
"build:content": "contentlayer build",
"check": "run-s lint",
"check:prod": "run-s lint:prod",
"copy:icons": "cp -r ./node_modules/@fuel-ui/icons/dist/icons/sprite.svg ./public/icons",
"deps:update": "updates -gu",
"dev": "./scripts/dev.sh",
"docs:clean": "node ./scripts/clean-build-files.mjs",
"docs:sync": "sh ./scripts/sync-repos.sh",
"docs:update": "node scripts/update-nightly/index.mjs",
"docs:update:nightly": "node scripts/update-nightly/index.mjs --nightly",
"export": "DOCS_DIST=${DOCS_DIST:=dist} next export -o $DOCS_DIST",
"generate:links": "node scripts/generate-links/index.mjs",
"generate:components": "node scripts/components.mjs",
"generate:sitemap": "run-s build:content sitemap",
"sitemap": "node scripts/generate-sitemap/index.mjs",
"lint": "biome check --apply-unsafe .",
"lint:fix": "biome format --write .",
"lint:prod": "biome lint --max-diagnostics=1000 --diagnostic-level=error .",
"prepare": "husky install && pnpm copy:icons",
"start": "next start",
"patch:wallet": "node scripts/wallet-patch-fixes/index.mjs",
"test:guides": "npx playwright test tests/test.spec.ts",
"test:guides:debug": "DEBUG=pw:api npx playwright test tests/test.spec.ts",
"ts:check": "tsc --noEmit",
"lint:guides:check": "markdownlint --config .markdownlint.yaml --ignore-path .markdownlintignore '**/*.mdx'",
"lint:guides:fix": "markdownlint --config .markdownlint.yaml --ignore-path .markdownlintignore '**/*.mdx' --fix",
"lint:fix:all": "run-s lint:fix lint:guides:fix"
},
"dependencies": {
"@actions/exec": "^1.1.1",
"@actions/github": "4.0.0",
"@cookbookdev/docsbot": "^4.21.15",
"@docsearch/css": "^3.5.2",
"@docsearch/react": "3.5.2",
"@fuel-ui/css": "0.21.0-pr-305-04b8434",
"@fuel-ui/icons": "0.21.0-pr-305-04b8434",
"@fuel-ui/react": "0.21.0-pr-305-04b8434",
"@fuel-wallet/playwright-utils": "^0.13.10",
"@fuel-wallet/sdk": "0.16.2-master-a0e5cbf",
"@fuel-wallet/types": "^0.16.1",
"@fuels/connectors": "^0.5.0",
"@fuels/react": "0.21.0",
"@fuels/ts-config": "^0.15.1",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@tanstack/react-query": "^4.33.0",
"@vercel/analytics": "^1.0.2",
"acorn": "^8.10.0",
"acorn-loose": "^8.3.0",
"acorn-walk": "^8.2.0",
"adm-zip": "^0.5.10",
"airtable": "^0.12.2",
"contentlayer": "^0.3.4",
"cookie": "^0.5.0",
"dotenv": "^16.3.1",
"framer-motion": "^10.16.4",
"fuels": "^0.89.1",
"globby": "^13.2.2",
"gray-matter": "^4.0.3",
"hast-util-from-text": "^2.0.1",
"hast-util-heading-rank": "^2.1.1",
"hast-util-to-string": "^2.0.0",
"hast-util-to-text": "^3.1.2",
"hastscript": "^7.2.0",
"markdownlint-cli": "^0.37.0",
"next": "^13.5.6",
"next-contentlayer": "^0.3.4",
"node-html-markdown": "^1.3.0",
"plyr-react": "^5.3.0",
"prettier": "2.8.0",
"react": "^18.2.0",
"react-aria": "^3.27.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.46.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-pretty-code": "0.10.0",
"remark": "^14.0.3",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-mdx": "^2.3.0",
"remark-parse": "^10.0.2",
"remark-slug": "^7.0.1",
"shiki": "0.14.4",
"strip-indent": "^4.0.0",
"swr": "^2.2.2",
"toml": "^3.0.0",
"unified": "^10.1.2",
"unist-util-visit": "5.0.0",
"updates": "^15.0.2",
"vfile": "^6.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.6.1",
"@playwright/test": "^1.39.1",
"@types/chrome": "^0.0.245",
"@types/cookie": "^0.5.2",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.7",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
"pm2": "^5.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.6",
"typescript": "^5.2.2"
},
"pnpm": {
"overrides": {
"semver@<7.5.2": ">=7.5.2",
"word-wrap": "npm:@aashutoshrathi/word-wrap",
"@adobe/css-tools@<4.3.1": ">=4.3.1",
"graphql@>=16.3.0 <16.8.1": ">=16.8.1",
"postcss@<8.4.31": ">=8.4.31",
"zod@<=3.22.2": ">=3.22.3",
"next@<13.4.20-canary.13": ">=13.4.20-canary.13",
"axios@>=0.8.1 <1.6.0": ">=1.6.0",
"sharp@<0.32.6": ">=0.32.6",
"ip@<1.1.9": ">=1.1.9",
"ip@=2.0.0": ">=2.0.1",
"follow-redirects@<=1.15.5": ">=1.15.6",
"unist-util-visit@<5.0.0": "5.0.0",
"rehype-pretty-code@>0.10.0": "0.10.0",
"shiki@>0.14.4": "0.14.4"
}
}
}