|
1 | 1 | { |
2 | | - "name": "dsns.dev", |
3 | | - "type": "module", |
4 | | - "version": "0.0.1", |
5 | | - "scripts": { |
6 | | - "dev": "astro dev", |
7 | | - "start": "astro dev", |
8 | | - "build": "astro check && astro build", |
9 | | - "preview": "astro preview", |
10 | | - "astro": "astro" |
11 | | - }, |
12 | | - "dependencies": { |
13 | | - "@astrojs/check": "^0.9.6", |
14 | | - "@astrojs/mdx": "^4.3.13", |
15 | | - "@astrojs/react": "^4.4.2", |
16 | | - "@astrojs/tailwind": "^6.0.2", |
17 | | - "@astrojs/vercel": "^9.0.4", |
18 | | - "@fontsource-variable/dm-sans": "^5.0.6", |
19 | | - "@formkit/auto-animate": "^0.8.2", |
20 | | - "@iconify-json/fa6-brands": "^1.2.5", |
21 | | - "@iconify-json/mdi": "^1.2.2", |
22 | | - "@octokit/rest": "^22.0.1", |
23 | | - "@types/react": "^18.3.3", |
24 | | - "@types/react-dom": "^18.3.0", |
25 | | - "@types/whois-json": "^2.0.4", |
26 | | - "astro": "^5.16.11", |
27 | | - "astro-icon": "^1.1.5", |
28 | | - "bluesky-comments": "^0.9.0", |
29 | | - "react": "^18.3.1", |
30 | | - "react-confetti": "^6.1.0", |
31 | | - "react-dom": "^18.3.1", |
32 | | - "react-tooltip": "^5.28.0", |
33 | | - "sharp": "^0.33.4", |
34 | | - "tailwindcss": "^3.4.7", |
35 | | - "typescript": "^5.5.4", |
36 | | - "use-lanyard": "^1.7.0" |
37 | | - }, |
38 | | - "devDependencies": { |
39 | | - "@tailwindcss/typography": "^0.5.13", |
40 | | - "prettier-plugin-astro": "^0.14.1", |
41 | | - "prettier-plugin-tailwindcss": "^0.6.6", |
42 | | - "tailwind-scrollbar": "^3.1.0" |
43 | | - } |
| 2 | + "name": "astro-test", |
| 3 | + "type": "module", |
| 4 | + "version": "0.0.1", |
| 5 | + "scripts": { |
| 6 | + "dev": "astro dev", |
| 7 | + "start": "astro dev", |
| 8 | + "build": "astro check && astro build", |
| 9 | + "preview": "astro preview", |
| 10 | + "astro": "astro" |
| 11 | + }, |
| 12 | + "dependencies": { |
| 13 | + "@astrojs/check": "^0.9.1", |
| 14 | + "@astrojs/mdx": "^3.1.3", |
| 15 | + "@astrojs/react": "^3.6.1", |
| 16 | + "@astrojs/tailwind": "^5.1.0", |
| 17 | + "@astrojs/vercel": "^7.7.2", |
| 18 | + "@fontsource-variable/dm-sans": "^5.0.6", |
| 19 | + "@formkit/auto-animate": "^0.8.2", |
| 20 | + "@iconify-json/fa6-brands": "^1.2.5", |
| 21 | + "@iconify-json/mdi": "^1.2.2", |
| 22 | + "@octokit/rest": "^22.0.1", |
| 23 | + "@types/react": "^18.3.3", |
| 24 | + "@types/react-dom": "^18.3.0", |
| 25 | + "@types/whois-json": "^2.0.4", |
| 26 | + "astro": "^4.13.0", |
| 27 | + "astro-icon": "^1.1.5", |
| 28 | + "bluesky-comments": "^0.9.0", |
| 29 | + "react": "^18.3.1", |
| 30 | + "react-confetti": "^6.1.0", |
| 31 | + "react-dom": "^18.3.1", |
| 32 | + "react-tooltip": "^5.28.0", |
| 33 | + "sharp": "^0.33.4", |
| 34 | + "tailwindcss": "^3.4.7", |
| 35 | + "typescript": "^5.5.4", |
| 36 | + "use-lanyard": "^1.7.0" |
| 37 | + }, |
| 38 | + "devDependencies": { |
| 39 | + "@tailwindcss/typography": "^0.5.13", |
| 40 | + "prettier-plugin-astro": "^0.14.1", |
| 41 | + "prettier-plugin-tailwindcss": "^0.6.6", |
| 42 | + "tailwind-scrollbar": "^3.1.0" |
| 43 | + } |
44 | 44 | } |
0 commit comments