-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 loc) · 1.69 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
{
"private": true,
"name": "nr-labs-widget-pack",
"description": "Nerdpack template",
"version": "1.49.0",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0",
"eslint-check": "eslint visualizations/",
"eslint-fix": "eslint visualizations/ --fix"
},
"nr1": {
"uuid": "4121275e-901c-4a79-bd6b-d91703012b01",
"nra": "5cafeefc-64fd-4970-ab96-f4bf6e0c159e"
},
"bugs": {
"email": "[email protected]"
},
"dependencies": {
"@ant-design/charts": "^1.4.3",
"@ant-design/plots": "^1.2.6",
"@mantine/hooks": "^6.0.0",
"@react-leaflet/core": "^1.0.2",
"async": "^3.2.6",
"chart.js": "^3.9.1",
"dayjs": "^1.11.9",
"leaflet": "^1.9.4",
"leaflet-color-markers": "^0.1.0",
"leaflet-rotatedmarker": "^0.2.0",
"mapbox-gl": "^2.10.0",
"prop-types": "^15.7.2",
"react-chartjs-2": "^4.3.1",
"react-leaflet": "^3.1.0",
"react-leaflet-marker": "^1.1.4",
"react-map-gl": "^7.0.19",
"recharts": "^2.12.7"
},
"ids": {
"am": "c2fab1ee-57c3-43d6-bc5c-c7343ecaff0c",
"dv2": "deb0e2c6-f366-4140-a509-f851fa579774"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@newrelic/eslint-plugin-newrelic": "^0.3.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"eslint": "^6.8.0",
"prettier": "^1.19.1",
"react": "17.0.2",
"react-dom": "17.0.2"
}
}