-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.46 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
{
"name": "distributed.lu",
"version": "1.0.0",
"private": true,
"dependencies": {
"@react-leaflet/core": "^1.1.1",
"@trendmicro/react-sidenav": "^0.5.0",
"chart.js": "^2.9.4",
"chartjs-chart-treemap": "^0.2.3",
"dompurify": "^2.2.6",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"react": "^16.14.0",
"react-big-calendar": "^0.33.2",
"react-bootstrap": "^1.5.1",
"react-chartjs-2": "^2.11.1",
"react-collapsible": "^2.8.3",
"react-cookie": "^4.0.3",
"react-country-region-selector": "^3.0.1",
"react-d3-tree": "^2.0.1",
"react-dom": "^16.3.1",
"react-graph-vis": "^1.0.7",
"react-grid-layout": "^1.2.0",
"react-leaflet": "^3.2.2",
"react-notifications": "^1.6.0",
"react-router-dom": "^5.2.0",
"react-select": "^3.1.0",
"react-table": "^7.6.1",
"react-vis-network-graph": "^3.0.1",
"reactjs-popup": "^1.5.0"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint . --ext .js --ext .jsx",
"lint-fix": "eslint --fix --ext .js --ext .jsx src"
},
"devDependencies": {
"eslint-config-airbnb-base": "^14.2.1",
"react-scripts": "4.0.0",
"source-map-explorer": "^1.6.0"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}