-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.49 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
{
"private": true,
"name": "nr1-cards-for-observability",
"description": "Cards For Observability",
"version": "1.2.0",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "jest",
"eslint-check": "eslint nerdlets/",
"eslint-fix": "eslint nerdlets/ --fix"
},
"bugs": {
"email": "opensource+nr1-cards-for-observability@newrelic.com"
},
"nr1": {
"uuid": "150fe49a-f017-4dd4-9e7c-eb6029d17197"
},
"dependencies": {
"dot": "^2.0.0-beta.1",
"marked": "^2.0.0",
"prop-types": "^15.6.2",
"react": "16.6.3",
"react-dom": "16.6.3"
},
"browserslist": [
"last 2 versions",
"not ie < 11",
"not dead"
],
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@newrelic/eslint-plugin-newrelic": "^0.3.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"babel-runtime": "^6.26.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.1.4",
"file-loader": "^6.1.0",
"jest": "^26.1.0",
"jsdom": "^16.3.0",
"prettier": "^1.19.1"
}
}