-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.67 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@convergent/billboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "3.5.1",
"bs58": "4.0.1",
"ipfs-api": "26.1.2",
"react": "^16.6.1",
"react-dom": "^16.6.1",
"react-scripts": "2.1.1",
"recharts": "1.3.6",
"web3": "1.0.0-beta.36"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"ganache": "ganache-cli -p 8777 -i 23 --account=$PK,10000000000000000000000",
"truffle:compile": "truffle compile",
"truffle:deploy:dev": "truffle deploy --network development --reset",
"truffle:deploy:mainnet": "truffle migrate --network mainnet",
"truffle:deploy:rinkeby": "truffle migrate --network rinkeby --reset",
"truffle:build:copy": "cp -R build src/",
"truffle:test": "truffle test"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"description": "A bonding curve linked to an advertisement.",
"main": "index.html",
"devDependencies": {
"@convergent/arc": "0.0.3",
"@material-ui/icons": "^3.0.1",
"@types/d3": "5.0.1",
"d3": "5.7.0",
"data-uri-to-buffer": "2.0.0",
"drizzle": "1.2.4",
"drizzle-react": "1.2.0",
"drizzle-react-components": "1.2.0",
"ganache-cli": "6.1.8",
"react-dropzone": "7.0.1",
"react-toastify": "^4.4.3",
"truffle": "5.0.0-next.15"
},
"repository": {
"type": "git",
"url": "github.com/convergentcx/billboard"
},
"keywords": [
"ethereum"
],
"author": "convergent",
"license": "AGPL-3.0"
}