forked from GatsbyCentral/gatsby-source-eventbrite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.79 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": "gatsby-source-eventbrite",
"description": "Gatsby source plugin for integration of eventbrite events.",
"version": "1.0.0",
"author": "Luis Höfer <[email protected]> (gatsbycentral.com)",
"bugs": {
"url": "https://github.com/GatsbyCentral/gatsby-source-eventbrite/issues"
},
"dependencies": {
"@babel/runtime": "7.0.0",
"axios": "^0.18.0",
"base64-img": "^1.0.3",
"bluebird": "^3.5.0",
"deep-map": "^1.5.0",
"gatsby-plugin-sharp": "^2.0.0-beta.7",
"gatsby-source-filesystem": "^2.0.23",
"is-online": "^7.0.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.10",
"qs": "^6.4.0",
"semantic-release": "^15.9.13"
},
"devDependencies": {
"@babel/cli": "7.0.0",
"@babel/core": "7.0.1",
"@babel/node": "7.0.0",
"@babel/plugin-proposal-class-properties": "7.0.0",
"@babel/plugin-proposal-optional-chaining": "7.0.0",
"@babel/plugin-transform-runtime": "7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"cross-env": "^5.1.4",
"prettier": "^1.14.0",
"semantic-release": "^15.9.13",
"travis-deploy-once": "^5.0.7"
},
"homepage": "https://github.com/GatsbyCentral/gatsby-source-eventbrite/blob/master/README.md",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin"
],
"license": "MIT",
"peerDependencies": {
"gatsby": ">2.0.0-alpha"
},
"repository": "https://github.com/GatsbyCentral/gatsby-source-eventbrite.git",
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
}
}