-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.5 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
{
"name": "solarpunk-utopia-platform",
"version": "0.1.0",
"description": "Infrastructure for building post-scarcity communities based on mutual aid, gift economy, and resource sharing",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"matrix-monitor": "tsx scripts/matrix-feature-monitor.ts"
},
"dependencies": {
"@automerge/automerge": "^3.2.1",
"@automerge/automerge-repo": "^1.2.1",
"@automerge/automerge-repo-network-broadcastchannel": "^1.2.1",
"@automerge/automerge-repo-storage-indexeddb": "^1.2.1",
"@fission-ai/openspec": "^0.18.0",
"@noble/curves": "^2.0.1",
"@noble/ed25519": "^3.0.0",
"@noble/hashes": "^2.0.1",
"@scure/bip39": "^2.0.1",
"did-resolver": "^4.1.0",
"idb": "^8.0.3",
"matrix-js-sdk": "^40.0.0-rc.0",
"tweetnacl": "^1.0.3",
"tweetnacl-sealedbox-js": "^1.2.0",
"tweetnacl-util": "^0.15.1",
"uuid": "^11.0.4"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@types/node": "^25.0.3",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"eslint": "^9.21.0",
"fake-indexeddb": "^6.2.5",
"happy-dom": "^20.1.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^3.1.0",
"workbox-window": "^7.3.0"
}
}