-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 876 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
{
"name": "gatsby-datocms-demo",
"description": "Gatsby DatoCMS creative portfolio demo",
"version": "1.0.0",
"author": "Stefano Verna <[email protected]>",
"dependencies": {
"dotenv": "4.0.0",
"gatsby": "^1.9.194",
"gatsby-image": "1.0.27",
"gatsby-link": "^1.6.28",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-sass": "1.0.14",
"gatsby-source-datocms": ">=1.0.26",
"gatsby-source-filesystem": "1.5.9",
"gatsby-transformer-remark": "1.7.23",
"react-masonry-component": "6.0.1",
"react-slick": "0.15.4"
},
"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": "^1.8.2"
}
}