-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.54 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.54 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
{
"name": "@probo/getprobo.com",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "npm run build && wrangler pages deploy dist"
},
"dependencies": {
"@astrojs/mdx": "^5.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/starlight": "^0.38.3",
"@astrojs/svelte": "^8.0.5",
"@grafana/faro-web-sdk": "^2.3.1",
"@phosphor-icons/core": "^2.1.1",
"@phosphor-icons/web": "^2.1.2",
"@probo/cookie-banner": "^0.1.1",
"@splidejs/splide": "^4.1.4",
"@splidejs/splide-extension-auto-scroll": "^0.5.3",
"@splidejs/splide-extension-intersection": "^0.2.0",
"@splidejs/svelte-splide": "^0.2.9",
"@tailwindcss/vite": "^4.2.3",
"astro": "^6.1.8",
"clsx": "^2.1.1",
"embla-carousel": "^8.6.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-svelte": "^8.6.0",
"lottie-web": "^5.13.0",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"svelte": "^5.55.4",
"svelte-sonner": "^1.1.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.3",
"typescript": "^5.9.3"
},
"devDependencies": {
"@astrojs/starlight-tailwind": "^5.0.0",
"@grafana/faro-rollup-plugin": "^0.10.0",
"@tailwindcss/typography": "^0.5.19",
"tailwind-variants": "^3.2.2",
"wrangler": "^4.84.0"
},
"overrides": {
"zod": "^4.3.6"
}
}