-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
100 lines (100 loc) · 2.91 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
{
"name": "mip-portal-frontend",
"version": "5.1.11",
"private": true,
"dependencies": {
"@bugsnag/js": "^6.4.0",
"@bugsnag/plugin-react": "^6.4.0",
"@types/js-base64": "^2.3.1",
"bootstrap": "3.4.1",
"d3": "^5.11.0",
"dotenv": "^8.1.0",
"highcharts": "^7.2.0",
"highcharts-react-official": "^2.2.2",
"history": "^4.10.1",
"jQuery-QueryBuilder": "^2.5.2",
"js-base64": "^2.5.1",
"numbro": "^2.1.2",
"plotly.js": "^1.49.4",
"primeicons": "^2.0.0",
"primereact": "^3.1.9",
"query-string": "^6.8.3",
"react": "^16.11.0",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.11.0",
"react-ga": "^2.6.0",
"react-icons": "^3.7.0",
"react-plotly.js": "^2.3.0",
"react-router-dom": "^5.1.2",
"react-select": "^3.0.8",
"react-spinners": "^0.6.1",
"react-wysiwyg-typescript": "^1.0.2",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"string-hash": "^1.1.3",
"styled-components": "^4.3.2",
"unstated": "^2.1.1",
"unstated-debug": "^0.3.2"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"watch": "react-scripts start",
"build": "react-scripts --max_old_space_size=5048 build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint:fix": "eslint './src/**/*.{ts,tsx}' --fix"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint:fix",
"pre-push": "yarn lint:fix"
}
},
"devDependencies": {
"@types/d3": "^5.7.2",
"@types/dotenv": "^6.1.1",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/highcharts": "^5.0.44",
"@types/jest": "^24.0.18",
"@types/jquery": "^3.3.31",
"@types/moment": "^2.13.0",
"@types/node": "^12.7.4",
"@types/numeral": "^0.0.26",
"@types/query-string": "^6.3.0",
"@types/react": "^16.9.10",
"@types/react-bootstrap": "^0.32.19",
"@types/react-dom": "^16.9.2",
"@types/react-icons": "^3.0.0",
"@types/react-router-dom": "^5.1.0",
"@types/react-select": "^3.0.5",
"@types/react-test-renderer": "^16.9.0",
"@types/request": "^2.48.2",
"@types/request-promise-native": "^1.0.16",
"@types/string-hash": "^1.1.1",
"@types/styled-components": "^4.1.18",
"@typescript-eslint/eslint-plugin": "^2.1.0",
"@typescript-eslint/parser": "^2.1.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.2.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"husky": "^3.0.5",
"jest-canvas-mock": "^2.1.1",
"prettier": "^1.18.2",
"react-scripts": "^3.2.0",
"react-test-renderer": "^16.9.0",
"source-map-explorer": "^2.0.1",
"typescript": "^3.6.2"
},
"jest": {},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}