-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.62 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 2.62 KB
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
99
100
101
102
103
{
"name": "defistation-web",
"version": "1.2.4",
"private": true,
"dependencies": {
"@ledgerhq/hw-transport-webhid": "^5.23.0",
"@ledgerhq/hw-transport-webusb": "^5.23.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"ansi-html": "0.0.9",
"big.js": "^6.0.0",
"browserslist": "^4.16.5",
"crypto-js": "^4.0.0",
"glob-parent": "^5.1.2",
"immer": "^9.0.6",
"ledger-cosmos-js": "^2.1.7",
"lodash": "^4.17.21",
"minimist": "^1.2.6",
"mobx": "^6.0.1",
"mobx-react": "^6.3.0",
"mobx-react-lite": "^3.0.1",
"normalize-url": "^4.5.1",
"object-path": "^0.11.8",
"path-parse": "^1.0.7",
"postcss": "^8.2.13",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-ellipsis-text": "^1.2.1",
"react-feather": "^2.0.8",
"react-ga": "^3.2.0",
"react-google-charts": "^3.0.15",
"react-responsive": "^8.2.0",
"react-responsive-modal": "^5.1.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-show-more-text": "^1.4.6",
"react-slick": "^0.28.1",
"react-sortablejs": "^6.0.0",
"react-tooltip": "^4.2.14",
"secp256k1": "^4.0.2",
"serialize-javascript": "^3.1.0",
"slick-carousel": "^1.8.1",
"sortablejs": "^1.13.0",
"ssri": "^7.1.1",
"typeface-heebo": "^1.1.13",
"typeface-montserrat": "^1.1.13",
"typeface-roboto": "^1.1.13",
"typeface-rubik": "^1.1.13",
"url-parse": "^1.5.9"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"deploy": "yarn build && firebase deploy -P default"
},
"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/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"core-decorators": "^0.20.0",
"customize-cra": "^1.0.0",
"file-loader": "^6.2.0",
"json-loader": "^0.5.7",
"react-app-rewired": "^2.1.6",
"react-social-icons": "^4.1.0"
},
"babel": {
"presets": [
"react-app"
],
"plugins": [
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
[
"@babel/plugin-proposal-class-properties",
{
"loose": true
}
]
]
}
}