-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1 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
{
"name": "gatsby-datocms-demo",
"description": "Gatsby DatoCMS creative portfolio demo",
"version": "1.0.0",
"author": "Stefano Verna <[email protected]>",
"dependencies": {
"dotenv": "^8.1.0",
"gatsby": "^2.24.81",
"gatsby-image": "^2.4.21",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sass": "^2.3.18",
"gatsby-source-datocms": "^2.2.4",
"gatsby-source-filesystem": "^2.3.35",
"gatsby-transformer-remark": "^2.8.43",
"node-sass": "^4.13.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^5.2.0",
"react-masonry-component": "^6.2.1",
"react-slick": "^0.25.2",
"request": "^2.88.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": "^1.17.0"
}
}