forked from newrelic/nr1-browser-analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"private": true,
"name": "nr1-browser-analyzer",
"description": "NR1 Nerdpack business value analysis of Browser data.",
"version": "0.1.7",
"bugs": {
"email": "[email protected]"
},
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0",
"eslint-check": "eslint nerdlets/",
"eslint-fix": "eslint nerdlets/ --fix"
},
"nr1": {
"uuid": "82cb9153-49c9-40e0-bf2c-13ad4a0dc213",
"sdkVersion": 2
},
"dependencies": {
"graphql": "^14.5.3",
"graphql-tag": "^2.10.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"numeral": "^2.0.6",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.2.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"prettier": "^1.18.2"
},
"browserslist": [
"last 2 versions",
"not ie < 11",
"not dead"
]
}