-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 1020 Bytes
/
package.json
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
{
"name": "folk-canvas",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "tsc --noEmit && vite build && vite preview",
"test": "bun test",
"types": "tsc --noEmit",
"bench": "bun run lib/__tests__/bench.ts"
},
"dependencies": {
"@babel/parser": "^7.26.2",
"@dimforge/rapier2d-compat": "^0.14.0",
"@lit/reactive-element": "^2.0.4",
"ink-mde": "^0.34.0",
"leaflet": "^1.9.4",
"partysocket": "^1.0.3",
"perfect-arrows": "^0.3.7",
"perfect-freehand": "^1.2.2",
"vite-plugin-wasm": "^3.3.0",
"webcola": "^3.4.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.14",
"@types/node": "^22.10.1",
"@types/wicg-file-system-access": "^2023.10.5",
"@webgpu/types": "^0.1.51",
"bun-types": "^1.1.38",
"mitata": "^1.0.20",
"prettier-plugin-organize-imports": "^4.1.0",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-plugin-mkcert": "^1.17.6"
}
}