-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.5 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.5 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
{
"name": "gdsjam",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json",
"lint": "biome check ./src",
"lint:fix": "biome check --write ./src",
"format": "biome format --write ./src",
"test": "vitest",
"test:ui": "vitest --ui",
"prepare": "husky",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build"
},
"devDependencies": {
"@biomejs/biome": "^2.3.6",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/postcss": "^4.1.17",
"@tauri-apps/cli": "^2.9.5",
"@tsconfig/svelte": "^5.0.5",
"@types/node": "^24.10.0",
"@types/pako": "^2.0.4",
"@types/qrcode": "^1.5.6",
"@types/rbush": "^4.0.0",
"@vitest/ui": "4.0.10",
"husky": "^9.1.7",
"jsdom": "^27.2.0",
"lint-staged": "^16.2.6",
"postcss": "^8.5.6",
"puppeteer": "^24.31.0",
"svelte": "^5.43.5",
"svelte-check": "^4.3.3",
"tailwindcss": "^4.1.17",
"typescript": "~5.9.3",
"vite": "^7.2.2",
"vitest": "^4.0.10",
"ws": "^8.18.3"
},
"dependencies": {
"@tauri-apps/api": "^2.9.1",
"@tauri-apps/plugin-dialog": "^2.4.2",
"@tauri-apps/plugin-fs": "^2.4.4",
"dxf-parser": "^1.1.2",
"gdsii": "^0.1.0",
"monaco-editor": "^0.55.1",
"pako": "^2.1.0",
"pixi.js": "^8.14.1",
"pnpm": "^10.25.0",
"qrcode": "^1.5.4",
"rbush": "^4.0.1",
"y-protocols": "^1.0.6",
"y-webrtc": "^10.3.0",
"yjs": "^13.6.27"
}
}