forked from ActiveCampaign/smtp-field-manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.88 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": "smtp-field-manual",
"private": true,
"description": "An SMTP Field Manual provided by Postmark.",
"version": "0.1.0",
"author": "Derek Rushforth <[email protected]>",
"dependencies": {
"algoliasearch": "^3.35.1",
"classnames": "^2.2.6",
"dotenv": "^8.2.0",
"gatsby": "^2.21.7",
"gatsby-image": "^2.4.0",
"gatsby-plugin-algolia": "^0.3.4",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-manifest": "^2.4.1",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",
"gatsby-plugin-sass": "^2.3.0",
"gatsby-plugin-sharp": "^2.6.0",
"gatsby-plugin-sitemap": "^2.4.0",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-transformer-json": "^2.4.0",
"gatsby-transformer-sharp": "^2.5.0",
"lodash": "^4.17.15",
"node-sass": "^4.14.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-instantsearch-dom": "^5.7.0",
"smooth-scroll": "^16.1.3",
"styled-components": "^4.4.1",
"styled-icons": "^8.6.0"
},
"devDependencies": {
"gh-pages": "^2.2.0",
"prettier": "^1.19.1"
},
"keywords": [
"smtp",
"smtp responses",
"smtp errors",
"smtp codes",
"postmark"
],
"license": "MIT",
"scripts": {
"build": "gatsby build && echo \"smtpfieldmanual.com\" > public/CNAME",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"deploy": "npm run build && gh-pages -d public"
},
"repository": {
"type": "git",
"url": "https://github.com/activecampaign/smtp-field-manual"
},
"bugs": {
"url": "https://github.com/activecampaign/smtp-field-manual/issues"
}
}