-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.59 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
{
"name": "rtif-viewer",
"version": "0.1.0",
"private": true,
"homepage": "/rtif-viewer",
"dependencies": {
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^34.2.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"csv-loader": "^3.0.3",
"cytoscape": "^3.19.0",
"cytoscape-dagre": "^2.3.2",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"luxon": "^1.27.0",
"moment": "^2.29.1",
"plotly.js": "^1.58.4",
"proj4": "^2.7.5",
"promise-file-reader": "^1.0.3",
"react": "^17.0.2",
"react-app-polyfill": "^2.0.0",
"react-cytoscapejs": "^1.2.1",
"react-dom": "^17.0.2",
"react-leaflet": "^3.2.0",
"react-plotly.js": "^2.5.1",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"sass": "^1.49.9",
"source-map-explorer": "^2.5.2",
"splice-string": "^3.0.0",
"toposort": "^2.0.2",
"web-vitals": "^2.0.1"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts 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"
]
},
"devDependencies": {
"prettier": "2.4.1"
}
}