-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.89 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.89 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
{
"version": "4.39.1",
"description": "Safe docs",
"scripts": {
"build": "next build",
"dev": "next dev",
"generate-api-reference": "pnpm ts-node --project tsconfig.json .github/scripts/generateApiReference.ts",
"generate-code-examples": "pnpm ts-node --project tsconfig.json .github/scripts/generateCodeExamples.ts",
"generate-supported-networks": "pnpm ts-node --project tsconfig.json .github/scripts/generateSupportedNetworks.ts",
"get-resources-og": "node .github/scripts/getResourcesOg.js",
"validate-resources": "node .github/scripts/validateResources.js",
"linkcheck": "pnpm ts-node --project tsconfig.json .github/scripts/checkLinksFormat.ts && find ./pages -name '*.md*' -print0 | xargs -0 -n1 pnpm markdown-link-check --progress --config linkchecker-config.json",
"lint": "eslint . && vale pages/ --minAlertLevel=error",
"start": "serve out",
"test": "env-cmd cypress run --headless",
"typecheck": "tsc --noEmit --incremental false",
"prepush": "pnpm lint && pnpm typecheck && pnpm validate-resources",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/safe-global/safe-docs.git"
},
"author": "Safe Core Contributors <support@safe.global>",
"license": "MIT",
"bugs": {
"url": "https://github.com/safe-global/safe-docs/issues"
},
"homepage": "https://github.com/safe-global/safe-docs#readme",
"dependencies": {
"@code-hike/mdx": "^0.9.0",
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@next/third-parties": "^14.2.35",
"@svgr/webpack": "^8.1.0",
"fuse.js": "^7.0.0",
"lodash": "^4.17.23",
"next": "^14.2.35",
"nextra": "2.13.4",
"nextra-theme-docs": "2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swr": "^2.3.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.35",
"@types/lodash": "^4.17.24",
"@types/node": "^22.19.15",
"@types/react": "18.3.12",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.57.2",
"cypress": "^13.17.0",
"dotenv": "^17.2.0",
"env-cmd": "^10.1.0",
"eslint": "8.57.1",
"eslint-config-next": "^14.2.35",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-security": "^3.0.1",
"husky": "^9.1.7",
"markdown-link-check": "^3.14.2",
"open-graph-scraper": "^6.11.0",
"prettier": "^3.4.2",
"serve": "^14.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"yaml": "^2.7.0"
},
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
}