-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
53 lines (53 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
52
53
{
"private": true,
"name": "nr1-apdex-optimizer",
"version": "1.2.6",
"description": "Nerdpack apdex-optimizer",
"main": "nerdlets/nr1-apdex-optimizer-nerdlet/index.js",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0",
"eslint-check": "eslint nerdlets/",
"eslint-fix": "eslint nerdlets/ --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/newrelic/nr1-apdex-optimizer.git"
},
"author": "Craig Shanks",
"license": "Apache-2.0",
"bugs": {
"email": "opensource+nr1-apdex-optimizer@newrelic.com",
"url": "https://github.com/newrelic/nr1-apdex-optimizer/issues"
},
"homepage": "https://github.com/newrelic/nr1-apdex-optimizer#readme",
"dependencies": {
"@newrelic/nr1-community": "^1.2.0",
"graphql": "^14.7.0",
"graphql-tag": "^2.10.4",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-table": "^6.10.0"
},
"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",
"babel-eslint": "^10.1.0",
"babel-runtime": "^6.26.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.21.5",
"file-loader": "^6.2.0",
"prettier": "^1.19.1",
"semantic-release": "^17.3.0",
"typescript": "^4.1.2",
"webpack": "^5.10.0"
}
}