forked from cobuildlab/cobuildlab-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 3.2 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
84
85
86
87
88
89
90
91
92
93
{
"name": "gatsby-starter-blog",
"description": "Starter Gatsby Blog",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues"
},
"dependencies": {
"bloomer": "^0.6.3",
"bootstrap": "^4.3.1",
"bulma": "^0.7.5",
"core-js": "^2.6.9",
"disqus-react": "^1.0.5",
"dotenv": "^6.1.0",
"gatsby": "^2.8.2",
"gatsby-cli": "^2.6.4",
"gatsby-image": "^2.1.2",
"gatsby-plugin-amp": "^0.2.2",
"gatsby-plugin-feed": "^2.2.2",
"gatsby-plugin-google-analytics": "^2.0.20",
"gatsby-plugin-google-tagmanager": "^2.0.15",
"gatsby-plugin-mailchimp": "git+https://github.com/benjaminhoffman/gatsby-plugin-mailchimp.git#gatsby-v2",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-offline": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.1.3",
"gatsby-plugin-sitemap": "^2.1.0",
"gatsby-plugin-typography": "^2.2.13",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^2.0.13",
"gatsby-remark-images": "^2.0.4",
"gatsby-remark-responsive-iframe": "2.1.1",
"gatsby-remark-smartypants": "2.0.9",
"gatsby-source-filesystem": "2.0.28",
"gatsby-transformer-remark": "2.3.8",
"gatsby-transformer-sharp": "^2.1.21",
"help": "^3.0.2",
"i": "^0.3.6",
"jquery": "^3.4.1",
"lodash": "^4.17.13",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"popper.js": "^1.15.0",
"prismjs": "^1.16.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-icons-kit": "^1.3.1",
"react-modal-video": "^1.2.2",
"react-share": "^2.3.1",
"react-speech": "^0.3.2",
"react-spinners": "^0.4.8",
"react-toastify": "^4.4.0",
"react-transition-group": "^2.9.0",
"react-typography": "^0.16.19",
"react-youtube": "^7.9.0",
"rehype-react": "^3.0.3",
"styled-components": "^4.3.2",
"typeface-merriweather": "0.0.43",
"typeface-montserrat": "0.0.43",
"validate.js": "^0.12.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.13.0",
"gatsby-remark-prismjs": "^3.2.9",
"gh-pages": "^1.2.0",
"prettier": "^1.17.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby-starter-blog.git"
},
"scripts": {
"dev": "gatsby develop",
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js' 'src/**/*.md'",
"develop": "gatsby develop",
"build:dev": "NODE_ENV=development gatsby build",
"build": "gatsby build",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"fix-semi": "eslint --quiet --ignore-pattern node_modules --ignore-pattern public --parser babel-eslint --no-eslintrc --rule '{\"semi\": [2, \"never\"], \"no-extra-semi\": [2]}' --fix gatsby-node.js"
}
}