-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
71 lines (71 loc) · 1.84 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
{
"name": "@aws-samples/amazon-timestream-simple-visualizer",
"version": "0.1.0",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/client-sts": "^3.348.0",
"@aws-sdk/client-timestream-query": "^3.348.0",
"@aws-sdk/client-timestream-write": "^3.348.0",
"@monaco-editor/react": "^4.4.6",
"aws-northstar": "^1.3.20",
"echarts": "^5.4.0",
"echarts-for-react": "^3.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.4",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"cacache": "^15.3.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^7.0.4",
"is-svg": "^4.4.0",
"npm-force-resolutions": "0.0.10",
"prettier": "^2.7.1",
"prop-types": "^15.8.1",
"react-app-rewired": "^2.2.1",
"react-scripts": "^5.0.1"
},
"resolutions": {
"d3-color": ">=3.1.0",
"fast-xml-parser": ">=4.2.4",
"glob-parent": ">=5.1.2",
"immer": ">=9.0.6",
"json5": ">=1.0.2",
"nth-check": ">=2.0.1",
"set-value": ">=4.0.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}