-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
74 lines (74 loc) · 2.07 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@newrelic/nr1-community",
"version": "1.2.0",
"description": "New Relic One Community Library",
"author": "newrelic",
"license": "Apache-2.0",
"repository": "newrelic/nr1-community",
"bugs": {
"email": "[email protected]"
},
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"clean": "rimraf dist/",
"test": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"build": "npm run clean && rollup -c",
"start": "rollup -c -w",
"prepare": "npm run build",
"predeploy": "cd example && npm install && npm run build",
"deploy": "gh-pages -d example/build"
},
"peerDependencies": {
"prop-types": "^15.5.4",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0",
"nr1": ""
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@newrelic/eslint-plugin-newrelic": "^0.3.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"@rollup/plugin-url": "^4.0.2",
"@semantic-release/changelog": "^3.0.5",
"@semantic-release/git": "^8.0.0",
"@svgr/rollup": "^5.4.0",
"babel-eslint": "^10.1.0",
"cross-env": "^6.0.3",
"eslint": "^6.8.0",
"node-sass": "^4.14.0",
"prettier": "^1.19.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-scripts": "^3.4.1",
"rimraf": "^3.0.2",
"rollup": "^1.32.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-postcss": "^2.9.0"
},
"files": [
"dist"
],
"dependencies": {
"crypto-random-string": "^3.3.0",
"date-fns": "^2.15.0",
"date-fns": "^2.16.0",
"funnel-graph-js": "^1.4.2",
"lodash.get": "^4.4.2",
"nice-color-palettes": "^3.0.0"
},
"nr1": {
"uuid": "0b39723a-3172-4199-9c5a-d29df63f89df"
}
}