-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
82 lines (82 loc) · 2.15 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
{
"private": true,
"name": "nr1-workload-geoops",
"bugs": {
"email": "opensource+nr1-workload-geoops@newrelic.com"
},
"description": "New Relic One application aligning Workloads and Entities to geographic data (ex. Point of Sale monitoring).",
"version": "1.8.0",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "jest",
"eslint": "eslint nerdlets/",
"eslint-check": "eslint nerdlets/",
"eslint-fix": "eslint nerdlets/ --fix"
},
"dependencies": {
"@babel/polyfill": "^7.11.5",
"@newrelic/nr1-community": "^1.2.0",
"@rjsf/core": "^2.5.1",
"ajv": "^6.12.6",
"date-fns": "^2.19.0",
"graphql": "^14.7.0",
"leaflet": "^1.5.1",
"graphql-tag": "^2.12.1",
"lodash.chunk": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.orderby": "^4.6.0",
"lodash.set": "^4.3.2",
"lodash.some": "^4.6.0",
"lodash.uniq": "^4.5.0",
"prop-types": "^15.6.2",
"react-bootstrap-table-next": "^3.1.7",
"react-bootstrap-table2-toolkit": "^2.1.3",
"react-leaflet": "^2.7.0",
"react-select": "^3.2.0",
"styled-components": "4.4.1",
"uuid": "^3.4.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@newrelic/eslint-plugin-newrelic": "^0.3.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"babel-jest": "^26.3.0",
"babel-plugin-styled-components": "^1.11.1",
"chai": "^4.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.4",
"eslint": "^6.8.0",
"file-loader": "^4.2.0",
"jest": "^26.4.2",
"prettier": "^1.19.1",
"react": "16.6.3",
"react-dom": "16.6.3",
"react-test-renderer": "^16.13.1",
"sinon": "^9.0.3"
},
"jest": {
"moduleDirectories": [
"node_modules",
"nerdlets"
],
"moduleFileExtensions": [
"js",
"json",
"jsx",
"ts",
"tsx",
"node",
"json"
]
},
"browserslist": [
"last 2 versions",
"not ie < 11",
"not dead"
]
}