-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.72 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
93
{
"name": "demo-simple",
"private": false,
"version": "0.0.2",
"contributors": [
{
"name": "Guillem Cordoba",
"email": "[email protected]",
"url": "https://github.com/guillemcordoba"
},
{
"name": "Pepo Ospina",
"email": "[email protected]",
"url": "https://github.com/pepoospina"
}
],
"license": "BOOS-FL",
"repository": {
"type": "git",
"url": "https://github.com/uprtcl/js-uprtcl-modules/"
},
"scripts": {
"update-uprtcl": "ncu -u \"/^@uprtcl.*$/\"",
"start": "webpack-dev-server --mode development",
"dev": "webpack-dev-server --mode development",
"build": "rm -rf dist && webpack --config webpack.config.js"
},
"dependencies": {
"@uprtcl/evees": "0.1.4",
"@uprtcl/common-ui": "0.1.2",
"@uprtcl/wikis": "0.1.5",
"@uprtcl/documents": "0.1.5",
"@uprtcl/evees-reader": "0.1.4",
"@uprtcl/cortex": "0.1.3",
"@uprtcl/graphql": "0.1.2",
"@uprtcl/lenses": "0.1.3",
"@uprtcl/micro-orchestrator": "0.1.2",
"@uprtcl/multiplatform": "0.1.3",
"@uprtcl/evees-blockchain": "0.1.4",
"@uprtcl/evees-ethereum": "0.1.4",
"@uprtcl/evees-http": "0.1.5",
"@uprtcl/evees-local": "0.1.4",
"@uprtcl/evees-orbitdb": "0.1.4",
"@uprtcl/evees-polkadot": "0.1.4",
"@uprtcl/ethereum-provider": "0.1.3",
"@uprtcl/http-provider": "0.1.5",
"@uprtcl/ipfs-provider": "0.1.3",
"@uprtcl/orbitdb-provider": "0.1.3",
"@webcomponents/webcomponentsjs": "^2.0.0",
"apollo-boost": "^0.4.7",
"ethers": "^5.0.9",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.1",
"graphql-tools": "^5.0.0",
"ipfs": "^0.50.2",
"lit-element": "^2.3.0",
"pwa-helpers": "^0.9.0",
"redux": "^4.0.0",
"reselect": "^4.0.0",
"secp256k1": "^3.8.0",
"webpack": "^4.42.1"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@polymer/test-fixture": "^4.0.2",
"axe-core": "^3.0.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^4.1.2",
"compression-webpack-plugin": "^3.1.0",
"copy-webpack-plugin": "^4.6.0",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-rename": "^1.3.0",
"gulp-replace": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"istanbul-instrumenter-loader": "^3.0.1",
"mocha": "^5.2.0",
"pixelmatch": "^4.0.2",
"polyserve": "^0.27.0",
"prpl-server": "^1.4.0",
"typescript": "^3.8.3",
"webpack": "^4.10.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.4",
"npm-check-updates": "^10.2.1"
},
"gitHead": "4a694f4b932472046283ecedcd65de631ab08813"
}