forked from mitmedialab/CoreID
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 762 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 762 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
28
29
30
31
{
"name": "core-id",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:9000/",
"dependencies": {
"@trust/jose": "^0.3.0",
"@trust/keyto": "^0.3.0",
"@trust/webcrypto": "^0.2.1",
"bitcoin": "^3.0.1",
"crypto": "0.0.3",
"ethereumjs-testrpc": "^3.0.5",
"ethereumjs-tx": "^1.3.1",
"jsonfile": "^3.0.1",
"pouchdb-browser": "^6.2.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"web3": "^0.15.3"
},
"devDependencies": {
"react-scripts": "0.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}