|
4 | 4 | "version": "0.0.1", |
5 | 5 | "private": true, |
6 | 6 | "scripts": { |
| 7 | + "astro": "astro", |
7 | 8 | "build": "astro build", |
8 | 9 | "check": "astro check", |
9 | 10 | "dev": "astro dev", |
|
14 | 15 | "lint:scss": "stylelint \"src/**/*.{astro,scss}\"" |
15 | 16 | }, |
16 | 17 | "dependencies": { |
17 | | - "@algolia/client-search": "^4.15.0", |
18 | | - "@astrojs/preact": "^2.0.3", |
19 | | - "@astrojs/react": "^2.0.2", |
20 | | - "@docsearch/css": "^3.3.3", |
21 | | - "@docsearch/react": "^3.3.3", |
22 | | - "@types/node": "^18.14.6", |
23 | | - "@types/react": "^18.0.28", |
24 | | - "@types/react-dom": "^18.0.11", |
25 | | - "astro": "^2.0.17", |
26 | | - "astro-html-minifier": "^0.5.0", |
27 | | - "preact": "^10.13.0", |
| 18 | + "@algolia/client-search": "^4.20.0", |
| 19 | + "@astrojs/preact": "^3.0.1", |
| 20 | + "@astrojs/react": "^3.0.5", |
| 21 | + "@docsearch/css": "^3.5.2", |
| 22 | + "@docsearch/react": "^3.5.2", |
| 23 | + "@types/node": "^20.9.1", |
| 24 | + "@types/react": "^18.2.37", |
| 25 | + "@types/react-dom": "^18.2.15", |
| 26 | + "astro": "^3.5.5", |
| 27 | + "preact": "^10.19.2", |
28 | 28 | "react": "^18.2.0", |
29 | 29 | "react-dom": "^18.2.0", |
30 | | - "typescript": "^5.0.0" |
| 30 | + "typescript": "^5.2.2" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@astrojs/mdx": "^0.17.2", |
34 | | - "@astrojs/sitemap": "^1.1.0", |
35 | | - "astro-robots-txt": "^0.4.0", |
| 33 | + "@astrojs/mdx": "^1.1.5", |
| 34 | + "@astrojs/sitemap": "^3.0.3", |
| 35 | + "astro-robots-txt": "^1.0.0", |
36 | 36 | "html-escaper": "^3.0.3", |
37 | | - "postcss": "^8.4.21", |
| 37 | + "postcss": "^8.4.31", |
38 | 38 | "postcss-html": "^1.5.0", |
39 | | - "prettier": "^3.0.0", |
40 | | - "sass": "^1.58.3", |
41 | | - "stylelint": "^15.2.0", |
42 | | - "stylelint-config-recommended-scss": "^9.0.1", |
| 39 | + "prettier": "^3.1.0", |
| 40 | + "sass": "^1.69.5", |
| 41 | + "stylelint": "^15.11.0", |
| 42 | + "stylelint-config-recommended-scss": "^13.1.0", |
43 | 43 | "stylelint-config-standard": "^34.0.0" |
44 | 44 | } |
45 | 45 | } |
0 commit comments