-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1001 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
37
38
39
40
41
{
"name": "2018_09_23_zatanna",
"version": "0.1.0",
"private": true,
"homepage": "https://vutsalsinghal.github.io/Zatanna/",
"dependencies": {
"aws-s3": "^1.5.5",
"aws4": "^1.8.0",
"axios": "^0.18.0",
"fs-extra": "^7.0.0",
"merge": "^1.2.1",
"mocha": "^5.2.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.1",
"semantic-ui-css": "^2.4.0",
"semantic-ui-react": "^0.82.5",
"solc": "^0.4.25",
"spark-md5": "^3.0.0",
"truffle-hdwallet-provider": "0.0.6",
"web3": "^1.0.0-beta.31"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"uglify-js": "^2.8.29"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}