forked from reef-chain/console-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.33 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
{
"name": "@polkadot/apps",
"private": true,
"type": "module",
"version": "0.95.1",
"license": "Apache-2.0",
"homepage": ".",
"dependencies": {
"@babel/core": "^7.14.8",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.14.8",
"@polkadot/apps-config": "^0.95.1",
"@polkadot/apps-routing": "^0.95.1",
"@polkadot/dev": "^0.62.57",
"@polkadot/react-api": "^0.95.1",
"@polkadot/react-components": "^0.95.1",
"@polkadot/react-hooks": "^0.95.1",
"@polkadot/react-params": "^0.95.1",
"@polkadot/react-query": "^0.95.1",
"@polkadot/react-signer": "^0.95.1",
"punycode": "^2.1.1",
"query-string": "^7.0.1"
},
"devDependencies": {
"@types/punycode": "^2.1.0",
"babel-loader": "^8.2.2",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^7.0.0",
"crypto-browserify": "^3.12.0",
"css-loader": "^5.2.7",
"empty": "^0.10.1",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.2",
"markdown-loader": "^6.0.0",
"mini-css-extract-plugin": "^1.6.2",
"null-loader": "^4.0.1",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.42.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.0.0-beta.3",
"webpack-merge": "^5.8.0"
}
}