-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
46 lines (46 loc) · 1.35 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
{
"private": true,
"name": "nr1-container-explorer",
"description": "Nerdpack nr1-container-explorer",
"version": "0.13.0",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0",
"eslint-check": "eslint nerdlets/ lib/ components/",
"eslint-fix": "eslint nerdlets/ lib/ components/ --fix"
},
"dependencies": {
"@newrelic/nr-labs-components": "^1.22.0",
"hsl-to-hex": "^1.0.0",
"lodash": "^4.17.21",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"browserslist": [
"last 2 versions",
"not ie < 11",
"not dead"
],
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/eslint-parser": "^7.22.9",
"@babel/plugin-transform-flow-strip-types": "^7.22.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"babel-eslint": "^10.1.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.6"
}
}