forked from wkocjan/gatsby-contentful-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.65 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
{
"name": "gatsby-contentful-portfolio",
"description": "Portfolio theme for GatsbyJS",
"version": "1.0.0",
"author": "Wojciech Kocjan <[email protected]>",
"dependencies": {
"autoprefixer": "^9.7.6",
"classnames": "^2.2.6",
"dotenv": "^8.2.0",
"framer-motion": "^1.10.3",
"gatsby": "^2.21.10",
"gatsby-image": "^2.4.0",
"gatsby-plugin-mailchimp": "^5.1.2",
"gatsby-plugin-manifest": "^2.4.1",
"gatsby-plugin-postcss": "^2.3.0",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-plugin-sharp": "^2.6.0",
"gatsby-source-contentful": "^2.3.1",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-transformer-sharp": "^2.5.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-icons": "^3.10.0",
"react-id-swiper": "^3.0.0",
"swiper": "^5.3.8",
"tailwindcss": "^1.4.4",
"typeface-inter": "^3.12.0"
},
"devDependencies": {
"chalk": "^3.0.0",
"contentful-import": "^7.7.13",
"inquirer": "^7.1.0",
"prettier": "^1.19.1"
},
"keywords": [
"gatsby",
"portfolio",
"contentful"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"postinstall": "node ./bin/hello.js",
"start": "npm run develop",
"serve": "gatsby serve",
"setup": "node ./bin/setup.js",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "https://github.com/wkocjan/gatsby-contentful-portfolio"
},
"bugs": {
"url": "https://github.com/wkocjan/gatsby-contentful-portfolio/issues"
}
}