-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.39 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
{
"name": "gatsby-starter-nagui",
"private": true,
"description": "Gatsbyjs Starter",
"version": "1.0.0",
"author": "[email protected]",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-regular-svg-icons": "^5.8.2",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"babel-plugin-styled-components": "^1.10.6",
"gatsby": "^2.18.21",
"gatsby-awesome-pagination": "^0.3.4",
"gatsby-image": "^2.2.38",
"gatsby-plugin-feed": "^2.3.26",
"gatsby-plugin-google-analytics": "^2.1.32",
"gatsby-plugin-manifest": "^2.2.37",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-s3": "^0.3.1",
"gatsby-plugin-sharp": "^2.3.13",
"gatsby-plugin-styled-components": "^3.1.17",
"gatsby-plugin-typography": "^2.3.21",
"gatsby-prismjs-dracula": "^0.1.15",
"gatsby-remark-copy-linked-files": "^2.1.36",
"gatsby-remark-emoji": "^0.0.3",
"gatsby-remark-images": "^2.0.6",
"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.48",
"gatsby-transformer-sharp": "^2.3.12",
"prismjs": "^1.25.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-onclickoutside": "^6.8.0",
"react-switch": "^5.0.1",
"react-typography": "^0.16.19",
"styled-components": "^4.3.2",
"typography": "^0.16.19",
"typography-theme-github": "^0.16.19"
},
"devDependencies": {
"gatsby-plugin-root-import": "^2.0.5",
"gh-pages": "^2.2.0",
"prettier": "^1.16.4"
},
"homepage": "https://github.com/kimnagui/gatsby-starter-nagui#readme",
"keywords": [
"gatsby",
"blog",
"react",
"starter"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/kimnagui/gatsby-starter-nagui.git"
},
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"deploy": "gatsby build && gh-pages -d public -b master"
}
}