-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.96 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
{
"name": "distributed-sky-frontend-app",
"version": "1.0.0",
"dependencies": {
"@encointer/util": "^0.1.0",
"@encointer/worker-api": "^0.1.0",
"@mapbox/node-pre-gyp": "^1.0.0",
"@polkadot/api": "^3.9.3",
"@polkadot/extension-dapp": "^0.37.2",
"@polkadot/types": "^3.9.3",
"@polkadot/util": "^6.4.1",
"@polkadot/util-crypto": "^6.4.1",
"assert": "^2.0.0",
"babel-eslint": "^10.1.0",
"buffer": "^5.7.1",
"crypto-browserify": "^3.12.0",
"css-loader": "^5.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.1",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"ipfs-http-client": "^49.0.2",
"it-to-buffer": "^2.0.0",
"leaflet": "^1.7.1",
"leaflet-auto-graticule": "1.0.9",
"leaflet-draw": "^1.0.4",
"mini-css-extract-plugin": "^1.3.9",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"stream-browserify": "^3.0.0",
"style-loader": "^2.0.0",
"util": "^0.12.3",
"wasm_indexes": "file:packages/wasm-indexes-pkg",
"webpack": "^5.26.0"
},
"scripts": {
"build": "webpack --config ./webpack.config.js",
"lint": "eslint --debug --ext .js src/",
"start": "webpack-dev-server",
"generate:defs": "ts-node --skip-project node_modules/.bin/polkadot-types-from-defs --package @encointer/types/interfaces --input ./src/interfaces",
"generate:meta": "ts-node --skip-project node_modules/.bin/polkadot-types-from-chain --package sample-polkadotjs-typegen/interfaces --endpoint ./dsky.json --output ./src/interfaces",
"typeLint": "tsc --noEmit --pretty"
},
"devDependencies": {
"@polkadot/typegen": "^3.9.3",
"eslint": "^7.25.0",
"eslint-config-google": "^0.14.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.1.5"
}
}