-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
73 lines (73 loc) · 2.08 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
{
"name": "@newrelic/nr-labs-components",
"version": "1.23.5",
"description": "New Relic Labs components",
"main": "dist/index.js",
"module": "dist/index.es.js",
"files": [
"dist"
],
"scripts": {
"build": "npm run clean && rollup -c",
"clean": "rimraf dist/",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"prepare": "npm run build",
"start": "rollup -c -w",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/newrelic/nr-labs-components.git"
},
"author": {
"name": "New Relic Labs - Viz",
"url": "https://github.com/orgs/newrelic/teams/labs-viz"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/newrelic/nr-labs-components/issues"
},
"homepage": "https://github.com/newrelic/nr-labs-components#readme",
"peerDependencies": {
"nr1": "",
"prop-types": "15.x",
"react": "15 - 18",
"react-dom": "15 - 18"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-url": "^8.0.1",
"@semantic-release/git": "^10.0.1",
"@svgr/rollup": "^6.5.1",
"babel-jest": "^29.5.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.6",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.57.1"
},
"dependencies": {
"dayjs": "^1.11.7",
"react-simple-code-editor": "^0.14.1"
}
}