forked from newrelic/nr1-cloud-optimize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 988 Bytes
/
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
{
"private": true,
"name": "nr1-cloud-optimize",
"description": "Nerdpack cloud-optimize",
"version": "0.1.2",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0"
},
"nr1": {
"uuidAlt": "a95ed543-c1e4-4bcd-a9a4-ad2d68440def",
"sdkVersion": 2,
"uuid": "2b1c0c20-df64-4df5-9bc1-ffacd5fdd290"
},
"bugs": {
"email": "[email protected]"
},
"dependencies": {
"graphql": "^14.5.3",
"graphql-tag": "^2.10.1",
"js-base64": "^2.5.1",
"lodash": "^4.17.15",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-json-to-csv": "^1.0.4",
"semantic-ui-react": "^0.88.0"
},
"browserslist": [
"last 2 versions",
"not ie < 11",
"not dead"
],
"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"
}
}