-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 1.89 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
63
64
65
66
67
68
69
70
71
{
"name": "ethereum-delegated-tx-widget",
"version": "1.0.0",
"private": true,
"author": "ZitRo",
"repository": {
"type": "git",
"url": "git+https://github.com/ZitRos/ethereum-delegated-tx-widget.git"
},
"homepage-dreamteam": "https://zitros.github.io/ethereum-delegated-tx-widget",
"homepage": "https://send-token.dreamteam.gg",
"bugs": {
"url": "https://github.com/ZitRos/ethereum-delegated-tx-widget/issues"
},
"keywords": [
"Ethereum",
"delegated",
"transactions",
"pay",
"fee",
"in",
"tokens",
"instead",
"of",
"ether"
],
"dependencies": {
"ethers": "^4.0.33",
"mobx": "^5.13.0",
"mobx-react": "^6.1.3",
"qs": "^6.8.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-input-autosize": "^2.2.1",
"react-scripts": "3.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src",
"lint-fix": "eslint src --fix",
"predeploy": "yarn build",
"deploy": "npm run build && gh-pages -d build",
"deploy-dreamteam": "echo 'Make sure to replace homepage with homepage-dreamteam manually in package.json' && npm run build && printf \"send-token.dreamteam.gg\" > build/CNAME && gh-pages -d build --repo https://github.com/dreamteam-gg/ethereum-delegated-tx-widget.git"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint-config-prettier": "^6.1.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-prettier": "^3.1.0",
"gh-pages": "^2.1.1",
"prettier": "^1.18.2"
}
}