-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 821 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 821 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": "faf-one-svelte",
"private": true,
"version": "1.0.4",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"svelte": "^5.0.0",
"vite": "^5.0.0"
},
"description": "FAF.ONE - The JPEG for AI | Foundational AI-context Format - Professional AI-Context Management",
"keywords": [
"faf",
"ai-context",
"context-mirroring"
],
"author": "wolfejam",
"license": "MIT",
"dependencies": {
"@supabase/supabase-js": "^2.75.0",
"@sveltejs/adapter-vercel": "^5.10.3",
"faf-cli": "^3.0.1",
"marked": "^17.0.0",
"resend": "^6.1.2",
"yaml": "^2.8.1"
}
}