forked from misterzero/alf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.23 KB
/
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
42
43
44
45
46
47
48
49
50
{
"name": "ArtistsLiberationFront",
"version": "1.0.0",
"description": "ERC-721 Non-Fungible Token for digital art",
"homepage": "https://artistunleashed.app/",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/johnnydollar/johnnydapp.git"
},
"author": "chris@yutopya.io",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^3.3.7",
"fs-extra": "^5.0.0",
"generate-readme": "^0.3.1",
"ipfs-api": "^18.1.1",
"keccak": "^1.4.0",
"openzeppelin-solidity": "^2.0.0",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.8",
"react-scripts": "^2.0.0",
"react-tabs-redux": "^4.0.0",
"sha256": "^0.2.0",
"sha3": "1.2.0",
"solc": "^0.4.25",
"truffle": "^4.1.14",
"truffle-hdwallet-provider": "^0.0.3",
"web3": "^1.0.0-beta.36"
},
"engines": {
"node": "8.11.x",
"npm": "5.6.x"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}