-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.29 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
{
"name": "MyWebstrates",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite dev --port 3333",
"build": "vite build && vite -c vite_sw.config.ts build",
"build-sw": "vite -c vite_sw.config.ts build",
"watch": "concurrently \"vite build --watch\" \"vite -c vite_sw.config.ts build --watch\"",
"test": "vitest"
},
"devDependencies": {
"fake-indexeddb": "^6.2.5",
"jspm": "^3.0.1",
"prettier": "^2.8.8",
"serve": "^14.2.0",
"vite": "^7.3.1",
"vitest": "^4.0.17"
},
"dependencies": {
"@automerge/automerge": "^3.2.2",
"@automerge/automerge-repo": "^2.5.1",
"@automerge/automerge-repo-network-broadcastchannel": "^2.5.1",
"@automerge/automerge-repo-network-messagechannel": "^2.5.1",
"@automerge/automerge-repo-network-websocket": "^2.5.1",
"@automerge/automerge-repo-storage-indexeddb": "^2.5.1",
"@zip.js/zip.js": "^2.7.35",
"concurrently": "^8.2.2",
"diff-match-patch": "^1.0.5",
"es-module-shims": "^1.8.0",
"html5-qrcode": "^2.3.8",
"js-md5": "^0.8.3",
"jsonml-tools": "http://github.com/Webstrates/jsonml-tools.git",
"mime": "^4.0.1",
"parse5": "^7.1.2",
"setimmediate": "^1.0.5",
"verbal-expressions": "^1.0.2",
"vite-plugin-replace": "^0.1.1"
},
"overrides": {
"@automerge/automerge": "$@automerge/automerge",
"vite": "$vite"
}
}