|
1 | 1 | {
|
2 |
| - "private": true, |
3 |
| - "scripts": { |
4 |
| - "dev": "astro dev", |
5 |
| - "build": "astro build", |
6 |
| - "preview": "astro preview", |
7 |
| - "astro": "astro" |
8 |
| - }, |
9 |
| - "dependencies": { |
10 |
| - "@astrojs/mdx": "^3.1.3", |
11 |
| - "@astrojs/prefetch": "^0.2.1", |
12 |
| - "@astrojs/tailwind": "^3.1.1", |
13 |
| - "@catppuccin/palette": "^1.2.0", |
14 |
| - "chart.js": "^4.2.1", |
15 |
| - "mdast-util-to-string": "^4.0.0", |
16 |
| - "react": "^18.2.0", |
17 |
| - "react-dom": "^18.2.0", |
18 |
| - "react-typist-component": "1.0.5", |
19 |
| - "reading-time": "^1.5.0" |
20 |
| - }, |
21 |
| - "devDependencies": { |
22 |
| - "@astrojs/react": "^2.1.0", |
23 |
| - "@astrojs/sitemap": "^1.2.1", |
24 |
| - "@catppuccin/tailwindcss": "^0.1.1", |
25 |
| - "@ianvs/prettier-plugin-sort-imports": "^4.3.1", |
26 |
| - "@types/react": "^18.0.28", |
27 |
| - "astro": "latest", |
28 |
| - "prettier": "^3.2.5", |
29 |
| - "prettier-plugin-astro": "0.13.0", |
30 |
| - "prettier-plugin-tailwindcss": "^0.6.5", |
31 |
| - "tailwindcss": "^3.2.7", |
32 |
| - "typescript": "^5.0.2" |
33 |
| - } |
| 2 | + "private": true, |
| 3 | + "scripts": { |
| 4 | + "dev": "astro dev", |
| 5 | + "build": "astro build", |
| 6 | + "preview": "astro preview", |
| 7 | + "astro": "astro" |
| 8 | + }, |
| 9 | + "dependencies": { |
| 10 | + "@astrojs/mdx": "^3.1.3", |
| 11 | + "@astrojs/prefetch": "^0.2.1", |
| 12 | + "@astrojs/tailwind": "^3.1.1", |
| 13 | + "@catppuccin/palette": "^1.2.0", |
| 14 | + "chart.js": "^4.2.1", |
| 15 | + "mdast-util-to-string": "^4.0.0", |
| 16 | + "react": "^18.2.0", |
| 17 | + "react-dom": "^18.2.0", |
| 18 | + "react-typist-component": "1.0.5", |
| 19 | + "reading-time": "^1.5.0" |
| 20 | + }, |
| 21 | + "devDependencies": { |
| 22 | + "@astrojs/react": "^2.1.0", |
| 23 | + "@astrojs/sitemap": "^1.2.1", |
| 24 | + "@catppuccin/tailwindcss": "^0.1.1", |
| 25 | + "@ianvs/prettier-plugin-sort-imports": "^4.3.1", |
| 26 | + "@types/react": "^18.0.28", |
| 27 | + "astro": "latest", |
| 28 | + "prettier": "^3.2.5", |
| 29 | + "prettier-plugin-astro": "0.13.0", |
| 30 | + "prettier-plugin-tailwindcss": "^0.6.5", |
| 31 | + "tailwindcss": "^3.2.7", |
| 32 | + "typescript": "^5.0.2" |
| 33 | + } |
34 | 34 | }
|
0 commit comments