-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.66 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.66 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "J2store",
"private": true,
"description": "Sell more by sending targetted, data-driven marketing emails to your customers",
"version": "0.1.0",
"author": "J2store <gowtham@cartrabbit.in>",
"dependencies": {
"algoliasearch": "^3.35.1",
"bootstrap": "^4.5.0",
"gatsby": "^2.24.23",
"gatsby-image": "^2.4.14",
"gatsby-paginate": "^1.1.1",
"gatsby-plugin-algolia": "^0.3.4",
"gatsby-plugin-breadcrumb": "^2.1.2",
"gatsby-plugin-canonical-urls": "^2.3.10",
"gatsby-plugin-catch-links": "^2.3.11",
"gatsby-plugin-env-variables": "^1.0.2",
"gatsby-plugin-facebook-pixel": "^1.0.3",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-google-fonts": "0.0.4",
"gatsby-plugin-hotjar": "^1.0.1",
"gatsby-plugin-intercom": "^0.1.4",
"gatsby-plugin-manifest": "^2.4.21",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-remove-trailing-slashes": "^2.3.11",
"gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "^2.6.24",
"gatsby-plugin-sitemap": "^2.4.11",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-plugin-typography": "^2.5.10",
"gatsby-remark-autolink-headers": "^2.3.11",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^2.3.12",
"gatsby-remark-images": "^3.3.23",
"gatsby-remark-prismjs": "^3.5.10",
"gatsby-remark-responsive-iframe": "^2.4.12",
"gatsby-remark-smartypants": "^2.3.10",
"gatsby-source-filesystem": "^2.3.23",
"gatsby-transformer-remark": "^2.8.27",
"gatsby-transformer-sharp": "^2.5.12",
"jquery": "^3.5.1",
"lodash": "^4.17.19",
"node-sass": "^4.14.1",
"popper.js": "^1.16.1",
"prismjs": "^1.20.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-icons": "^3.10.0",
"react-instantsearch-dom": "^5.7.0",
"react-modal": "^3.11.2",
"react-typography": "^0.16.19",
"rehype-react": "^3.1.0",
"remark-grid-tables": "^1.7.1",
"styled-components": "^4.4.1",
"typography": "^0.16.19",
"video-react": "^0.13.9"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"devDependencies": {
"dotenv": "^4.0.0",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/campaignrabbit/site"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}