-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.56 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.56 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
{
"name": "automem-website",
"type": "module",
"version": "0.1.0",
"description": "AutoMem.AI - Intelligent Memory Service for AI Agents",
"scripts": {
"dev": "astro dev --host 0.0.0.0 --port 5000",
"start": "astro dev",
"build": "rm -rf dist .astro node_modules/.astro .wrangler/deploy && node scripts/build-pages.mjs",
"preview": "astro preview",
"sync-benchmarks": "node scripts/sync-benchmarks.mjs",
"test": "node --test tests/*.test.mjs",
"test:benchmarks": "node --test tests/benchmarks-lib.test.mjs tests/sync-benchmarks.test.mjs",
"astro": "astro",
"check-links": "node scripts/check-links.js",
"postinstall": "patch-package"
},
"dependencies": {
"@astrojs/cloudflare": "^13.1.7",
"@astrojs/mdx": "^5.0.3",
"@astrojs/react": "^5.0.2",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/starlight": "^0.38.2",
"@emdash-cms/cloudflare": "^0.1.0",
"@libsql/client": "^0.17.2",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-query": "^5.96.1",
"@tanstack/react-router": "^1.168.10",
"astro": "6.1.2",
"astro-mermaid": "^2.0.1",
"emdash": "^0.1.0",
"mermaid": "^11.14.0",
"patch-package": "^8.0.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260401.1",
"@tailwindcss/typography": "^0.5.19",
"baseline-browser-mapping": "^2.10.13",
"esbuild": "^0.28.0",
"linkinator": "^7.6.1",
"smol-toml": "^1.6.1",
"wrangler": "^4.79.0"
}
}