forked from privacyradius/gdpr-checklist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.26 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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"emotion": "^8.0.12",
"emotion-server": "^8.0.12",
"gatsby": "^1.9.260",
"gatsby-image": "^1.0.51",
"gatsby-link": "^1.6.44",
"gatsby-plugin-emotion": "^1.1.11",
"gatsby-plugin-favicon": "^2.1.1",
"gatsby-plugin-google-analytics": "^1.0.16",
"gatsby-plugin-google-fonts": "^0.0.3",
"gatsby-plugin-manifest": "^1.0.21",
"gatsby-plugin-offline": "^1.0.16",
"gatsby-plugin-react-helmet": "^2.0.3",
"gatsby-plugin-robots-txt": "^1.0.2",
"gatsby-plugin-sharp": "^1.6.44",
"gatsby-plugin-sitemap": "^1.2.23",
"gatsby-source-filesystem": "^1.5.35",
"gatsby-transformer-sharp": "^1.6.24",
"react-emotion": "^8.0.12",
"react-helmet": "^5.2.0",
"react-icons": "^2.2.7",
"react-persist": "^1.0.2",
"react-scrollspy": "^3.3.5"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
}
}