-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.73 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": "viral-sangani",
"description": "Portfolio website of Viral",
"version": "3.0.0",
"author": "Jazib Sawar <jazibsawar@gmail.com>",
"bugs": {
"url": "https://github.com/jazibsawar/gatsby-blog-cosmicjs/issues"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@primer/octicons-react": "^12.1.0",
"disqus-react": "^1.0.11",
"gatsby": "^2.32.8",
"gatsby-background-image": "^1.4.1",
"gatsby-image": "^2.11.0",
"gatsby-plugin-advanced-sitemap": "^1.6.0",
"gatsby-plugin-google-analytics": "^2.11.0",
"gatsby-plugin-google-tagmanager": "^2.11.0",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-mdx": "^1.10.1",
"gatsby-plugin-no-javascript": "^2.0.5",
"gatsby-plugin-offline": "^3.10.2",
"gatsby-plugin-postcss": "^3.7.0",
"gatsby-plugin-preact": "^4.7.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sharp": "^2.14.3",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-plugin-zopfli": "^2.0.0",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-source-rest-api": "^0.2.3",
"gatsby-transformer-sharp": "^2.12.0",
"postcss-preset-env": "^6.7.0",
"preact": "^10.5.12",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-flip-move": "^3.0.4",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"eslint": "^7.21.0",
"eslint-plugin-react": "^7.22.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.20",
"prettier": "^2.2.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": {
"start": "gatsby build",
"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": "gatsby build",
"deploy": "gatsby-plugin-s3 deploy",
"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"
}
}