-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2 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
{
"name": "merchant-dashboard-react-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/colors": "^4.0.0",
"@antv/g2plot": "^1.0.2",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"all": "0.0.0",
"antd": "^4.0.4",
"axios": "^0.19.2",
"babel-plugin-import": "^1.13.0",
"bizcharts": "^3.5.8",
"chart": "^0.1.2",
"chart.js": "^2.9.3",
"chromedriver": "^81.0.0",
"customize-cra": "^0.9.1",
"data-set": "^4.0.0",
"jquery": "^3.4.1",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"mdbreact": "^4.25.5",
"mocha": "^7.1.2",
"moment": "^2.24.0",
"moment-range": "^4.0.2",
"react": "^16.13.1",
"react-app-rewired": "^2.1.5",
"react-chartjs-2": "^2.9.0",
"react-clock": "^2.4.0",
"react-confirm-alert": "^2.6.1",
"react-dom": "^16.13.1",
"react-infinite-scroller": "^1.2.4",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-table": "^7.0.4",
"react-test-renderer": "^16.13.1",
"react-visibility-sensor": "^5.1.1",
"reqwest": "^2.0.5",
"selenium-webdriver": "^4.0.0-alpha.7",
"sockjs-client": "^1.4.0",
"stompjs": "^2.3.3",
"tachyons": "^4.11.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "set CI=true && react-scripts test",
"test_linux": "CI=true react-scripts test",
"eject": "react-scripts eject",
"testSelenium": "mocha seleniumTest.js --timeout 10000"
},
"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": {
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2"
}
}