-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.39 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
{
"name": "inteo-gatsby-template",
"version": "1.0.0",
"private": true,
"description": "Award winning architecture and interior design studio template. Made by Landify.",
"author": "Landify <hello@landify.design>",
"keywords": [
"landify",
"gatsby",
"tailwind css",
"landify template",
"landing page template",
"intertior design studio",
"architecture website"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^4.10.3",
"gatsby-plugin-gatsby-cloud": "^4.10.1",
"gatsby-plugin-google-gtag": "^4.10.0",
"gatsby-plugin-image": "^2.10.1",
"gatsby-plugin-manifest": "^4.10.2",
"gatsby-plugin-offline": "^5.10.2",
"gatsby-plugin-react-helmet": "^5.10.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sharp": "^4.10.2",
"gatsby-plugin-sitemap": "^5.10.2",
"gatsby-source-filesystem": "^4.10.1",
"gatsby-transformer-json": "^4.11.0",
"gatsby-transformer-sharp": "^4.10.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-scroll": "^1.8.7"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"gatsby-plugin-postcss": "^5.10.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2"
}
}