-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 804 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 804 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
{
"name": "log-scribe-ai",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json",
"build-bulma": "sass --load-path=node_modules ./src/override.scss ./src/app.css"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.4",
"@types/node": "^22.15.21",
"svelte": "^5.33.1",
"svelte-check": "^4.2.1",
"typescript": "~5.8.3",
"vite": "^6.3.5"
},
"dependencies": {
"@floating-ui/dom": "^1.7.2",
"@google/genai": "^1.0.1",
"@iconify/svelte": "^5.0.0",
"bulma": "^1.0.4",
"markdown-it": "^14.1.0",
"sass": "^1.89.0"
}
}