|
1 | 1 | { |
2 | | - "name": "fixable", |
3 | | - "type": "module", |
4 | | - "version": "0.0.1", |
5 | | - "scripts": { |
6 | | - "dev": "astro dev", |
7 | | - "dev:fixed": "cross-env PUBLIC_FIXED=1 astro dev", |
8 | | - "start": "astro dev", |
9 | | - "check": "astro check", |
10 | | - "build": "npm run format:check astro check && astro build", |
11 | | - "build:fixed": "npm run format:check && astro check && cross-env PUBLIC_FIXED=1 astro build", |
12 | | - "preview": "astro preview", |
13 | | - "sync": "astro sync", |
14 | | - "update-wcag": "tsx update-wcag-data.ts && astro check", |
15 | | - "astro": "astro", |
16 | | - "format": "prettier . --write --ignore-unknown", |
17 | | - "format:check": "prettier . --check --ignore-unknown" |
18 | | - }, |
19 | | - "dependencies": { |
20 | | - "@astrojs/markdown-remark": "^6.3.10", |
21 | | - "@astrojs/preact": "^4.1.3", |
22 | | - "@fontsource-variable/cabin": "^5.0.19", |
23 | | - "@fontsource/corinthia": "^5.0.21", |
24 | | - "@fontsource/patua-one": "^5.0.19", |
25 | | - "astro": "~5.15.9", |
26 | | - "astro-icon": "^1.1.5", |
27 | | - "cheerio": "^1.0.0", |
28 | | - "fast-glob": "^3.3.2", |
29 | | - "github-slugger": "^2.0.0", |
30 | | - "lodash-es": "^4.17.23", |
31 | | - "preact": "^10.28.4", |
32 | | - "typescript": "^5.8.2" |
33 | | - }, |
34 | | - "devDependencies": { |
35 | | - "@astrojs/check": "^0.9.6", |
36 | | - "@iconify-json/ri": "^1.1.21", |
37 | | - "@types/lodash-es": "^4.17.12", |
38 | | - "@types/node": "^20.14.14", |
39 | | - "cross-env": "^7.0.3", |
40 | | - "prettier": "3.8.1", |
41 | | - "prettier-plugin-astro": "^0.14.1", |
42 | | - "tsx": "^4.19.3" |
43 | | - }, |
44 | | - "overrides": { |
45 | | - "@astrojs/check": { |
46 | | - "lodash": "^4.17.23" |
47 | | - } |
48 | | - } |
| 2 | + "name": "fixable", |
| 3 | + "type": "module", |
| 4 | + "version": "0.0.1", |
| 5 | + "scripts": { |
| 6 | + "dev": "astro dev", |
| 7 | + "dev:fixed": "cross-env PUBLIC_FIXED=1 astro dev", |
| 8 | + "start": "astro dev", |
| 9 | + "check": "astro check", |
| 10 | + "build": "npm run format:check astro check && astro build", |
| 11 | + "build:fixed": "npm run format:check && astro check && cross-env PUBLIC_FIXED=1 astro build", |
| 12 | + "preview": "astro preview", |
| 13 | + "sync": "astro sync", |
| 14 | + "update-wcag": "tsx update-wcag-data.ts && astro check", |
| 15 | + "astro": "astro", |
| 16 | + "format": "prettier . --write --ignore-unknown", |
| 17 | + "format:check": "prettier . --check --ignore-unknown" |
| 18 | + }, |
| 19 | + "dependencies": { |
| 20 | + "@astrojs/markdown-remark": "^6.3.10", |
| 21 | + "@astrojs/preact": "^4.1.3", |
| 22 | + "@fontsource-variable/cabin": "^5.0.19", |
| 23 | + "@fontsource/corinthia": "^5.0.21", |
| 24 | + "@fontsource/patua-one": "^5.0.19", |
| 25 | + "astro": "~5.15.9", |
| 26 | + "astro-icon": "^1.1.5", |
| 27 | + "cheerio": "^1.0.0", |
| 28 | + "fast-glob": "^3.3.2", |
| 29 | + "github-slugger": "^2.0.0", |
| 30 | + "lodash-es": "^4.17.23", |
| 31 | + "preact": "^10.28.4", |
| 32 | + "typescript": "^5.8.2" |
| 33 | + }, |
| 34 | + "devDependencies": { |
| 35 | + "@astrojs/check": "^0.9.6", |
| 36 | + "@iconify-json/ri": "^1.1.21", |
| 37 | + "@types/lodash-es": "^4.17.12", |
| 38 | + "@types/node": "^20.14.14", |
| 39 | + "cross-env": "^7.0.3", |
| 40 | + "prettier": "3.8.1", |
| 41 | + "prettier-plugin-astro": "^0.14.1", |
| 42 | + "tsx": "^4.19.3" |
| 43 | + }, |
| 44 | + "overrides": { |
| 45 | + "@astrojs/check": { |
| 46 | + "lodash": "^4.17.23" |
| 47 | + } |
| 48 | + } |
49 | 49 | } |
0 commit comments