-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 847 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 847 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
35
36
37
38
{
"name": "thessa",
"version": "2.0.0",
"private": true,
"description": "AI-powered thesaurus",
"type": "module",
"author": "ethmarks",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ethmarks/thessa.git"
},
"bugs": {
"url": "https://github.com/ethmarks/thessa/issues"
},
"homepage": "https://thessa.vercel.app/",
"keywords": [
"thesaurus",
"ai",
"synonyms"
],
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''"
},
"devDependencies": {
"@sveltejs/adapter-vercel": "^6.2.0",
"@sveltejs/kit": "^2.49.1",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"svelte": "^5.45.6",
"vite": "^7.2.6"
},
"dependencies": {
"@vercel/analytics": "^1.6.1"
}
}