-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 996 Bytes
/
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
{
"name": "gatsby-datocms-demo",
"description": "Gatsby DatoCMS creative portfolio demo",
"version": "1.0.0",
"author": "Stefano Verna <s.verna@datocms.com>",
"dependencies": {
"dotenv": "^8.1.0",
"gatsby": "^2.18.8",
"gatsby-image": "^2.2.34",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-sass": "^2.1.24",
"gatsby-source-datocms": "^2.1.20",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-transformer-remark": "^2.6.39",
"node-sass": "^4.11.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.0",
"react-masonry-component": "^6.2.1",
"react-slick": "^0.25.2",
"slick-carousel": "^1.8.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\""
},
"devDependencies": {
"prettier": "2.0.2"
}
}