-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 819 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 819 Bytes
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
{
"name": "gatsby-plugin-etracker-analytics",
"version": "0.0.2",
"description": "Gatsby plugin to add etracker analytics to your site.",
"keywords": [
"gatsby",
"gatsby-plugin",
"etracker"
],
"author": "contact@11bytes.de",
"license": "MIT",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__"
},
"peerDependencies": {
"gatsby": ">=2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elevenbytes/gatsby-plugin-etracker-analytics.git"
},
"dependencies": {
"js-cookie": "^2.2.1",
"react": "^17.0.1"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"cross-env": "^7.0.2",
"babel-preset-gatsby-package": "^0.6.0"
}
}