forked from netlify-templates/gatsby-ecommerce-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 905 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
{
"name": "gatsby-ecommerce-theme",
"version": "1.0.0",
"private": true,
"description": "An e-commerce theme designed by Matter Design for Netlify.",
"author": "Matter Design",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop -p 5000",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write \"{gatsby-*.js,src/**/*.js}\"",
"plop": "plop"
},
"dependencies": {
"@netlify/plugin-gatsby": "^3.5.0",
"cypress": "^10.0.3",
"gatsby": "^4.5.4",
"gatsby-plugin-manifest": "^4.14.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-slick": "^0.29.0"
},
"devDependencies": {
"gatsby-plugin-netlify": "^5.0.0",
"netlify-plugin-cypress": "~2.2.0",
"plop": "^3.0.5",
"prettier": "^2.6.2"
}
}