-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
96 lines (96 loc) · 3.13 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "retainful",
"private": true,
"description": "The easiest way to drive repeat purchases and retain customers. Generate and send unique coupon codes that can be used by the customer for the next purchase.",
"version": "0.1.0",
"author": "Retainful <shobana@j2store.org>",
"dependencies": {
"antd": "^3.26.17",
"axios": "^0.19.2",
"bootstrap": "^4.5.0",
"dotenv": "^7.0.0",
"feather-icons-react": "^0.4.1",
"gatsby": "^2.23.3",
"gatsby-cli": "^2.12.45",
"gatsby-image": "^2.4.7",
"gatsby-paginate": "^1.1.1",
"gatsby-plugin-breadcrumb": "^9.0.1",
"gatsby-plugin-canonical-urls": "^2.3.4",
"gatsby-plugin-catch-links": "^2.3.5",
"gatsby-plugin-facebook-pixel": "^1.0.3",
"gatsby-plugin-google-analytics": "^2.3.4",
"gatsby-plugin-google-fonts": "0.0.4",
"gatsby-plugin-hotjar": "^1.0.1",
"gatsby-plugin-manifest": "^2.4.11",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.3.4",
"gatsby-plugin-remove-trailing-slashes": "^2.3.5",
"gatsby-plugin-sass": "^2.3.4",
"gatsby-plugin-sharp": "^2.6.11",
"gatsby-plugin-sitemap": "^2.4.5",
"gatsby-plugin-styled-components": "^3.3.4",
"gatsby-plugin-typography": "^2.5.4",
"gatsby-remark-autolink-headers": "^2.3.5",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^2.3.5",
"gatsby-remark-images": "^3.3.10",
"gatsby-remark-prismjs": "^3.5.4",
"gatsby-remark-responsive-iframe": "^2.4.5",
"gatsby-remark-smartypants": "^2.3.4",
"gatsby-source-filesystem": "^2.3.11",
"gatsby-transformer-remark": "^2.8.15",
"gatsby-transformer-sharp": "^2.5.5",
"jquery": "^3.5.1",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"mailgun-js": "^0.22.0",
"netlify-lambda": "^1.6.3",
"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-google-recaptcha": "^2.1.0",
"react-helmet": "^5.2.1",
"react-hyper-modal": "^1.2.11",
"react-icons": "^3.10.0",
"react-scrollspy": "^3.4.2",
"react-toggle": "^4.1.1",
"react-typography": "^0.16.19",
"react-web-tabs": "^1.0.1",
"reactstrap": "^8.4.1",
"rehype-react": "^3.1.0",
"request": "^2.88.2",
"styled-components": "^4.4.1",
"typography": "^0.16.19",
"validator": "^11.1.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"start": "npm run develop",
"build": "gatsby build",
"develop": "gatsby develop",
"prod": "npm run build; npm run build:lambda",
"start:lambda": "netlify-lambda serve functions",
"build:lambda": "netlify-lambda build functions",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"devDependencies": {
"jshint": "^2.11.1",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/retainful/site"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}