-
-
Notifications
You must be signed in to change notification settings - Fork 339
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 851 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 851 Bytes
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
{
"name": "@epicenter/landing",
"description": "Public landing site for Epicenter",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "bun run dev:local",
"dev:local": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "bun run build && wrangler deploy",
"typecheck": "astro check && svelte-check"
},
"dependencies": {
"@astrojs/check": "0.9.7",
"@astrojs/svelte": "8.0.0",
"@epicenter/constants": "workspace:*",
"@epicenter/ui": "workspace:*",
"@tailwindcss/vite": "catalog:",
"arktype": "catalog:",
"astro": "6.0.4",
"posthog-js": "^1.258.5",
"svelte": "catalog:",
"tailwindcss": "catalog:"
},
"devDependencies": {
"@lucide/astro": "^0.536.0",
"@tailwindcss/typography": "catalog:",
"typescript": "catalog:"
},
"license": "MIT"
}