forked from polkadot-js/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 707 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 707 Bytes
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
{
"name": "@polkadot/apps-electron",
"main": "index.js",
"private": true,
"version": "0.61.0-beta.17",
"dependencies": {
"@babel/core": "^7.11.6",
"@babel/polyfill": "^7.11.5",
"@polkadot/dev": "^0.55.55",
"@polkadot/react-components": "0.61.0-beta.17",
"electron-log": "^4.2.4",
"electron-updater": "^4.3.5"
},
"devDependencies": {
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/tmp": "^0.2.0",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^6.1.1",
"html-webpack-plugin": "^4.5.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"thread-loader": "^3.0.0",
"tmp": "^0.2.1",
"webpack": "^4.44.2"
}
}