-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
60 lines (60 loc) · 1.68 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
57
58
59
60
{
"name": "gatsby-source-flamelink",
"version": "3.0.4",
"description": "Gatsby source plugin for building websites using the Flamelink CMS as a data source",
"homepage": "https://github.com/flamelink/gatsby-source-flamelink#readme",
"bugs": {
"url": "https://github.com/flamelink/gatsby-source-flamelink/issues"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin",
"flamelink",
"headless",
"cms",
"firebase",
"firestore"
],
"author": "JP Erasmus <jperasmus11@gmail.com>",
"main": "index.js",
"license": "MIT",
"repository": "https://github.com/flamelink/gatsby-source-flamelink",
"deprecated": false,
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",
"dev": "babel -w src --out-dir . --ignore **/__tests__",
"lint": "eslint ./src --cache",
"test": "jest"
},
"dependencies": {
"@babel/runtime": "7.7.7",
"compose-then": "1.0.1",
"debug": "4.1.1",
"firebase-admin": "9.6.0",
"flamelink": "1.0.0-alpha.34",
"flat": "^5.0.0",
"lodash": "4.17.19",
"pascalcase": "1.0.0",
"present": "1.0.0"
},
"devDependencies": {
"@babel/cli": "7.7.7",
"@babel/core": "7.7.7",
"@babel/preset-env": "7.7.7",
"cross-env": "6.0.3",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "6.9.0",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-prettier": "3.1.2",
"gatsby-source-filesystem": "2.1.43",
"jest": "24.9.0",
"prettier": "1.19.1"
},
"peerDependencies": {
"gatsby": "^2.3.x",
"gatsby-source-filesystem": "^2.x.x"
}
}