-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 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
{
"name": "snap-nvim",
"private": true,
"type": "module",
"packageManager": "bun@1.3.3",
"workspaces": [
"backend/bun",
"web"
],
"scripts": {
"prepare": "bun run --cwd web svelte-kit sync || echo ''",
"postinstall": "bun scripts/post-install.ts",
"format": "eslint --fix . && prettier -w .",
"web:dev": "bun run --cwd web vite dev",
"web:build": "bun run --cwd web vite build"
},
"devDependencies": {
"@eslint/css": "0.14.1",
"@eslint/js": "9.39.1",
"@eslint/json": "0.14.0",
"@eslint/markdown": "7.5.1",
"@sveltejs/adapter-static": "3.0.10",
"@sveltejs/kit": "2.47.3",
"@sveltejs/vite-plugin-svelte": "6.2.1",
"@types/bun": "1.3.3",
"@types/eslint": "9.6.1",
"@types/node": "25.0.3",
"eslint": "9.39.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-svelte": "3.13.1",
"file-type": "21.1.1",
"globals": "16.5.0",
"husky": "9.1.7",
"install": "0.13.0",
"jiti": "2.6.1",
"prettier": "3.7.4",
"prettier-plugin-svelte": "3.4.1",
"prettier-plugin-tailwindcss": "0.6.11",
"tailwind-csstree": "0.1.4",
"typescript": "5.9.3",
"typescript-eslint": "8.49.0",
"vite": "7.3.0",
"vitest": "4.0.16"
}
}