-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 967 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
{
"name": "datocms-snipcart-gatsby-example",
"description": "An example project to demonstrate how you can integrate Gatsby, Snipcart and DatoCMS",
"version": "1.0.0",
"author": "Stefano Verna <[email protected]>",
"dependencies": {
"dotenv": "^8.2.0",
"gatsby": "^2.22.12",
"gatsby-image": "^2.2.34",
"gatsby-link": "^2.2.25",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-sass": "^2.1.24",
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-plugin-snipcart": "^1.1.2",
"gatsby-source-datocms": "^2.2.4",
"node-sass": "^4.12.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.12.0"
}
}