-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
93 lines (93 loc) · 2.74 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "gnuswap",
"version": "0.2.1",
"private": true,
"dependencies": {
"@connext/nxtp-sdk": "latest",
"@connext/nxtp-utils": "latest",
"@ethersproject/providers": "^5.5.3",
"@gnosis.pm/safe-apps-provider": "latest",
"@gnosis.pm/safe-apps-react-sdk": "latest",
"@gnosis.pm/safe-core-sdk": "^2.0.0",
"@gnosis.pm/safe-react-components": "latest",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.1.3",
"@types/jest": "^26.0.10",
"@types/node": "^14.6.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.2",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@web3-onboard/core": "^2.1.0",
"@web3-onboard/gnosis": "^2.0.1",
"@web3-onboard/injected-wallets": "^2.0.2",
"antd": "^4.16.9",
"axios": "^0.21.1",
"ethers": "latest",
"isomorphic-fetch": "^3.0.0",
"pino": "^6.13.0",
"react": "^17.0.2",
"react-app-rewired": "^2.1.8",
"react-dom": "^17.0.2",
"react-hook-form": "^7.18.0",
"react-redux": "^7.2.8",
"react-scripts": "4.0.2",
"rebuild": "^0.1.2",
"rimraf": "^3.0.2",
"styled-components": "^5.1.1",
"swr": "^1.0.0",
"typescript": "~4.1.3",
"web3": "^1.6.1",
"web3-react": "^5.0.5"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"check-types": "tsc --pretty --noEmit",
"check-format": "prettier --check ./src",
"check-lint": "eslint ./src --ext ts --ext tsx --ext js",
"format": "prettier --write ./src",
"test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
"prepare": "husky install"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"homepage": "http://./",
"description": "![GNUSwap Logo](https://i.imgur.com/oaH610z.png)",
"main": "config-overrides.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Aman-zishan/gnuswap.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Aman-zishan/gnuswap/issues"
},
"devDependencies": {
"eslint": "^7.11.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1",
"husky": "^7.0.0",
"prettier": "^2.1.1",
"pretty-quick": "^3.1.0"
}
}