-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
71 lines (71 loc) · 2.35 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
{
"name": "gatsby-starter-webcomic",
"private": true,
"description": "Template for webcomics / artwork",
"version": "1.0.0",
"author": "Jimmy Le - jldevops",
"bugs": {
"url": "https://github.com/JLDevOps/gatsby-starter-webcomic/issues"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.3.0",
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"antd": "^3.20.7",
"axios": "^0.19.0",
"babel-plugin-styled-components": "^1.10.6",
"boostrap": "^2.0.0",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"gatsby": "^2.13.41",
"gatsby-image": "^2.2.34",
"gatsby-plugin-feed": "^2.3.5",
"gatsby-plugin-google-analytics": "^2.1.4",
"gatsby-plugin-manifest": "^2.2.4",
"gatsby-plugin-mdx": "^1.0.59",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-plugin-styled-components": "^3.1.2",
"gatsby-remark-copy-linked-files": "^2.1.3",
"gatsby-remark-images": "^3.1.35",
"gatsby-remark-prismjs": "^3.3.3",
"gatsby-remark-responsive-iframe": "^2.2.4",
"gatsby-remark-smartypants": "^2.1.2",
"gatsby-source-filesystem": "^2.1.6",
"gatsby-transformer-json": "^2.2.2",
"gatsby-transformer-remark": "^2.6.9",
"gatsby-transformer-sharp": "^2.3.6",
"lodash": "^4.17.15",
"prismjs": "^1.17.1",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.8.6",
"react-grid-gallery": "^0.5.5",
"react-helmet": "^5.2.1",
"react-images": "^1.0.0",
"react-photo-gallery": "^8.0.0",
"react-simple-modal-slideshow": "^1.0.1",
"react-spring": "^8.0.27",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.1",
"styled-components": "^4.3.2"
},
"devDependencies": {
"db-book": "^1.0.3",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.14.3",
"gh-pages": "^2.0.1",
"prettier": "^1.18.2"
},
"homepage": "https://github.com/JLDevOps/gatsby-starter-webcomic",
"license": "Apache",
"scripts": {
"dev": "rm -rf .cache && gatsby develop",
"build": "rm -rf .cache && rm -rf public && gatsby build",
"deploy": "yarn build && gh-pages -d public"
}
}