-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.dapp.json
59 lines (59 loc) · 1.73 KB
/
package.dapp.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
{
"name": "template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "ts-node --project ./node.tsconfig.json scripts/index.ts",
"dev": "next dev",
"build": "next build",
"export": "next export && touch ./out/.nojekyll",
"start": "next start",
"deploy:app": "npx gh-pages -d ./out -t true",
"deploy": "npm run build && npm run export && npm run deploy:app"
},
"keywords": [],
"author": "eltneg <[email protected]> (https://eltneg.prjct.dev/)",
"license": "MIT",
"dependencies": {
"@opengsn/gsn": "2.1.0",
"ethers": "5.1.0",
"web3": "1.3.5",
"web3-providers-http": "1.3.5",
"@openzeppelin/contracts": "3.3.0",
"@uniswap/sdk": "3.0.3",
"bnc-onboard": "1.19.1",
"next": "10.0.6",
"qrcode.react": "1.0.1",
"react": "17.0.1",
"react-copy-to-clipboard": "5.0.3",
"react-dom": "17.0.1",
"truffle-hdwallet-provider": "1.0.17"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sftwr-prjct-dev/oneclick.git"
},
"bugs": {
"url": "https://github.com/sftwr-prjct-dev/oneclick/issues"
},
"homepage": "https://github.com/sftwr-prjct-dev/oneclick#readme",
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"gh-pages": "3.1.0",
"jest": "^26.6.0",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"sol-merger": "3.1.0",
"tailwindcss": "^1.9.5",
"ts-jest": "^26.4.1",
"ts-node": "9.1.1",
"typescript": "^4.0.3"
}
}