This repository was archived by the owner on Feb 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
56 lines (56 loc) · 1.51 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
53
54
55
56
{
"name": "quickstarts-dashboard-library",
"version": "1.0.0",
"private": true,
"homepage": "https://newrelic.github.io/quickstarts-dashboard-library",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"bootstrap": "^4.5.3",
"js-yaml": "^3.14.0",
"node-sass": "^4.14.1",
"nr1-bootstrap-theme": "https://github.com/newrelic/nr1-bootstrap-theme.git",
"prop-types": "^15.6.2",
"react": "^16.14.0",
"react-bootstrap": "^1.4.0",
"react-cookie-consent": "^6.2.3",
"react-dom": "^16.14.0",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"winston": "^3.3.3"
},
"nr1": {
"uuid": "dcaa3623-1e1c-41a3-a1d9-994499f4b66d"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"generator": "cd generator && ./generate-data.sh",
"eslint-check": "eslint src/ generator/",
"eslint-fix": "eslint src/ generator/ --fix"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^6.6.0",
"@newrelic/eslint-plugin-newrelic": "^0.3.1",
"prettier": "^2.2.1"
}
}