forked from siman/polkadot-apps
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "@polkadot/apps",
"private": true,
"version": "0.42.0-beta.8",
"description": "An Apps portal into the Polkadot network",
"main": "index.js",
"homepage": ".",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <[email protected]>",
"maintainers": [
"Jaco Greeff <[email protected]>"
],
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/polyfill": "^7.8.7",
"@babel/runtime": "^7.9.2",
"@polkadot/dev": "^0.52.11",
"@polkadot/react-components": "0.42.0-beta.8",
"@polkadot/react-signer": "0.42.0-beta.8",
"query-string": "^6.12.1"
},
"devDependencies": {
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.2",
"empty": "^0.10.1",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.2.0",
"markdown-loader": "^5.1.0",
"mini-css-extract-plugin": "^0.9.0",
"source-map-explorer": "^2.4.2",
"style-loader": "^1.1.4",
"thread-loader": "^2.1.3",
"url-loader": "^4.1.0"
}
}