forked from datocms/gatsby-source-datocms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.27 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
{
"name": "gatsby-source-datocms",
"version": "2.1.15",
"description": "Gatsby source plugin for building websites using DatoCMS as data source",
"main": "index.js",
"scripts": {
"prettier": "prettier --write \"src/**/*.{js,jsx}\"",
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build",
"test": "echo 1"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-env": "1.6.1",
"cross-env": "^5.0.5",
"np": "^5.0.3",
"prettier": "^1.17.1"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"datocms-client": "~2.0.0",
"fs-extra": ">=4.0.2",
"humps": ">=2.0.1",
"imgix-url-params": "10.0.0",
"json-stringify-safe": ">=5.0.1",
"md5": "2.2.1",
"object-assign": "^4.1.1",
"object.entries": "^1.1.0",
"promise-queue": "2.2.3",
"query-string": "5.0.1",
"request-promise-native": "1.0.7"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin"
],
"author": "DatoCMS <support@datocms.com>",
"license": "ISC",
"peerDependencies": {
"react-helmet": "*"
}
}