forked from polkadot-js/apps
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
58 lines (58 loc) · 1.68 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
{
"author": "Jaco Greeff <[email protected]>",
"bugs": "https://github.com/cennznet/ui/issues",
"contributors": [],
"description": "An Apps portal into the Polkadot network",
"homepage": "https://github.com/cennznet/ui/tree/master/packages/apps#readme",
"license": "Apache-2.0",
"maintainers": [
"Jaco Greeff <[email protected]>"
],
"name": "@polkadot/apps",
"private": true,
"repository": {
"directory": "packages/apps",
"type": "git",
"url": "https://github.com/cennznet/ui.git"
},
"sideEffects": true,
"type": "module",
"version": "0.40.0-beta.45",
"main": "index.js",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.17.0",
"@polkadot/react-components": "0.40.0-beta.45",
"@polkadot/react-signer": "0.40.0-beta.45",
"@polkadot/ui-assets": "^0.52.0-beta.2",
"query-string": "^6.10.1"
},
"devDependencies": {
"@types/punycode": "^2.1.0",
"assert": "^2.0.0",
"babel-loader": "^8.2.3",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^10.2.4",
"crypto-browserify": "^3.12.0",
"css-loader": "^5.2.7",
"empty": "^0.10.1",
"file-loader": "^6.2.0",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^4.5.2",
"https-browserify": "^1.0.0",
"markdown-loader": "^6.0.0",
"mini-css-extract-plugin": "^1.6.2",
"null-loader": "^4.0.1",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react-i18next": "^11.15.4",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url-loader": "^4.1.1",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0"
}
}