-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
108 lines (108 loc) · 3.29 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
{
"name": "lykke-terminal-web",
"version": "1.2.0",
"private": true,
"dependencies": {
"@lykkecity/react-components": "0.9.9",
"@lykkex/lykke.js": "0.4.15",
"@lykkex/subzero": "^0.0.4",
"@lykkex/subzero-wamp": "^0.0.10",
"applicationinsights-js": "^1.0.18",
"autobahn": "git://github.com/crossbario/autobahn-js-built.git#v0.11.2",
"big.js": "^5.0.3",
"canvas": "^2.5.0",
"classnames": "^2.2.6",
"date-fns": "^1.29.0",
"debounce": "^1.2.0",
"detect-browser": "^2.5.1",
"formik": "^0.10.5",
"greenlet": "^1.0.1",
"grid-styled": "^2.0.0-11",
"mobx": "4.4.0",
"mobx-react": "5.2.5",
"mobx-react-devtools": "^6.0.3",
"mobx-react-router": "^4.0.5",
"oidc-client": "^1.5.2",
"polished": "^1.9.0",
"qrcode.react": "^0.8.0",
"rambda": "0.9.8",
"raven-js": "^3.26.4",
"react": "^16.4.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.4.1",
"react-gtm-module": "^2.0.2",
"react-icons": "^3.0.5",
"react-measure": "^2.0.2",
"react-mosaic-component": "^1.0.3",
"react-number-format": "4.0.7",
"react-router-dom": "^4",
"react-tooltip": "^3.4.0",
"sha.js": "^2.4.11",
"styled-components": "^3.3.3",
"url-search-params": "^0.10.0",
"whatwg-fetch": "^2.0.3",
"wretch": "^1.1.1"
},
"publishConfig": {
"@lykkecity:registry": "https://npm.pkg.github.com"
},
"lint-staged": {
"src/**/*.{ts,tsx,js,jsx,json,css,scss}": [
"prettier --write",
"git add"
],
"src/**/*.{ts,tsx}": "tslint --fix"
},
"scripts": {
"precommit": "lint-staged",
"start": "NODE_OPTIONS=--openssl-legacy-provider react-scripts-ts start",
"build": "NODE_OPTIONS=--openssl-legacy-provider react-scripts-ts build",
"test": "NODE_OPTIONS=--openssl-legacy-provider react-scripts-ts test --env=jsdom",
"coverage": "NODE_OPTIONS=--openssl-legacy-provider react-scripts-ts test --env=jsdom --coverage",
"eject": "react-scripts-ts eject",
"lint": "tslint src/**/*.{ts,tsx}"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{ts,tsx}",
"!src/**/styles.ts",
"!src/**/index.tsx"
]
},
"devDependencies": {
"@types/applicationinsights-js": "^1.0.5",
"@types/autobahn": "^0.9.38",
"@types/big.js": "^4.0.3",
"@types/debounce": "^1.0.0",
"@types/enzyme": "^3",
"@types/history": "^4.6.2",
"@types/jest": "^23.3.0",
"@types/jquery": "^3.3.4",
"@types/node": "^8.5.8",
"@types/prop-types": "^15.5.4",
"@types/qrcode.react": "^0.6.3",
"@types/react": "^16",
"@types/react-custom-scrollbars": "^4.0.1",
"@types/react-dnd": "^2.0.34",
"@types/react-dom": "^16",
"@types/react-icons": "^2.2.6",
"@types/react-measure": "^2.0.2",
"@types/react-router-dom": "^4",
"@types/react-select": "^1.1.0",
"@types/react-tooltip": "^3.3.4",
"@types/react-transition-group": "^2.0.11",
"@types/yup": "^0.24.0",
"enzyme": "^3.4.0",
"enzyme-adapter-react-16": "^1.2.0",
"husky": "^0.14.3",
"jest-canvas-mock": "^1.1.0",
"jest-styled-components": "^5.0.1",
"lint-staged": "^6.0.0",
"prettier": "^1.10.2",
"raf": "^3.4.0",
"react-scripts-ts": "^2.16.0",
"tslint-config-prettier": "^1.6.0",
"typescript": "^3",
"typescript-styled-plugin": "^0.2.2"
}
}