-
Notifications
You must be signed in to change notification settings - Fork 281
/
package.json
156 lines (156 loc) · 5.06 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "@openware/base-app",
"version": "2.6.0",
"private": true,
"dependencies": {
"@capacitor/android": "2.4.1",
"@capacitor/cli": "^2.4.2",
"@capacitor/core": "^2.4.1",
"@capacitor/ios": "2.4.1",
"@ethersproject/providers": "^5.0.13",
"@formatjs/intl-pluralrules": "^3.2.5",
"@formatjs/intl-relativetimeformat": "^7.0.0",
"@ionic/cli": "^6.11.11",
"@openware/cryptofont": "2.3.0",
"@sentry/browser": "^5.17.0",
"@types/compression-webpack-plugin": "^2.0.1",
"@types/react-select": "^3.1.2",
"@types/ws": "^6.0.4",
"@web3-react/core": "^6.1.1",
"@web3-react/injected-connector": "^6.0.7",
"axios": "^0.21.1",
"bitcoincashjs": "0.1.10",
"bootstrap": "^4.3.1",
"compression-webpack-plugin": "^3.0.1",
"history": "^4.7.2",
"http-signature": "^1.3.5",
"i18n-iso-countries": "^3.7.8",
"immutability-helper": "^3.0.0",
"javascript-obfuscator": "^2.6.1",
"js-yaml": "^3.12.0",
"moment": "^2.23.0",
"moment-timezone": "^0.5.23",
"postcss": "^7.0.23",
"postcss-cli": "^6.1.3",
"postcss-loader": "^3.0.0",
"qrcode.react": "^1.0.0",
"react": "16.10",
"react-bootstrap": "^1.0.0-beta.16",
"react-color": "^2.18.0",
"react-date-picker": "^7.0.0",
"react-dom": "^16.6.3",
"react-fade-in": "^0.1.6",
"react-ga": "^2.6.0",
"react-google-recaptcha": "^1.0.4",
"react-grid-layout": "^0.18.3",
"react-intl": "^3.12.1",
"react-maskinput": "^1.0.1",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "7.1.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.3",
"react-scroll": "^1.8.1",
"react-select": "^3.2.0",
"recharts": "^1.8.5",
"redux": "^4.0.1",
"redux-saga": "^1.1.3",
"redux-sentry-middleware": "^0.1.8",
"sinon": "^7.2.3",
"stylelint": "^13.2.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.0.0",
"tslint": "^5.13.1",
"ua-parser-js": "^0.7.19",
"ws": "^7.2.0"
},
"scripts": {
"build:css": "postcss src/index.pcss -o src/index.css",
"watch:css": "postcss src/index.pcss -o src/index.css -w",
"lint": "yarn style:lint && tsc --noEmit && tslint --project .",
"lint:fix": "tslint --project . --fix",
"style:lint": "npx stylelint '**/*.pcss'",
"mockAPI": "node mocks/mockAPI.js",
"mockWS": "node mocks/mockWS.js",
"start": "npm-run-all -p watch:css start-js",
"start-mock": "npm-run-all -p watch:css start-js mockAPI mockWS",
"start-js": "react-scripts start",
"build-js": "react-app-rewired build --scripts-version react-scripts build",
"build": "npm-run-all build:css build-js clean:mapfiles",
"clean:mapfiles": "find build -name '*.map' -exec rm {} ';'",
"test": "react-scripts test",
"test:coverage": "react-scripts test --collectCoverage=true",
"test:ci": "react-scripts test --ci",
"spec:integration": "cypress open",
"eject": "react-scripts eject",
"clean": "rimraf build",
"analyze": "source-map-explorer build/static/js/main.*"
},
"devDependencies": {
"@openware/coding-standards": "2.3.0",
"@types/axios": "^0.14.0",
"@types/classnames": "^2.2.6",
"@types/enzyme": "^3.1.13",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/history": "^4.7.0",
"@types/jest": "^23.3.1",
"@types/jquery": "^3.3.6",
"@types/node": "^10.9.4",
"@types/react": "^16.9.14",
"@types/react-dom": "^16.9.4",
"@types/react-hot-loader": "^4.1.0",
"@types/react-redux": "7.1.9",
"@types/react-router": "^5.1.3",
"@types/react-router-dom": "^5.1.3",
"@types/react-test-renderer": "^16.0.2",
"@types/webpack-env": "^1.13.6",
"autoprefixer": "^9.1.1",
"axios-mock-adapter": "^1.16.0",
"babel-jest": "24.9.0",
"chalk": "^2.4.1",
"classnames": "^2.2.6",
"colors": "1.3.2",
"cryptocurrency-icons": "^0.16.1",
"cssnano": "^4.0.5",
"cypress": "^3.1.5",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.10.0",
"enzyme-to-json": "^3.3.4",
"file-loader": "^1.1.11",
"header-case-normalizer": "1.0.3",
"husky": "^1.0.0-rc.13",
"isomorphic-ws": "^4.0.1",
"jest": "24.9.0",
"js-combinatorics": "0.5.0",
"npm-run-all": "^4.1.5",
"postcss-autoreset": "^2.0.2",
"postcss-hexrgba": "^1.0.1",
"postcss-import": "^12.0.0",
"postcss-nested": "^3.0.0",
"prettier": "1.9.0",
"ramda": "^0.26.1",
"react-app-rewired": "^2.1.5",
"react-hot-loader": "^4.3.4",
"react-test-renderer": "^16.4.2",
"redux-mock-store": "^1.5.3",
"rimraf": "^2.6.2",
"source-map-explorer": "^1.7.0",
"ts-jest": "^23.1.3",
"ts-node": "^7.0.1",
"tslint-plugin-prettier": "^2.3.0",
"typescript": "3.8.2",
"webpack": "4.42.0",
"webpack-obfuscator": "^2.3.0"
},
"husky": {
"hooks": {
"commit-msg": "./scripts/validate_commit.js $HUSKY_GIT_PARAMS && (cd \"./$GIT_PREFIX\"; yarn lint)",
"pre-push": "yarn lint && CI=true yarn test --no-watch"
}
},
"browserslist": [
">0.2%",
"not ie <= 11",
"not op_mini all"
]
}