-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.66 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.66 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"packageManager": "pnpm@10.20.0",
"name": "engramma-root",
"author": "Bogdan Chadkin",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "prettier --write .",
"test": "vitest run",
"prepare": "simple-git-hooks"
},
"simple-git-hooks": {
"pre-commit": "pnpm nano-staged"
},
"nano-staged": {
"*": "prettier --write --ignore-unknown"
},
"prettier": {
"plugins": [
"prettier-plugin-svelte"
]
},
"engines": {
"node": "24"
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.7.7",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
"@floating-ui/dom": "^1.7.4",
"@lucide/svelte": "^0.562.0",
"@oddbird/popover-polyfill": "^0.6.1",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@tsconfig/svelte": "^5.0.6",
"@types/prismjs": "^1.26.5",
"change-case": "^5.4.4",
"colorjs.io": "^0.6.1",
"dialog-closedby-polyfill": "^1.1.0",
"fractional-indexing": "^3.2.0",
"hdr-color-input": "^0.2.5",
"interestfor": "^1.0.7",
"invokers-polyfill": "^0.6.1",
"json-stringify-pretty-compact": "^4.0.0",
"keyux": "^0.11.3",
"nano-staged": "^0.9.0",
"open-props": "^1.7.23",
"prettier": "^3.8.0",
"prettier-plugin-svelte": "^3.4.1",
"prismjs": "^1.30.0",
"simple-git-hooks": "^2.13.1",
"svelte": "^5.49.1",
"svelte-check": "^4.3.6",
"title-case": "^4.3.2",
"typescript": "^5.9.3",
"typescript-svelte-plugin": "^0.3.50",
"vite": "^7.3.1",
"vitest": "^4.0.17",
"zod": "^4.3.5"
}
}