-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (36 loc) · 1015 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
35
36
{
"name": "webwallet",
"version": "1.1.0",
"description": "Free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely.",
"main": "index.js",
"dependencies": {
"@material-ui/core": "^3.0.2",
"@material-ui/icons": "^3.0.1",
"@navjobs/upload": "^3.1.3",
"express": "^4.16.3",
"halogen": "^0.2.0",
"next": "^6.1.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-input-range": "^1.3.0",
"react-swipeable-views": "^0.12.17"
},
"devDependencies": {},
"scripts": {
"dev": "next -p 12300",
"build": "next build",
"start": "next start",
"export": "next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/truechain/webwallet.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/truechain/webwallet/issues"
},
"homepage": "https://github.com/truechain/webwallet#readme"
}