-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.1 KB
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
{
"name": "react-loggly-jslogger",
"version": "4.2.6",
"description": "React providers for loggly-jslogger using the Context API.",
"keywords": [
"react",
"loggly"
],
"homepage": "https://github.com/apancutt/react-loggly-jslogger#readme",
"bugs": {
"url": "https://github.com/apancutt/react-loggly-jslogger/issues"
},
"author": "Adam Pancutt <adam@pancutt.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/apancutt/react-loggly-jslogger.git"
},
"main": "dist/cjs.js",
"module": "dist/es.js",
"dependencies": {
"@babel/runtime": "7",
"loggly-jslogger": "2"
},
"devDependencies": {
"@babel/core": "7",
"@babel/plugin-transform-runtime": "7",
"@babel/preset-react": "7",
"@rollup/plugin-babel": "5",
"@rollup/plugin-commonjs": "22",
"@rollup/plugin-node-resolve": "13",
"react": "18",
"react-scripts": "5",
"rollup": "2"
},
"scripts": {
"eslint": "eslint src/**/*.js",
"build": "rollup -c",
"build:watch": "rollup -w -c"
},
"eslintConfig": {
"extends": "react-app"
}
}