-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.17 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
{
"name": "blockfoundation-manifesto",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"build.schemas":"bash ./makeSchemas.sh",
"build.site": "npm run build.schemas && webpack",
"build.tsc": "tsc -m commonjs",
"networkTest": "npm run build.tsc && node built/networkTest.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": {
"name": "Willem Wyndham"
},
"license": "Apache-2.0",
"dependencies": {
"@types/filesystem": "0.0.33",
"@types/ipfs": "git+https://github.com/survirtual/types-ipfs.git",
"@types/node": "^20.8.9",
"@types/orbit-db": "git+https://github.com/willemneal/types-orbit-db.git",
"@zxing/library": "^0.20.0",
"file-loader": "^6.2.0",
"http-vue-loader": "^1.4.2",
// "ipfs": "^0.29.3", > helia
"ipfs-mfs": "git+https://github.com/OpenSourceDemocracy/js-ipfs-mfs.git",
"ipfs-pubsub-room": "^3.0.0",
"libp2p": "^0.46.16",
"orbit-db": "^0.29.0",
"orbit-db-keystore": "git+https://github.com/OpenSourceDemocracy/orbit-db-keystore.git",
"style-loader": "~0.23.1",
"stylescape": "^0.0.11",
"url-loader": "^1.0.1",
"v-treeview": "^0.2.1",
"vue-compile-typescript": "0.0.1",
"vue-style-loader": "^4.1.1",
"vueify": "^9.4.1",
"vuetify": "^3.3.23",
"vuex-class": "^0.3.1",
"vuex-router-sync": "^5.0.0",
"vuex-typex": "^3.0.1"
},
"devDependencies": {
"@mdi/font": "^7.3.67",
"bs58": "^5.0.0",
"chai": "^4.3.10",
"css-loader": "~0.28.11",
"html-webpack-plugin": "^2.29.0",
"interface-datastore": "^8.2.5",
"ipfs-postmsg-proxy": "^3.0.0",
"maketypes": "^1.1.2",
"material-design-icons-iconfont": "^6.7.0",
"serviceworkers-ware": "^0.3.2",
"stylus": "^0.60.0",
"stylus-loader": "~3.0.2",
"ts-loader": "^9.2.1",
"ts-vue-loader": "^1.0.1",
"typescript": "^5.2.2",
"vue": "^2.5.16",
"vue-class-component": "^7.2.6",
"vue-loader": "^16.3.1",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.5.16",
"vuex": "^3.0.1",
"webpack": "^3.12.0",
"worker-loader": "^2.0.0"
}
}