-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.16 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
{
"name": "hampi-tourism-site",
"private": true,
"description": "A sample showcase of React Gatsby Contentful CMS project",
"version": "0.1.0",
"author": "Wazimu <hesbonosoro1@gmail.com>",
"dependencies": {
"@formspree/react": "^2.2.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"babel-plugin-styled-components": "^1.13.2",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"gatsby": "^3.13.1",
"gatsby-background-image": "^1.5.3",
"gatsby-image": "^3.11.0",
"gatsby-plugin-google-analytics": "^3.14.0",
"gatsby-plugin-google-gtag": "^3.14.0",
"gatsby-plugin-google-tagmanager": "^3.14.0",
"gatsby-plugin-image": "^1.13.0",
"gatsby-plugin-manifest": "^3.13.0",
"gatsby-plugin-offline": "^4.13.0",
"gatsby-plugin-react-helmet": "^4.13.0",
"gatsby-plugin-robots-txt": "^1.6.10",
"gatsby-plugin-sharp": "^3.14.0",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-plugin-styled-components": "^4.14.0",
"gatsby-plugin-transition-link": "^1.20.5",
"gatsby-source-contentful": "^5.14.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-remark": "^4.11.0",
"gatsby-transformer-sharp": "^3.14.0",
"gsap": "^3.7.1",
"nodemailer": "^6.6.5",
"nodemon": "^2.0.13",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-animations": "^1.0.0",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"styled-components": "^5.3.1"
},
"devDependencies": {
"prettier": "2.4.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/wazimuhb/tourism-hampi"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}