-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
83 lines (83 loc) · 2.77 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
{
"name": "developers.sparkpost.com",
"description": "SparkPost Developer Site",
"version": "1.0.0",
"author": "SparkPost <dev-relations@sparkpost.com>",
"bugs": {
"url": "https://github.com/SparkPost/developers.sparkpost.com/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SparkPost/developers.sparkpost.com.git"
},
"engines": {
"node": ">=14.16.1"
},
"dependencies": {
"@sparkpost/design-tokens": "0.0.6",
"babel-plugin-styled-components": "^1.7.1",
"downshift": "^2.2.2",
"escape-string-regexp": "^1.0.5",
"font-awesome": "^4.7.0",
"gatsby": "^2.32.13",
"gatsby-plugin-algolia": "^0.20.0",
"gatsby-plugin-google-tagmanager": "^2.3.11",
"gatsby-plugin-lodash": "^3.3.10",
"gatsby-plugin-netlify": "^2.3.11",
"gatsby-plugin-netlify-cache": "^1.1.0",
"gatsby-plugin-nprogress": "^2.3.10",
"gatsby-plugin-page-creator": "^2.3.17",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.14.4",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-remark-images": "^3.8.0",
"gatsby-source-filesystem": "^2.3.19",
"gatsby-source-wordpress": "^3.3.22",
"gatsby-transformer-json": "^2.4.11",
"gatsby-transformer-remark": "^2.8.25",
"is-absolute-url": "^2.1.0",
"lodash": "^4.17.21",
"minim": "^0.20.5",
"minim-parse-result": "^0.10.0",
"netlify-cms": "^1.9.2",
"netlify-lambda": "^2.0.7",
"polished": "^1.9.2",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-cookie": "^2.2.0",
"react-dom": "^16.4.1",
"react-event-listener": "^0.6.1",
"react-helmet": "^5.2.0",
"react-instantsearch": "^5.1.0",
"react-sticky": "^6.0.2",
"rehype-highlight": "^2.1.0",
"rehype-raw": "^2.0.0",
"rehype-react": "^3.0.2",
"remark-parse": "^5.0.0",
"remark-rehype": "^3.0.0",
"scriptjs": "^2.5.8",
"slugify": "^1.2.9",
"sparkpost": "^2.1.2",
"styled-components": "^5.3.0",
"styled-normalize": "^4.0.0",
"typeface-source-code-pro": "0.0.54",
"unified": "^7.0.0"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"bootstrap": "npm install && cd plugins/gatsby-transformer-api-blueprint && npm install && cd ../gatsby-source-sparkpost-api && npm install",
"develop": "gatsby develop -p 4000",
"lambda": "source .env && netlify-lambda serve lambda",
"docs": "GATSBY_ACTIVE_ENV=docs gatsby develop -p 4000",
"build": "NODE_ENV=production gatsby build",
"publish": "GATSBY_ACTIVE_ENV=publish npm run build",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\" \"content/**/*.js\"",
"precommit": "npm run format"
},
"devDependencies": {
"axios": "^0.21.1",
"husky": "^0.14.3",
"prettier": "^1.9.2"
}
}