-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
55 lines (55 loc) · 1.5 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
{
"private": true,
"name": "nr1-metrics-aggregator",
"description": "New Relic One Events to Metrics application",
"author": "Jake Neal <jneal@newrelic.com>",
"contributors": [
"Melinda Campbell <melindacampbell@newrelic.com>",
"Joel Worral <jworral@newrelic.com>",
"Peter Simkins <psimkins@newrelic.com>",
"Ward Cunningham <ward@newrelic.com>"
],
"version": "0.13.2",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0",
"eslint-check": "eslint nerdlets/ ",
"eslint-fix": "eslint nerdlets/ --fix"
},
"dependencies": {
"@newrelic/nr1-community": "^1.2.0",
"n": "^7.5.0",
"prop-types": "^15.8.1",
"react-circular-progressbar": "^2.0.4",
"react-copy-to-clipboard": "^5.0.4",
"react-select-search": "^0.10.2",
"react-toggle-switch": "^3.0.4"
},
"devDependencies": {
"@newrelic/eslint-plugin-newrelic": "^0.3.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.1",
"eslint": "^6.8.0",
"react": "16.10.1",
"react-dom": "16.10.1"
},
"browserslist": [
"last 2 versions",
"not ie < 11",
"not dead"
],
"main": ".eslintrc.js",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/newrelic/nr1-metrics-aggregator.git"
},
"keywords": [],
"license": "ISC",
"bugs": {
"url": "https://github.com/newrelic/nr1-metrics-aggregator/issues"
},
"homepage": "https://github.com/newrelic/nr1-metrics-aggregator#readme"
}