-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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": "dragon-mart",
"description": "Proof-of-concept for Stripe Checkout and Gatsby.js",
"version": "1.0.0",
"author": "Nathan Beck <[email protected]>",
"dependencies": {
"@stripe/stripe-js": "1.0.0-beta.9",
"dotenv": "8.2.0",
"gatsby": "2.19.17",
"gatsby-image": "2.2.41",
"gatsby-plugin-manifest": "2.2.41",
"gatsby-plugin-offline": "3.0.34",
"gatsby-plugin-react-helmet": "3.1.22",
"gatsby-plugin-sharp": "2.4.5",
"gatsby-source-filesystem": "2.1.48",
"gatsby-source-stripe": "3.0.5",
"gatsby-transformer-sharp": "2.3.14",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-helmet": "5.2.1",
"uuid": "3.4.0"
},
"keywords": [
"gatsby",
"stripe"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\""
},
"devDependencies": {
"prettier": "1.17.1"
},
"repository": {
"type": "git",
"url": "https://github.com/njosefbeck/dragon-mart"
}
}