-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.57 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": "whitzardagent.github.io",
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "astro dev",
"ingest:info": "node scripts/ingest-info-jsonl.mjs",
"prebuild": "npm run ingest:info",
"build": "astro build",
"check": "astro check",
"check:links": "node scripts/check-links.mjs",
"check:content": "node scripts/check-content.mjs",
"preview": "astro preview",
"new:post": "node scripts/new-content.mjs post",
"new:brief": "node scripts/new-content.mjs brief",
"new:note": "node scripts/new-content.mjs note",
"new:report": "node scripts/new-content.mjs report",
"new:update": "node scripts/new-content.mjs update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WhitzardAgent/whitzardagent.github.io.git"
},
"keywords": [],
"author": "Whitzard",
"license": "MIT",
"bugs": {
"url": "https://github.com/WhitzardAgent/whitzardagent.github.io/issues"
},
"homepage": "https://whitzard.tech/",
"description": "Whitzard website and Nuwa Frontier AI Safety Lab",
"dependencies": {
"@astrojs/mdx": "^7.0.5",
"@astrojs/react": "^6.0.2",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3",
"astro": "^7.1.6",
"autoprefixer": "^10.5.0",
"clsx": "^2.1.1",
"framer-motion": "^12.40.0",
"gsap": "^3.15.0",
"lenis": "^1.3.25",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^3.4.19"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"esbuild": "^0.28.1",
"typescript": "^6.0.3"
}
}