-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.36 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.36 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
{
"name": "conduit",
"type": "module",
"private": true,
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
"scripts": {
"build": "turbo run build --filter=...[.]",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint && cargo fmt --all -- --check || true",
"test": "turbo run test && cargo test --workspace --quiet || true",
"e2e": "turbo run e2e",
"prepare": "husky"
},
"pnpm": {
"overrides": {
"jsondiffpatch": ">=0.7.2",
"undici": "^6.21.0",
"esbuild": "^0.25.0",
"playwright": ">=1.55.1",
"tar": ">=7.5.2"
}
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.35.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^9.35.0",
"globals": "^16.4.0",
"husky": "^9.1.6",
"lint-staged": "^16.1.6",
"prettier": "^3.6.2",
"prettier-plugin-toml": "^2.0.6",
"turbo": "^2.5.8",
"typescript": "^5.6.2",
"typescript-eslint": "^8.44.1",
"zod": "^4.1.12"
},
"dependencies": {
"@radix-ui/react-popover": "^1.1.15",
"posthog-js": "^1.281.0",
"posthog-node": "^5.9.5"
}
}