-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 985 Bytes
/
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
{
"bugs": "https://github.com/polkadot-js/apps/issues",
"homepage": "https://github.com/polkadot-js/apps/tree/master/packages/apps-electron#readme",
"license": "Apache-2.0",
"name": "@polkadot/apps-electron",
"private": true,
"repository": {
"directory": "packages/apps-electron",
"type": "git",
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": false,
"version": "0.112.2-14",
"dependencies": {
"@babel/core": "^7.17.9",
"@babel/polyfill": "^7.12.1",
"@polkadot/dev": "^0.66.3",
"@polkadot/react-components": "^0.112.2-14",
"electron-log": "^4.4.6",
"electron-updater": "^4.6.5"
},
"devDependencies": {
"@types/react-dom": "^17.0.14",
"@types/tmp": "^0.2.3",
"babel-loader": "^8.2.4",
"copy-webpack-plugin": "^10.2.4",
"html-webpack-plugin": "^5.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"thread-loader": "^3.0.4",
"tmp": "^0.2.1",
"webpack": "^5.72.0"
}
}