-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
52 lines (52 loc) · 1.34 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
{
"private": true,
"name": "nr1-cloud-optimize",
"description": "Nerdpack cloud-optimize",
"version": "3.42.0",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0",
"eslint-check": "eslint nerdlets/",
"eslint-fix": "eslint nerdlets/ --fix"
},
"ids": {
"o": "39d3665c-8670-4f9f-aa79-1a18f23d3960",
"dv2": "ec734258-b5ca-41b2-84ef-d97352e0ea19",
"tls": "0197dff1-7829-4663-b21e-196eafbe2c33",
"xps": "e84e5818-7009-4b76-af86-105e1f6abb87",
"md": "133e5293-34d4-4f77-9be8-ae096e4b9936"
},
"bugs": {
"email": "opensource@newrelic.com"
},
"dependencies": {
"@mantine/hooks": "^5.9.4",
"async": "^3.2.0",
"graphql": "^14.7.0",
"graphql-tag": "^2.10.4",
"js-base64": "^2.6.0",
"lodash": "^4.17.21",
"prop-types": "^15.6.2",
"react-json-to-csv": "^1.0.4",
"react-modal": "^3.14.4",
"react-select": "^3.1.1",
"react-toastify": "^5.5.0",
"semantic-ui-react": "^0.88.2",
"semver": "^7.3.4",
"uuid": "^8.3.2"
},
"browserslist": [
"last 2 versions",
"not ie < 11",
"not dead"
],
"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"
}
}