-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
32 lines (32 loc) · 885 Bytes
/
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
{
"name": "gatsby-plugin-hotjar",
"version": "1.2.1",
"description": "Gatsby plugin to add Hotjar analytics to your site.",
"keywords": [
"gatsby",
"gatsby-plugin",
"hotjar"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pavloko/gatsby-plugin-hotjar.git"
},
"author": "Pavlo Kochubei <[email protected]> (https://pavlokochubei.com/)",
"license": "MIT",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepare": "cross-env NODE_ENV=production npm run build"
},
"devDependencies": {
"babel-cli": "6.26.0",
"cross-env": "5.0.5",
"babel-preset-latest": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1"
},
"dependencies": {
"babel-runtime": "6.26.0"
}
}