|
5 | 5 | "scripts": { |
6 | 6 | "build": "vocs build", |
7 | 7 | "dev": "vocs dev", |
8 | | - "check-links": "bun ./scripts/check-links.ts", |
9 | | - "check-markdown": "remark . --quiet --ignore-pattern 'src/pages/developers/smart-contracts/**'", |
10 | | - "check": "run-p check-markdown check-links", |
11 | | - "ci": "bun run build && bun run check", |
12 | | - "format-markdown": "remark . --output --use sort-definitions --use remark-lint-match-punctuation --use remark-lint-no-url-trailing-slash", |
13 | | - "generate-link-previews": "bun scripts/generate-link-previews.ts", |
14 | | - "generate-smart-contracts-docs": "cd .. && rm -rf documentation/src/pages/tmp && forge doc --build --out documentation/src/pages/tmp && cd documentation && bun ./scripts/process-forge-docs.ts && rm -rf src/pages/tmp", |
15 | | - "preview": "vocs preview" |
| 8 | + "format:markdown": "remark ./src/pages --output --use remark-lint-match-punctuation --use remark-lint-no-url-trailing-slash", |
| 9 | + "lint:markdown": "remark ./src/pages --ignore-pattern 'src/pages/developers/smart-contracts/**'", |
| 10 | + "script:links": "bun ./scripts/check-links.ts", |
| 11 | + "script:generate-smart-contract-docs": "rm -rf src/pages/tmp && forge doc --build --out src/pages/tmp && bun ./scripts/generate-smart-contract-docs.ts && rm -rf src/pages/tmp", |
| 12 | + "prepare": "husky" |
16 | 13 | }, |
17 | 14 | "dependencies": { |
18 | 15 | "remark": "15.0.1", |
19 | 16 | "remark-cli": "12.0.1", |
20 | | - "remark-inline-links": "7.0.0", |
21 | | - "remark-lint-heading-capitalization": "1.3.0", |
22 | | - "remark-lint-heading-case": "1.0.0", |
23 | 17 | "remark-lint-match-punctuation": "0.2.1", |
24 | 18 | "remark-lint-no-url-trailing-slash": "3.0.1", |
25 | | - "remark-math": "6.0.0", |
26 | | - "remark-preset-lint-consistent": "6.0.1", |
27 | | - "remark-preset-lint-markdown-style-guide": "6.0.1", |
28 | | - "remark-preset-lint-recommended": "7.0.1", |
29 | | - "remark-remove-url-trailing-slash": "3.0.0", |
30 | | - "remark-sort-definitions": "3.0.0", |
31 | | - "remark-toc": "9.0.0", |
32 | | - "remark-wiki-link": "2.0.1", |
33 | 19 | "tailwindcss": "4.1.13", |
34 | 20 | "vite-plugin-sitemap": "0.8.2", |
35 | 21 | "vocs": "1.0.13" |
36 | 22 | }, |
37 | 23 | "packageManager": "bun@1.3.0", |
38 | | - "bin": { |
39 | | - "vocs": "./node_modules/.bin/vocs" |
40 | | - }, |
41 | 24 | "devDependencies": { |
42 | 25 | "@number-flow/react": "0.5.10", |
43 | | - "@tanstack/react-query": "5.90.4" |
| 26 | + "@tanstack/react-query": "5.90.4", |
| 27 | + "husky": "9.1.7" |
44 | 28 | }, |
45 | 29 | "patchedDependencies": { |
46 | 30 | "vocs@1.0.13": "patches/vocs@1.0.13.patch" |
|
0 commit comments