-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.43 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.43 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
{
"type": "module",
"private": true,
"license": "AGPL-3.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"dependencies": {
"@lucide/svelte": "^0.577.0",
"cnfn": "^5.5.1",
"effect": "^3.21.0",
"emmet-monaco-es": "^5.7.0",
"fflate": "^0.8.2",
"ios-haptics": "^0.1.4",
"mode-watcher": "^1.1.0",
"monaco-editor": "^0.55.1",
"paneforge": "^1.0.2",
"svelte-sonner": "^1.1.0"
},
"devDependencies": {
"@eslint/compat": "^2.0.3",
"@eslint/js": "^10.0.1",
"@internationalized/date": "^3.12.0",
"@monaco-editor/loader": "^1.7.0",
"@sveltejs/kit": "^2.55.0",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@tailwindcss/vite": "^4.2.2",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"bits-ui": "^2.16.3",
"eslint": "^10.1.0",
"eslint-plugin-format": "^2.0.1",
"eslint-plugin-svelte": "^3.16.0",
"prettier-plugin-svelte": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"svelte": "^5.55.0",
"svelte-adapter-bun": "^1.0.1",
"svelte-check": "^4.4.5",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "^7.3.1"
}
}