-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.84 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.84 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
{
"name": "finportal-react",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"lint": "./node_modules/.bin/eslint ./src --ext .tsx,.ts; exit 0",
"lint-fix": "./node_modules/.bin/eslint --fix ./src --ext .tsx,.ts; exit 0"
},
"dependencies": {
"@apollo/client": "^3.1.3",
"@nivo/bar": "^0.62.0",
"@nivo/line": "^0.62.0",
"@nivo/pie": "^0.62.0",
"@popperjs/core": "^2.9.2",
"@sentry/browser": "^5.27.2",
"@sentry/react": "^5.29.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/chart.js": "^2.9.32",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-datepicker": "^4.1.1",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^5.1.5",
"@types/react-scroll-sync": "^0.8.1",
"@types/react-select": "^3.0.19",
"@types/recompose": "^0.30.7",
"@types/scroll-into-view": "^1.13.0",
"apollo-boost": "^0.4.9",
"chart.js": "^3.3.2",
"classnames": "^2.3.1",
"d3": "^5.16.0",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"graphql": "^15.3.0",
"html-to-draftjs": "^1.5.0",
"node-sass": "^4.14.1",
"rc-datepicker": "^5.0.16",
"react": "^16.13.1",
"react-apollo": "^3.1.5",
"react-app-rewire-alias": "^1.0.3",
"react-app-rewired": "^2.1.8",
"react-collapsible": "^2.8.3",
"react-d3-speedometer": "^1.0.1",
"react-data-grid": "^7.0.0-canary.47",
"react-datasheet": "^1.4.9",
"react-datepicker": "^4.1.1",
"react-dom": "^16.13.1",
"react-draft-wysiwyg": "^1.14.5",
"react-popper": "^2.2.5",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-scroll-sync": "^0.9.0",
"react-select": "^3.1.0",
"react-toastify": "^6.0.9",
"reactjs-popup": "^2.0.3",
"recompose": "^0.30.0",
"scroll-into-view": "^1.16.0",
"shave": "^2.5.10",
"typescript": "3.8"
},
"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"
]
},
"homepage": "",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-sonarjs": "^0.8.0-125",
"http-proxy-middleware": "^1.1.0",
"prettier": "^2.1.2",
"react-app-rewire-alias": "^1.0.3",
"react-app-rewired": "^2.1.8"
}
}