-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 868 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
{
"name": "blockchain-tutorial",
"version": "0.1.0",
"homepage": "https://aultac.github.io/blockchain-tutorial",
"private": false,
"dependencies": {
"@cerebral/react": "^3.2.2",
"@material-ui/core": "^1.2.0",
"@material-ui/icons": "^1.1.0",
"big-integer": "^1.6.31",
"buffer": "^5.1.0",
"cerebral": "^4.2.2",
"crypto-js": "^3.1.9-1",
"elliptic": "^6.4.0",
"gh-pages": "^1.2.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"numeral": "^2.0.6",
"react": "^16.4.0",
"react-contenteditable": "^2.1.0",
"react-dom": "^16.4.0",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}