build(fix): addd missing dependencies
| | |
| | | "cssnano": "7.1.5", |
| | | "postcss": "8.5.9", |
| | | "postcss-preset-env": "11.2.1", |
| | | "tachyons": "4.12.0" |
| | | "tachyons": "4.12.0", |
| | | "typescript": "6.0.3" |
| | | }, |
| | | "devDependencies": { |
| | | "@biomejs/biome": "2.4.12", |
| | |
| | | "markdownlint-rule-relative-links": "5.1.0", |
| | | "markdownlint-rule-search-replace": "1.2.0", |
| | | "markdownlint-rule-title-case-style": "0.4.3", |
| | | "simple-git-hooks": "2.13.1" |
| | | "simple-git-hooks": "2.13.1", |
| | | "tsc": "2.0.4" |
| | | } |
| | | }, |
| | | "node_modules/@azu/format-text": { |
| | |
| | | "node": ">=8" |
| | | } |
| | | }, |
| | | "node_modules/tsc": { |
| | | "version": "2.0.4", |
| | | "resolved": "https://registry.npmjs.org/tsc/-/tsc-2.0.4.tgz", |
| | | "integrity": "sha512-fzoSieZI5KKJVBYGvwbVZs/J5za84f2lSTLPYf6AGiIf43tZ3GNrI1QzTLcjtyDDP4aLxd46RTZq1nQxe7+k5Q==", |
| | | "dev": true, |
| | | "license": "MIT", |
| | | "bin": { |
| | | "tsc": "bin/tsc" |
| | | } |
| | | }, |
| | | "node_modules/tslib": { |
| | | "version": "2.8.1", |
| | | "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", |
| | |
| | | "dev": true, |
| | | "license": "MIT" |
| | | }, |
| | | "node_modules/typescript": { |
| | | "version": "6.0.3", |
| | | "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", |
| | | "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", |
| | | "license": "Apache-2.0", |
| | | "bin": { |
| | | "tsc": "bin/tsc", |
| | | "tsserver": "bin/tsserver" |
| | | }, |
| | | "engines": { |
| | | "node": ">=14.17" |
| | | } |
| | | }, |
| | | "node_modules/uc.micro": { |
| | | "version": "2.1.0", |
| | | "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz", |
| | |
| | | "markdownlint-rule-relative-links": "5.1.0", |
| | | "markdownlint-rule-search-replace": "1.2.0", |
| | | "markdownlint-rule-title-case-style": "0.4.3", |
| | | "simple-git-hooks": "2.13.1" |
| | | "simple-git-hooks": "2.13.1", |
| | | "typescript": "6.0.3" |
| | | }, |
| | | "scripts": { |
| | | "hook:commit": "lint-staged --config .lintstagedrc.js", |
| | |
| | | "lint:links": "lychee --config lychee.toml public", |
| | | "lint:markdown": "markdownlint-cli2 docs/**/*.{md,mdx}", |
| | | "lint:markdown:fix": "markdownlint-cli2 --fix docs/**/*.{md,mdx}", |
| | | "prepare": "simple-git-hooks install", |
| | | "release": "wireit", |
| | | "release:pre": "wireit", |
| | | "server": "wireit", |
| | | "test:quickstart": "node scripts/test-hugo-quickstart.ts", |
| | | "update:docs": "wireit", |
| | | "test": "node scripts/test-hugo-quickstart.ts", |
| | | "prepare": "simple-git-hooks install" |
| | | "test:quickstart": "node scripts/test-hugo-quickstart.ts", |
| | | "update:docs": "wireit" |
| | | }, |
| | | "wireit": { |
| | | "release": { |
| | |
| | | "pre-push": "npm run hook:push" |
| | | }, |
| | | "type": "module" |
| | | } |
| | | } |