-
-
Notifications
You must be signed in to change notification settings - Fork 124
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.53 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.53 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
{
"name": "livestore-workspace",
"private": true,
"workspaces": [
"docs",
"docs/src/content/_assets/code",
"examples/*",
"packages/@livestore/adapter-cloudflare",
"packages/@livestore/adapter-expo",
"packages/@livestore/adapter-node",
"packages/@livestore/adapter-web",
"packages/@livestore/cli",
"packages/@livestore/common",
"packages/@livestore/common-cf",
"packages/@livestore/devtools-expo",
"packages/@livestore/devtools-web-common",
"packages/@livestore/effect-playwright",
"packages/@livestore/framework-toolkit",
"packages/@livestore/graphql",
"packages/@livestore/livestore",
"packages/@livestore/peer-deps",
"packages/@livestore/react",
"packages/@livestore/solid",
"packages/@livestore/sqlite-wasm",
"packages/@livestore/svelte",
"packages/@livestore/sync-cf",
"packages/@livestore/sync-electric",
"packages/@livestore/sync-s2",
"packages/@livestore/utils",
"packages/@livestore/utils-dev",
"packages/@livestore/wa-sqlite",
"packages/@livestore/webmesh",
"packages/@local/astro-tldraw",
"packages/@local/astro-twoslash-code",
"packages/@local/astro-twoslash-code/example",
"packages/@local/shared",
"scripts",
"tests/integration",
"tests/package-common",
"tests/perf",
"tests/perf-eventlog",
"tests/sync-provider",
"tests/wa-sqlite"
],
"packageManager": "pnpm@10.29.2",
"$genie": {
"source": "package.json.genie.ts",
"warning": "DO NOT EDIT - changes will be overwritten"
}
}