-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "fat-san-pak-mei-site",
"description": "Fat San Pak Mei Argentina Official site",
"private": true,
"version": "0.0.1",
"author": "Contentful <[email protected]>",
"bugs": {
"url": "https://github.com/fatsanpakmeiargentina/gatsby-site/issues"
},
"dependencies": {
"babel-plugin-styled-components": "^1.12.0",
"gatsby": "^3.5.1",
"gatsby-plugin-gatsby-cloud": "^2.6.1",
"gatsby-plugin-image": "^1.5.0",
"gatsby-plugin-manifest": "^3.6.0",
"gatsby-plugin-offline": "^4.6.0",
"gatsby-plugin-postcss": "^4.5.0",
"gatsby-plugin-react-helmet": "^4.5.0",
"gatsby-plugin-react-intl": "^3.0.0",
"gatsby-plugin-sharp": "^3.5.0",
"gatsby-plugin-styled-components": "^4.6.0",
"gatsby-source-contentful": "^5.5.0",
"gatsby-transformer-remark": "^4.2.0",
"gatsby-transformer-sharp": "^3.5.0",
"gh-pages": "^3.2.0",
"iframe-resizer-react": "^1.1.0",
"lodash": "^4.17.15",
"postcss": "^8.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropdown": "^1.9.2",
"react-helmet": "^6.1.0",
"react-images": "^1.2.0-beta.7",
"react-loader-spinner": "^4.0.0",
"react-paginate": "^7.1.3",
"react-photo-gallery": "^8.0.0",
"react-share": "^4.4.0",
"react-youtube": "^7.13.1",
"styled-components": "^5.3.0"
},
"devDependencies": {
"contentful-cli": "^1.6.36",
"contentful-import": "^8.1.6",
"netlify-cli": "^3.30.7"
},
"engines": {
"node": ">=10.13.0"
},
"homepage": "https://github.com/fatsanpakmeiargentina/gatsby-site/blob/main/README.md",
"keywords": [
"gatsby",
"contentful"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/fatsanpakmeiargentina/gatsby-site"
},
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"heroku-postbuild": "gatsby build",
"serve": "gatsby serve",
"postinstall": "node ./bin/hello.js",
"setup": "node ./bin/setup.js",
"netlify:login": "netlify login",
"netlify:deploy": "netlify deploy -d public -p",
"clean": "gatsby clean",
"contentful": "contentful"
}
}