-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.88 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
{
"name": "binance-test",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"homepage": "http://js2dx.com/binance",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"bootstrap": "^4.5.0",
"http": "0.0.1-security",
"immutable": "^4.0.0-rc.12",
"jquery": "^3.5.0",
"node-fetch": "^2.6.0",
"react": "16.8.3",
"react-bootstrap-toggle": "^2.3.2",
"react-data-grid": "5.0.1",
"react-dom": "16.8.3",
"react-scripts": "^2.1.8",
"reactstrap": "5.0.0",
"websocket": "^1.0.31"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/plugin-transform-async-to-generator": "^7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@testing-library/react": "^10.0.4",
"babel-jest": "23.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "23.6.0",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jest-transform-css": "^2.0.0",
"ts-jest": "^26.0.0"
},
"scripts": {
"start": "npm run client",
"client": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not ie <= 11",
"not op_mini all"
],
"jest": {
"moduleNameMapper": {
"\\.(css|less|scss|sass)$": "identity-obj-proxy"
}
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react",
"react-app"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}
}