-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.79 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-ospo",
"description": "OSPO dashboard built on New Relic One",
"version": "1.0.1",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0",
"eslint-check": "eslint nerdlets/",
"eslint-fix": "eslint nerdlets/ --fix",
"format": "prettier nerdlets/**/*.js --write"
},
"bugs": {
"email": "[email protected]"
},
"dependencies": {
"@newrelic/nr1-community": "^1.3.0-alpha.5",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.13",
"apollo-link-batch-http": "^1.2.14",
"apollo-link-error": "^1.1.12",
"apollo-link-http": "^1.5.16",
"apollo-link-retry": "^2.2.16",
"graphql": "^14.0.0",
"graphql-tag": "^2.11.0",
"humanize-duration": "^3.23.1",
"prop-types": "^15.7.2",
"react-apollo": "~2",
"react-bootstrap-table-next": "https://gitpkg.now.sh/prototypicalpro/react-bootstrap-table2/packages/react-bootstrap-table2?feat/with-build",
"react-bootstrap-table2-filter": "https://gitpkg.now.sh/prototypicalpro/react-bootstrap-table2/packages/react-bootstrap-table2-filter?feat/with-build",
"react-widgets": "^4.6.0",
"react-widgets-simple-number": "^4.1.25"
},
"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.12.1",
"ignore-loader": "^0.1.2",
"prettier": "^2.1.2",
"prettier-plugin-jsdoc": "^0.2.0",
"react": "16.6.3",
"react-dom": "16.6.3"
}
}