-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.48 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
{
"name": "gatsby-starter-answer",
"private": true,
"description": "Gatsby blog starter template",
"version": "0.1.0",
"author": "ParkAnswer[ParkInSeo]<inseo9494@gmail.com>",
"bugs": {
"url": "https://github.com/passwd10/gatsby-starter-answer/issues"
},
"main": "n/a",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"lint": "eslint --ext .js --ignore-pattern public .",
"prettier": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js' 'src/**/*.md'",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"gatsby": "^2.32.2",
"gatsby-image": "^2.2.40",
"gatsby-plugin-disqus": "^1.2.2",
"gatsby-plugin-google-analytics": "^2.1.35",
"gatsby-plugin-lodash": "^3.1.19",
"gatsby-plugin-manifest": "^2.2.41",
"gatsby-plugin-offline": "^3.0.34",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-sass": "^2.1.27",
"gatsby-plugin-sharp": "^2.4.4",
"gatsby-plugin-sitemap": "^2.2.27",
"gatsby-plugin-typography": "^2.3.21",
"gatsby-remark-emojis": "^0.4.3",
"gatsby-remark-images": "^3.1.43",
"gatsby-remark-images-medium-zoom": "^1.4.0",
"gatsby-remark-prismjs": "^3.3.30",
"gatsby-remark-responsive-iframe": "^2.2.31",
"gatsby-remark-smartypants": "^2.1.20",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-remark": "^2.6.49",
"gatsby-transformer-sharp": "^2.3.13",
"lodash": "^4.17.20",
"node-sass": "^4.13.1",
"prismjs": "^1.21.0",
"react": "^16.12.0",
"react-disqus-comments": "^1.4.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-typography": "^0.16.19",
"typeface-ubuntu": "0.0.65",
"typography": "^0.16.19",
"typography-theme-github": "^0.16.19"
},
"devDependencies": {
"eslint": "^5.14.1",
"eslint-plugin-react": "^7.11.1",
"gatsby-plugin-feed": "^2.5.3",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/passwd10/gatsby-starter-answer"
},
"homepage": "https://github.com/passwd10/gatsby-starter-answer#readme",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-theme"
]
}