-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
41 lines (41 loc) · 1.22 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
{
"name": "gatsby-plugin-segment-js",
"description": "Easily add Segment JS snippet to your website",
"author": "benjamin hoffman <[email protected]>",
"license": "MIT",
"version": "5.0.0",
"main": "gatsby-ssr.js",
"homepage": "https://github.com/benjaminhoffman/gatsby-plugin-segment-js#readme",
"repository": "[email protected]:benjaminhoffman/gatsby-plugin-segment-js.git",
"bugs": {
"url": "https://github.com/benjaminhoffman/gatsby-plugin-segment-js/issues"
},
"keywords": [
"segment",
"segment analytics",
"segment gatsby",
"segment javascript",
"analytics.js",
"gatsby",
"gatsby segment",
"gatsby-plugin",
"gatsby-plugin segment"
],
"scripts": {
"build": "babel src --out-dir . --ignore tests",
"build:watch": "yarn build -w",
"prepare": "yarn build",
"build-n-pack": "yarn build && yarn pack --filename ./gatsby-plugin-segment-js.tgz"
},
"peerDependencies": {
"gatsby": "^2 || ^3 || ^4 || ^5"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"eslint": "^7.32.0",
"eslint-plugin-mocha": "^9",
"eslint-plugin-react": "^7.24.0"
}
}