-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
92 lines (92 loc) · 2.66 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
{
"name": "signum-dappository",
"description": "A decentralized application and tool registry using the eco-friendly Signum blockchain and Smart Contracts",
"keywords": [
"blockchain",
"signum",
"dApp",
"dWeb",
"smart contracts",
"web3.0"
],
"engines": {
"node": "16"
},
"author": {
"email": "ohager@signum.network",
"name": "ohager"
},
"license": "MIT",
"repository": {
"type": "github",
"url": "git@github.com:ohager/signum-dappository.git"
},
"version": "2.0.0",
"scripts": {
"dev": "sapper dev -p 3001",
"build": "sapper build --legacy",
"export": "SAPPER_SW_TIMESTAMP=$(date +%s%3N) sapper export --entry \"/ about tutorial register\" ",
"start": "node __sapper__/build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race dev cy:run",
"publish": "now --prod"
},
"dependencies": {
"@braintree/sanitize-url": "^5.0.0",
"@hapi/boom": "^9.1.0",
"@signumjs/contracts": "^1.0.0-rc.30",
"@signumjs/core": "^1.0.0-rc.30",
"@signumjs/crypto": "^1.0.0-rc.30",
"@signumjs/http": "^1.0.0-rc.30",
"@signumjs/util": "^1.0.0-rc.30",
"@signumjs/wallets": "^1.0.0-rc.30",
"axios": "^0.21.4",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"dexie": "^3.0.2",
"form-data": "^3.0.0",
"lodash.debounce": "^4.0.8",
"magic-mapper": "0.0.11",
"multer": "^1.4.5-lts.1",
"polka": "next",
"qrcode": "^1.4.4",
"query-string": "^6.13.1",
"sapper-environment": "^1.0.1",
"sirv": "^1.0.6",
"streamifier": "^0.1.1",
"uuid": "^8.3.1",
"web3.storage": "4.4.0"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/runtime": "^7.11.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-replace": "^2.3.3",
"eslint": "^7.7.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-svelte3": "^2.7.3",
"node-sass": "7.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"prettier-plugin-svelte": "^1.1.0",
"rollup": "^2.26.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svelte": "^5.2.3",
"rollup-plugin-terser": "^7.0.0",
"sapper": "0.28.10",
"svelte": "3.24.1",
"svelte-material-ui": "^1.0.0",
"svelte-share-buttons-component": "^1.2.0",
"vercel": "21.1.0",
"vercel-sapper": "0.43.0"
}
}