-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.28 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
{
"name": "darqnet-ceremony",
"version": "1.0.0",
"description": "Darqnet :: Ceremony Web Application",
"type": "module",
"targets": {
"myapp": {
"source": "src/index.html",
"distDir": "dist",
"context": "browser",
"outputFormat": "global"
}
},
"scripts": {
"dev": "parcel",
"build": "rm -rf dist && parcel build --public-url /darqnet-ceremony/",
"deploy": "gh-pages -d dist"
},
"alias": {
"vue": "vue/dist/vue.esm-browser.prod.js"
},
"keywords": [],
"license": "ISC",
"devDependencies": {
"@parcel/transformer-vue": "^2.12.0",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"gh-pages": "^6.1.1",
"parcel": "^2.12.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"vm-browserify": "^1.1.2"
},
"dependencies": {
"@ceramicnetwork/http-client": "^1.5.8-rc.0",
"@ceramicnetwork/stream-tile": "^1.5.8-rc.0",
"@fontsource/im-fell-double-pica-sc": "^5.0.8",
"@fontsource/im-fell-dw-pica": "^5.0.8",
"@fontsource/merriweather": "^5.0.12",
"bip39": "^3.0.4",
"dids": "^2.4.0",
"key-did-provider-ed25519": "^1.1.0",
"key-did-resolver": "^1.4.0",
"sss-wasm": "^0.4.0",
"vue": "^3.4.21"
}
}