-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.58 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "ingo-website-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "13.3.0",
"@astrojs/react": "5.0.4",
"@astrojs/sitemap": "^3.7.2",
"@nanostores/react": "^1.1.0",
"@sanity/astro": "^3.3.1",
"@sanity/client": "^7.22.0",
"@sanity/code-input": "^7.1.0",
"@sanity/image-url": "^2.1.1",
"@sanity/vision": "^5.23.0",
"@tailwindcss/vite": "^4.2.4",
"@types/luxon": "^3.7.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/parser": "^8.59.1",
"astro": "6.2.0",
"astro-portabletext": "^0.13.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"eslint": "^10.2.1",
"eslint-plugin-astro": "^1.7.0",
"lucide-react": "^1.14.0",
"luxon": "^3.7.2",
"nanostores": "^1.3.0",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"radix-ui": "^1.4.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-icons": "^5.6.0",
"react-is": "^19.2.5",
"sanity": "^5.23.0",
"sanity-plugin-media": "^4.2.0",
"styled-components": "^6.4.1",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.4",
"wrangler": "^4.86.0"
},
"devDependencies": {
"@iconify/json": "^2.2.468",
"@tailwindcss/typography": "^0.5.19",
"prettier-plugin-tailwindcss": "^0.8.0",
"schema-dts": "^2.0.0",
"tw-animate-css": "^1.4.0",
"unplugin-icons": "^23.0.1"
}
}