-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "@debiki/gatsby-plugin-talkyard",
"version": "0.5.8",
"description": "Talkyard embedded comments for Gatsby static sites.",
"main": "index.js",
"keywords": [
"gatsby",
"gatsby-plugin",
"talkyard",
"effective-discussions",
"effectivediscussions",
"ed-comments",
"commenting",
"comments",
"embedded",
"iframe",
"inline",
"isso",
"juvia",
"disqus"
],
"homepage": "https://www.talkyard.io/blog-comments",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build"
},
"author": "Kaj Magnus Lindberg <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"cross-env": "^5.0.5",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0"
},
"dependencies": {
"babel-runtime": "^6.26.0"
}
}