-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
38
39
40
41
{
"name": "platzi-commerce-gatsby",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@hot-loader/react-dom": "^16.13.0",
"dotenv": "^8.2.0",
"gatsby": "^2.23.7",
"gatsby-image": "^2.4.7",
"gatsby-plugin-manifest": "^2.4.12",
"gatsby-plugin-offline": "^3.2.11",
"gatsby-plugin-react-helmet": "^3.3.4",
"gatsby-plugin-sharp": "^2.6.12",
"gatsby-plugin-stripe": "^1.2.4",
"gatsby-plugin-typography": "^2.5.5",
"gatsby-source-filesystem": "^2.3.12",
"gatsby-source-stripe": "^3.1.1",
"gatsby-transformer-sharp": "^2.5.5",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.19",
"styled-components": "^5.1.1",
"typography": "^0.16.19"
},
"devDependencies": {
"eslint": "^7.3.0",
"eslint-plugin-react": "^7.20.0",
"prettier": "^2.0.5"
}
}