-
-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
223 lines (223 loc) · 6.32 KB
/
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
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
{
"name": "tinybase",
"version": "5.4.4",
"author": "jamesgpearce",
"repository": "github:tinyplex/tinybase",
"license": "MIT",
"homepage": "https://tinybase.org",
"description": "The reactive data store for local-first apps.",
"keywords": [
"tiny",
"local-first",
"reactive",
"state",
"data",
"react"
],
"type": "module",
"browser": {
"fs": false
},
"sideEffects": false,
"peerDependencies": {
"@automerge/automerge-repo": "^1.2.1",
"@cloudflare/workers-types": "^4.20241218.0",
"@electric-sql/pglite": "^0.2.15",
"@libsql/client": "^0.14.0",
"@powersync/common": "^1.22.0",
"@sqlite.org/sqlite-wasm": "^3.47.2-build1",
"@vlcn.io/crsqlite-wasm": "^0.16.0",
"electric-sql": "^0.12.1",
"expo": "^52.0.4",
"expo-sqlite": "^15.0.3",
"partykit": "^0.0.111",
"partysocket": "^1.0.2",
"postgres": "^3.4.5",
"prettier": "^3.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sqlite3": "^5.1.7",
"ws": "^8.18.0",
"yjs": "^13.6.20"
},
"peerDependenciesMeta": {
"@automerge/automerge-repo": {
"optional": true
},
"@cloudflare/workers-types": {
"optional": true
},
"@electric-sql/pglite": {
"optional": true
},
"@libsql/client": {
"optional": true
},
"@powersync/common": {
"optional": true
},
"@sqlite.org/sqlite-wasm": {
"optional": true
},
"@vlcn.io/crsqlite-wasm": {
"optional": true
},
"electric-sql": {
"optional": true
},
"expo": {
"optional": true
},
"expo-sqlite": {
"optional": true
},
"partykit": {
"optional": true
},
"partysocket": {
"optional": true
},
"postgres": {
"optional": true
},
"prettier": {
"optional": true
},
"react": {
"optional": true
},
"react-dom": {
"optional": true
},
"sqlite3": {
"optional": true
},
"ws": {
"optional": true
},
"yjs": {
"optional": true
}
},
"private": true,
"scripts": {
"lintFiles": "gulp lintFiles",
"lintDocs": "gulp lintDocs",
"lint": "gulp lint",
"spell": "gulp spell",
"ts": "gulp ts",
"test": "gulp --series testUnit testPerf",
"preparePackage": "gulp preparePackage",
"compileForTest": "gulp compileForTest",
"compileForProd": "gulp compileForProd",
"compileForProdFast": "gulp compileForProdFast",
"testUnit": "gulp testUnit",
"compileAndTestUnit": "gulp compileAndTestUnit",
"testUnitFast": "gulp testUnitFast",
"compileAndTestUnitFast": "gulp compileAndTestUnitFast",
"testUnitCountAsserts": "gulp testUnitCountAsserts",
"testUnitSaveCoverage": "gulp testUnitSaveCoverage",
"compileAndTestUnitSaveCoverage": "gulp compileAndTestUnitSaveCoverage",
"testPerf": "gulp testPerf",
"compileAndTestPerf": "gulp compileAndTestPerf",
"testE2e": "gulp testE2e",
"testProd": "gulp testProd",
"compileAndTestProd": "gulp compileAndTestProd",
"compileDocsPagesOnly": "gulp compileDocsPagesOnly",
"compileDocsAssetsOnly": "gulp compileDocsAssetsOnly",
"compileDocs": "gulp compileDocs",
"compileForProdAndDocs": "gulp compileForProdAndDocs",
"serveDocs": "gulp serveDocs",
"preCommit": "gulp preCommit",
"prePublishPackage": "gulp prePublishPackage",
"publishPackage": "gulp publishPackage"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.1",
"@automerge/automerge-repo": "^1.2.1",
"@automerge/automerge-repo-network-broadcastchannel": "^1.2.1",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@cloudflare/workers-types": "^4.20241218.0",
"@electric-sql/pglite": "^0.2.15",
"@journeyapps/wa-sqlite": "^0.4.2",
"@libsql/client": "^0.14.0",
"@powersync/common": "^1.22.0",
"@powersync/react": "^1.5.1",
"@prettier/sync": "^0.5.2",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@sqlite.org/sqlite-wasm": "^3.47.2-build1",
"@types/asciichart": "^1.5.8",
"@types/expect-puppeteer": "^5.0.6",
"@types/http-server": "^0.12.4",
"@types/jest": "^29.5.14",
"@types/jest-environment-puppeteer": "^5.0.6",
"@types/less": "^3.0.7",
"@types/node": "^22.10.2",
"@types/puppeteer": "^7.0.4",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/react-test-renderer": "^18.3.0",
"@types/tmp": "^0.2.6",
"@types/ws": "^8.5.13",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@vlcn.io/crsqlite-wasm": "^0.16.0",
"asciichart": "^1.5.25",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.7.0",
"babel-plugin-transform-import-meta": "^2.2.1",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"babel-preset-minify": "^0.5.2",
"buffer-replace": "^1.0.0",
"country-flag-emoji-json": "^2.0.0",
"cspell": "^8.17.1",
"electric-sql": "^0.12.1",
"esbuild": "^0.24.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"expo-sqlite": "15.0.3",
"fake-indexeddb": "^6.0.0",
"gulp": "^5.0.0",
"gulp-gzip": "^1.4.2",
"http-server": "^14.1.1",
"idb": "^8.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-puppeteer": "^10.1.4",
"less": "^4.2.1",
"partykit": "^0.0.111",
"partyserver": "^0.0.57",
"partysocket": "^1.0.3",
"postgres": "^3.4.5",
"prettier": "^3.4.2",
"puppeteer": "^23.11.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^18.3.1",
"rollup": "^4.28.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-preserve-shebang": "^1.0.1",
"rollup-plugin-prettier": "^4.1.1",
"sqlite3": "^5.1.7",
"tinybase": "file:./dist",
"tinydocs": "^0.1.51",
"tmp": "^0.2.3",
"ts-unused-exports": "^11.0.1",
"typescript": "5.7.2",
"wa-sqlite": "github:rhashimoto/wa-sqlite",
"ws": "^8.18.0",
"yjs": "^13.6.20"
}
}