-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.13 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
{
"name": "gatsby-plugin-cloudinary-image-gallery",
"version": "1.0.1",
"description": "A grid-based PhotoSwipe image gallery that sources images from Cloudinary",
"author": "tinavanschelt <tinavanschelt@gmail.com>",
"repository": "https://github.com/tinavanschelt/gatsby-plugin-cloudinary-image-gallery.git",
"license": "MIT",
"keywords": [
"gatsby",
"gatsby-plugin",
"cloudinary",
"cloudinary-image-gallery",
"images",
"gallery"
],
"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__"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"@babel/runtime": "^7.3.4",
"babel-runtime": "^6.26.0",
"cloudinary": "^1.11.0",
"photoswipe": "^4.1.3",
"prop-types": "^15.7.2",
"styled-components": "^4.1.3"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"babel-preset-gatsby-package": "^0.1.3",
"core-js": "^2.6.5",
"cross-env": "^5.2.0",
"react": "^16.8.4",
"react-dom": "^16.8.4"
}
}