-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.96 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "fitness-culture",
"private": true,
"description": "Fitness Culture. A personal trainer in your pocket.",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"@sanity/block-content-to-react": "^2.0.7",
"atob": "^2.1.2",
"axios": "^0.19.0",
"gatsby": "^2.20.6",
"gatsby-background-image": "^0.8.2",
"gatsby-image": "^2.3.1",
"gatsby-plugin-google-tagmanager": "^2.2.1",
"gatsby-plugin-manifest": "^2.3.2",
"gatsby-plugin-netlify": "^2.2.1",
"gatsby-plugin-offline": "^2.2.0",
"gatsby-plugin-page-creator": "^2.2.1",
"gatsby-plugin-postcss": "^2.2.1",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-plugin-sitemap": "^2.3.1",
"gatsby-plugin-stripe": "^1.2.1",
"gatsby-plugin-typography": "^2.4.1",
"gatsby-source-sanity": "^5.0.1",
"gatsby-source-shopify": "^3.1.2",
"gatsby-transformer-sharp": "^2.4.2",
"intersection-observer": "^0.7.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-modal": "^3.8.1",
"react-player": "^1.11.1",
"react-tabs": "^3.0.0",
"react-tooltip": "^3.10.0",
"react-typography": "^0.16.19",
"shopify-buy": "^2.9.2",
"smoothscroll-polyfill": "^0.4.4",
"tailwindcss": "^1.0.1",
"typography": "^0.16.19"
},
"devDependencies": {
"dotenv": "^8.0.0",
"prettier": "^1.17.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}