-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
34 lines (34 loc) · 1017 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
{
"private": true,
"scripts": {
"desktop": "pnpm --filter @macrograph/desktop --",
"web": "pnpm --filter @macrograph/web --",
"runtime": "pnpm --filter @macrograph/runtime --",
"test": "vitest",
"typecheck": "pnpm tsc -b",
"lint": "turbo run lint",
"lint:fix": "turbo run lint -- --fix",
"dev:web": "pnpm web dev",
"dev:desktop": "pnpm desktop tauri dev",
"format": "biome format --write .",
"fix": "biome lint --apply . && biome format --write . && biome check . --apply"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.8",
"@vitest/browser": "^0.32.4",
"@vitest/ui": "^2.0.5",
"jsdom": "^24.1.1",
"safaridriver": "^0.0.5",
"solid-js": "^1.9.1",
"turbo": "^1.13.0",
"turbo-ignore": "^1.13.0",
"typescript": "^5.5.3",
"vite-plugin-solid": "^2.10.2",
"vitest": "^2.0.5",
"vitest-github-actions-reporter": "^0.11.1",
"webdriverio": "^8.35.1"
},
"dependencies": {
"@biomejs/biome": "^1.6.4"
}
}