-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
42 lines (42 loc) · 1.2 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
{
"private": true,
"name": "nr1-integrations-manager",
"description": "Nerdpack integrations-manager",
"version": "1.10.1",
"downloadLinux": "https://github.com/newrelic/nr1-integrations-manager/raw/main/package/nri-sync",
"downloadWindows": "https://github.com/newrelic/nr1-integrations-manager/raw/main/package/nri-sync.exe",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0",
"eslint-check": "eslint nerdlets/",
"eslint-fix": "eslint nerdlets/ --fix"
},
"dependencies": {
"ace-builds": "^1.4.12",
"graphql": "^14.7.0",
"js-yaml": "^3.14.0",
"lodash": "^4.17.21",
"prop-types": "^15.6.2",
"react-ace": "^7.0.5",
"react-markdown": "^4.3.1",
"react-select": "^3.1.0",
"react-syntax-highlighter": "^11.0.2",
"react-toastify": "^5.5.0",
"semantic-ui-react": "^1.0.0",
"semver": "^7.3.4"
},
"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": "^7.5.0",
"prettier": "^2.0.5",
"react": "16.6.3",
"react-dom": "16.6.3"
}
}