forked from jamesfelton508/gatsby-react-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 3.79 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "@baobabkoodaa/blog",
"version": "0.9.0",
"author": "Baobab Koodaa",
"description": "Feature-rich blog with streamlined design.",
"license": "MIT",
"dependencies": {
"fontfaceobserver": "^2.3.0",
"gatsby": "^4.18.2",
"gatsby-image": "^3.11.0",
"gatsby-plugin-feed": "^4.18.1",
"gatsby-plugin-layout": "^3.18.0",
"gatsby-plugin-manifest": "^4.18.1",
"gatsby-plugin-netlify": "^5.0.0",
"gatsby-plugin-offline": "^5.18.1",
"gatsby-plugin-react-helmet": "^5.18.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.18.1",
"gatsby-plugin-sitemap": "^5.18.1",
"gatsby-plugin-styled-jsx": "^5.19.0",
"gatsby-plugin-styled-jsx-postcss": "^2.0.2",
"gatsby-plugin-typescript": "^4.18.1",
"gatsby-remark-component-parent2div": "^1.2.3",
"gatsby-remark-copy-linked-files": "^5.18.0",
"gatsby-remark-emojis": "^0.4.3",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^6.18.1",
"gatsby-remark-prismjs": "^6.18.0",
"gatsby-remark-rehype-images": "^0.1.2",
"gatsby-remark-responsive-iframe": "^5.18.0",
"gatsby-remark-smartypants": "^5.18.0",
"gatsby-source-filesystem": "^4.18.1",
"gatsby-transformer-remark": "^5.18.1",
"gatsby-transformer-sharp": "^4.18.1",
"js-yaml": "^4.1.0",
"lodash.throttle": "^4.1.1",
"normalize.css": "^8.0.1",
"prismjs": "^1.28.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-facebook": "^8.1.4",
"react-helmet": "^6.1.0",
"react-icons": "^4.4.0",
"react-md-spinner": "^1.0.0",
"react-obfuscate": "^3.6.8",
"react-share": "^4.4.0",
"react-visibility-sensor": "^5.1.1",
"rehype-react": "^7.1.1",
"styled-jsx": "^3.0.2",
"styled-jsx-plugin-postcss": "^4.0.1",
"styled-jsx-plugin-stylelint": "^0.1.0",
"svg-react-loader": "^0.4.6",
"three": "^0.119.0",
"tinycolor2": "^1.4.2",
"typeface-open-sans": "1.1.13",
"typescript": "^4.7.4",
"vanta": "^0.5.24",
"yaml-loader": "^0.8.0"
},
"keywords": [
"gatsby"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"devhost": "gatsby develop --host 192.168.0.112",
"format": "prettier --write 'src/**/*.js'",
"lint-errors": "eslint src/**/*.{js,jsx} --quiet",
"lint": "eslint src/**/*.{js,jsx}",
"stylelint": "stylelint src/**/*.js",
"generate-app-icons": "sh ./scripts/generate-app-icons.sh"
},
"devDependencies": {
"@mapbox/stylelint-processor-arbitrary-tags": "^0.4.0",
"babel-eslint": "^8.2.6",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"babel-plugin-import": "^1.13.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-webpack-plugin": "^0.1.1",
"dotenv": "^16.0.1",
"eslint": "^8.19.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"json-loader": "^0.5.7",
"postcss": "^8.4.14",
"postcss-cli": "^10.0.0",
"postcss-cssnext": "^3.1.0",
"postcss-custom-properties": "^12.1.8",
"postcss-custom-selectors": "^6.0.3",
"postcss-easy-media-query": "^1.0.0",
"postcss-load-plugins": "^2.3.0",
"postcss-loader": "^7.0.1",
"postcss-media-variables": "^2.0.1",
"postcss-nested": "^5.0.6",
"postcss-sorting": "^7.0.1",
"postcss-text-remove-gap": "^1.1.1",
"postcss-utilities": "^0.8.4",
"precss": "^3.1.2",
"prettier": "^2.7.1",
"serve": "^14.0.0",
"sharp-cli": "^2.1.1",
"stylelint": "^14.9.1",
"stylelint-config-css-modules": "^4.1.0",
"stylelint-config-standard": "^26.0.0",
"url-loader": "^4.1.1",
"webpack-bundle-analyzer": "^4.5.0"
}
}