-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.46 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
{
"name": "@macrograph/root",
"private": true,
"scripts": {
"desktop": "pnpm --filter @macrograph/desktop --",
"web": "pnpm --filter @macrograph/web --",
"runtime": "pnpm --filter @macrograph/runtime --",
"server": "pnpm --filter @macrograph/server --",
"test": "vitest",
"typecheck": "pnpm tsgo -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 --write --unsafe . && biome format --write . && biome check . --write"
},
"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.10",
"tsgo": "npm:@typescript/native-preview",
"turbo": "^2.5.4",
"turbo-ignore": "^1.13.0",
"typescript": "^5.5.3",
"vite-plugin-solid": "^2.11.8",
"vitest": "^2.0.5",
"vitest-github-actions-reporter": "^0.11.1",
"webdriverio": "^8.35.1"
},
"dependencies": {
"@biomejs/biome": "^2.3.5",
"@solidjs/start-nitro-v2-plugin": "link:../../../Library/pnpm/global/5/node_modules/@solidjs/start-nitro-v2-plugin",
"effect": "^3.19.13"
},
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184",
"engines": { "node": ">=24" },
"overrides": { "vite": "npm:rolldown-vite@latest" }
}