-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.22 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.22 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
{
"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",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^5.0.3",
"@astrojs/react": "^5.0.2",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.2",
"@headlessui/react": "^2.2.9",
"@iconify-json/fluent": "^1.2.33",
"@nanostores/react": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.11",
"@tailwindcss/vite": "^4.2.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"astro": "^5.16.15",
"astro-i18nya": "^0.2.4",
"i18nya": "^0.2.4",
"motion": "^12.38.0",
"nanostores": "^1.2.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwindcss": "^4.2.1"
},
"devDependencies": {
"@iconify-json/bi": "^1.2.7",
"@iconify-json/fa6-brands": "^1.2.6",
"@iconify-json/simple-icons": "^1.2.72",
"@tailwindcss/typography": "^0.5.19",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.34.5",
"unplugin-icons": "^23.0.1",
"vite-plugin-svgr": "^5.0.0"
}
}