forked from jelleklaver/react-linkedin-insight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.56 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
{
"name": "react-linkedin-insight",
"version": "0.0.4",
"description": "Easily add LinkedIn Insight Tag to React",
"main": "./dist/linkedin-insight.js",
"files": [
"/dist"
],
"scripts": {
"bundle": "npm run lint && export NODE_ENV=production && webpack -p --config webpack.config.dist.js",
"lint": "eslint src/",
"clean": "rm -rf node_modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jelleklaver/react-linkedin-insight.git"
},
"keywords": [
"react",
"reactjs",
"react-component",
"linkedin",
"linkedin insight",
"insight",
"tag",
"pixel"
],
"author": "Jelle Klaver <[email protected]> (jelleklaver.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/jelleklaver/react-linkedin-insight/issues"
},
"homepage": "https://github.com/jelleklaver/react-linkedin-insight#readme",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
"@babel/plugin-transform-react-inline-elements": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.1.5",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"browser-or-node": "^1.1.0"
}
}