-
Notifications
You must be signed in to change notification settings - Fork 13
/
package-old.json
83 lines (83 loc) · 4.57 KB
/
package-old.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "@uniswap-v1-app/monorepo",
"version": "1.0.0",
"keywords": [
"ethereum",
"react",
"uniswap",
"workspaces",
"yarn"
],
"private": true,
"scripts": {
"react-app:build": "yarn workspace @uniswap-v1-app/react-app build",
"react-app:eject": "yarn workspace @uniswap-v1-app/react-app eject",
"react-app:start": "yarn workspace @uniswap-v1-app/react-app start",
"react-app:test": "yarn workspace @uniswap-v1-app/react-app test",
"build": "yarn workspace @uniswap-v1-app/react-app build",
"copyForUnfurl": "cd packages/react-app && cp build/index.html functions/web/index.html",
"chain": "cd packages/buidler && npx buidler node",
"node": "cd packages/buidler && npx buidler node",
"test": "cd packages/buidler && npx buidler test",
"start": "yarn workspace @uniswap-v1-app/react-app start",
"compile": "cd packages/buidler && npx buidler compile",
"deploy": "cd packages/buidler && npx buidler run scripts/deploy.js && npx buidler run scripts/publish.js ",
"publish": "cd packages/buidler && npx buidler run scripts/publish.js ",
"watch": "cd packages/buidler && node scripts/watch.js",
"accounts": "cd packages/buidler && npx buidler accounts",
"balance": "cd packages/buidler && npx buidler balance",
"send": "cd packages/buidler && npx buidler send",
"server": "cd packages/nifty-art-server && nodemon index",
"gsn-start": "gsn start --workdir packages/react-app/src/gsn --network http://localhost:8546",
"gsn": "gsn start --workdir packages/react-app/src/gsn --network http://localhost:8546",
"ipfs": "cd packages/react-app && node ipfs",
"surge": "surge packages/react-app/build",
"s3": "cd packages/react-app && node s3",
"generate": "cd packages/buidler && npx buidler generate",
"account": "cd packages/buidler && npx buidler account",
"select": "cd packages/buidler && npx buidler select",
"sidechain": "cd packages/buidler && npx buidler node --port 8546",
"localdeploy": "cd packages/buidler && npx buidler run scripts/deploy.js --network sidechain && npx buidler run scripts/deploy.js --network localhost && npx buidler run scripts/publish.js",
"testnetdeploy": "cd packages/buidler && npx buidler run scripts/deploy.js --network kovan && npx buidler run scripts/deploy.js --network rinkeby && npx buidler run scripts/publish.js",
"xdaideploy": "cd packages/buidler && npx buidler run scripts/deploy.js --network kovan && npx buidler run scripts/deploy.js --network xdai && npx buidler run scripts/publish.js",
"mainnetdeploy": "cd packages/buidler && npx buidler run scripts/deploy.js --network xdai && npx buidler run scripts/deploy.js --network mainnet && npx buidler run scripts/publish.js",
"newdeploykovan": "cd packages/buidler && npx buidler run scripts/newdeploy.js --network kovan && npx buidler run scripts/publish.js",
"newdeploysokol": "cd packages/buidler && npx buidler run scripts/newdeploy.js --network sokol && npx buidler run scripts/publish.js",
"deployliker": "cd packages/buidler && npx buidler run scripts/likerdeploy.js --network kovan && npx buidler run scripts/publish.js",
"newdeployxdai": "cd packages/buidler && npx buidler run scripts/newdeploy.js --network xdai",
"newdeploymainnet": "cd packages/buidler && npx buidler run scripts/newdeploy.js --network mainnet",
"analyze": "source-map-explorer 'packages/react-app/build/static/js/*.js'",
"flatten": "cd packages/buidler && npx buidler flatten ",
"setprice": "cd packages/buidler && npx buidler run scripts/setPrice.js --network xdai",
"setregistry": "cd packages/buidler && npx buidler run scripts/setRegistry.js --network xdai",
"sidechaindeploy": "cd packages/buidler && npx buidler run scripts/newdeploy.js --network sidechain && npx buidler run scripts/publish.js",
"deploy-paymaster": "cd packages/buidler && npx buidler run scripts/deploy-paymaster.js --network xdai",
"postinstall": "patch-package"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.3.3",
"@nomiclabs/buidler-ethers": "2.0.0",
"@nomiclabs/buidler-truffle5": "^1.3.3",
"@nomiclabs/buidler-web3": "^1.3.3",
"@opengsn/gsn": "^2.1.0",
"ethers": "^5.0.7",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0"
},
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/@graphprotocol/graph-ts",
"**/@graphprotocol/graph-ts/**"
]
},
"dependencies": {
"ipfs-http-client": "^44.3.0",
"ipfs-only-hash": "^2.0.1",
"is-ipfs": "^1.0.3",
"lodash": "^4.17.19",
"source-map-explorer": "^2.4.2"
}
}