generated from edenia/webapp-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
98 lines (98 loc) · 2.71 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
94
95
96
97
98
{
"name": "evodex",
"homepage": "https://evodex.io",
"description": "A web interface that will provide access to liquidity amongst all exchanges that connect to Evolution DEX",
"author": "EOS Costa Rica",
"license": "MIT",
"version": "0.1.0-beta.6",
"keywords": [
"eos",
"dex",
"defi",
"decentralized",
"exchange",
"token",
"swap"
],
"bugs": {
"url": "https://github.com/eoscostarica/evodex/issues/"
},
"repository": {
"type": "git",
"url": "https://github.com/eoscostarica/evodex.git"
},
"dependencies": {
"@eoscostarica/eoscr-components": "^2.0.2",
"@eoscostarica/eoscr-theme": "^1.0.3",
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.51",
"@reach/router": "^1.3.3",
"axios": "^0.20.0",
"clsx": "^1.1.0",
"eos-common": "^0.8.0",
"eosjs-api": "^7.0.4",
"i18next": "^19.7.0",
"i18next-browser-languagedetector": "^6.0.1",
"lodash.debounce": "^4.0.8",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-ga": "^3.1.2",
"react-helmet": "^6.1.0",
"react-i18next": "^11.7.3",
"react-markdown": "^4.3.1",
"react-number-format": "^4.4.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.3",
"reactour": "^1.18.0",
"ual-anchor": "^1.09",
"ual-ledger": "^0.3.0",
"ual-lynx": "^0.4.0",
"ual-meetone": "^0.1.1",
"ual-metamask": "^1.0.1",
"ual-reactjs-renderer": "^0.3.1",
"ual-scatter": "^0.3.0",
"ual-token-pocket": "^0.3.0"
},
"scripts": {
"start": "PORT=3003 react-app-rewired start",
"build": "react-app-rewired build",
"eject": "react-scripts eject",
"format": "precise-commits --check-only",
"lint": "eslint --ext .jsx,.js src",
"test": "react-app-rewired test"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"husky": {
"hooks": {
"pre-commit": "yarn format && yarn lint"
}
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"babel-plugin-module-resolver": "^4.0.0",
"customize-cra": "^1.0.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.12.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-standard": "^4.0.1",
"husky": "^4.3.0",
"precise-commits": "^1.0.2",
"prettier": "^2.1.2",
"react-app-rewired": "^2.1.6"
}
}