-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.53 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.53 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
{
"name": "augur-website-teaser",
"description": "A teaser website for the upcoming Augur project.",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build:gh-pages": "GITHUB_ACTIONS=true GITHUB_REPOSITORY=AugurProject/augur-reboot-website astro build",
"build:fork-data": "node --experimental-strip-types scripts/calculate-fork-risk.ts",
"preview": "astro build && wrangler dev",
"astro": "astro",
"deploy": "astro build && wrangler deploy",
"cf-typegen": "wrangler types",
"typecheck": "astro check",
"lint": "npx @biomejs/biome lint"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/rss": "^4.0.15",
"@nanostores/persistent": "^1.1.0",
"@nanostores/react": "^1.0.0",
"@phosphor-icons/react": "^2.1.10",
"@radix-ui/react-dialog": "^1.1.15",
"clsx": "^2.1.1",
"ethers": "^6.15.0",
"nanostores": "^1.0.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^3.3.1",
"typescript": "^5.9.3"
},
"devDependencies": {
"@astrojs/cloudflare": "^12.6.0",
"@astrojs/mdx": "^4.3.10",
"@astrojs/react": "^4.3.0",
"@astrojs/sitemap": "^3.6.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17",
"@types/node": "^24.0.4",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"astro": "^5.16.11",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.4.0",
"wrangler": "^4.22.0"
},
"overrides": {
"vite": "^7.3.1"
}
}