-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
120 lines (120 loc) · 3.97 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
114
115
116
117
118
119
120
{
"name": "pradeep-blog",
"description": "Pradeep Gtasby blog starter",
"version": "1.0.0",
"author": "pradeepvemulakonda@gmail.com",
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@mdx-js/loader": "^0.20.1",
"@mdx-js/mdx": "^0.20.1",
"@mdx-js/runtime": "^0.20.1",
"@mdx-js/tag": "^0.18.0",
"babel-plugin-styled-components": "^1.10.0",
"create-react-context": "^0.2.3",
"gatsby": "^2.18.17",
"gatsby-image": "^2.0.22",
"gatsby-mdx": "^0.3.2",
"gatsby-plugin-accessibilityjs": "^1.0.3",
"gatsby-plugin-catch-links": "^2.0.11",
"gatsby-plugin-feed": "^2.0.8",
"gatsby-plugin-google-analytics": "^2.0.5",
"gatsby-plugin-google-fonts": "^0.0.4",
"gatsby-plugin-manifest": "^2.0.5",
"gatsby-plugin-material-ui": "^1.2.4",
"gatsby-plugin-netlify-cms": "^3.0.14",
"gatsby-plugin-nprogress": "^2.0.8",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-prefetch-google-fonts": "^1.4.0",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.4.0",
"gatsby-plugin-sass": "^2.0.10",
"gatsby-plugin-sharp": "^2.3.10",
"gatsby-plugin-sitemap": "^2.1.0",
"gatsby-plugin-styled-components": "^3.0.5",
"gatsby-plugin-typography": "^2.2.0",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^2.0.5",
"gatsby-remark-custom-blocks": "^2.0.5",
"gatsby-remark-grid-tables": "^0.0.3",
"gatsby-remark-images": "^2.0.4",
"gatsby-remark-katex": "^3.0.4",
"gatsby-remark-prismjs": "^3.0.0",
"gatsby-remark-responsive-iframe": "^2.1.1",
"gatsby-remark-smartypants": "^2.0.5",
"gatsby-remark-source-name": "^1.0.0",
"gatsby-source-filesystem": "^2.0.2",
"gatsby-transformer-remark": "^2.3.8",
"gatsby-transformer-sharp": "^2.3.9",
"gatsby-transformer-yaml": "^2.1.8",
"gray-percentage": "^2.0.0",
"katex": "^0.10.1",
"lodash": "^4.17.11",
"mdx-utils": "^0.0.2",
"netlify-cms": "^2.6.1",
"node-sass": "^4.11.0",
"npm": "^6.13.4",
"nvm": "0.0.4",
"prism-react-renderer": "^0.1.6",
"prismjs": "^1.15.0",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-github-btn": "^1.0.0",
"react-helmet": "^5.2.0",
"react-iframe": "^1.5.0",
"react-ink": "^6.4.0",
"react-responsive-embed": "^2.1.0",
"react-scroll-to-component": "^1.0.2",
"react-sidebar": "^3.0.2",
"react-swipeable-views": "^0.13.1",
"react-syntax-highlighter": "^10.1.3",
"react-typography": "^0.16.13",
"rehype-react": "^3.1.0",
"remark-grid-tables": "^1.6.0",
"remark-react": "^5.0.1",
"sharp": "^0.23.4",
"slash": "^2.0.0",
"ssr-window": "^1.0.1",
"styled-components": "^4.1.3",
"typeface-merriweather": "0.0.43",
"typeface-montserrat": "0.0.43",
"typeface-roboto": "^0.0.54",
"typography": "^0.16.17",
"typography-breakpoint-constants": "^0.16.18",
"typography-theme-fairy-gates": "^0.16.18",
"typography-theme-sutro": "^0.16.18",
"typography-theme-wordpress-2016": "^0.15.10",
"yarn": "^1.13.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"eslint": "^5.14.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-react": "^7.0.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-require-path-exists": "^1.1.9",
"eslint-plugin-standard": "^4.0.0",
"gatsby-cli": "^2.8.22",
"gatsby-plugin-eslint": "^2.0.4",
"prettier": "^1.15.2",
"prismjs": "^1.15.0",
"raf": "^3.4.1",
"standard": "^12.0.1",
"tween": "^0.9.0"
}
}