-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.35 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
{
"name": "ultramarine-website",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"generate": "astro build",
"preview": "astro preview",
"deploy": "astro build && wrangler deploy",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^8.0.1",
"@astrojs/react": "^6.0.5",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.4",
"@headlessui/react": "^2.2.10",
"@iconify-json/fluent": "^1.2.57",
"@nanostores/react": "^2.0.1",
"@radix-ui/react-toggle-group": "^1.1.13",
"@tailwindcss/vite": "^4.3.3",
"astro": "^7.3.2",
"astro-i18nya": "^0.2.6",
"i18nya": "^0.2.6",
"motion": "^12.42.0",
"nanostores": "^1.4.0",
"react": "^19.3.0",
"react-dom": "^19.3.0",
"tailwindcss": "^4.3.3"
},
"devDependencies": {
"@iconify-json/bi": "^1.2.7",
"@iconify-json/fa6-brands": "^1.2.6",
"@iconify-json/simple-icons": "^1.2.95",
"@tailwindcss/typography": "^0.5.20",
"@types/node": "^26.0.1",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"prettier": "^3.9.6",
"prettier-plugin-astro": "^1.0.0",
"sharp": "^0.35.4",
"unplugin-icons": "^23.0.1",
"vite-plugin-svgr": "^5.2.0",
"wrangler": "^4.129.0"
},
"workspaces": [
"."
]
}