-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.14 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
{
"name": "raoaditya.com",
"description": "Personal website of Aditya Rao.",
"license": "MIT",
"scripts": {
"develop": "gatsby clean && gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"@babel/runtime": "^7.12.13",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"babel-plugin-styled-components": "^1.12.0",
"bluebird": "^3.7.2",
"body-scroll-lock": "^3.1.5",
"core-js": "^3.8.3",
"detect-passive-events": "^2.0.2",
"eslint-webpack-plugin": "^2.5.0",
"gatsby": "^2.32.3",
"gatsby-plugin-advanced-sitemap": "^1.6.0",
"gatsby-plugin-manifest": "^2.12.0",
"gatsby-plugin-mdx": "^1.10.0",
"gatsby-plugin-netlify": "^2.11.0",
"gatsby-plugin-offline": "^3.10.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-styled-components": "^3.10.0",
"gatsby-remark-copy-linked-files": "^2.10.0",
"gatsby-remark-prismjs": "^3.13.0",
"gatsby-source-cloudinary": "^0.1.14",
"gatsby-source-filesystem": "^2.11.0",
"gatsby-transformer-remark": "^2.16.0",
"lodash": ">=4.17.20",
"polished": "^4.1.0",
"prism-themes": "^1.5.0",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-error-overlay": "^6.0.9",
"react-helmet": "^6.1.0",
"react-scroll-up-button": "^1.6.4",
"sanitize.css": "^12.0.1",
"styled-components": "^5.2.1",
"styled-icons": "^10.27.0",
"tween-functions": "^1.2.0",
"typeface-bree-serif": "1.1.13",
"typeface-fira-sans": "^1.1.13",
"typeface-ibm-plex-sans": "1.1.13",
"typeface-raleway": "^1.1.13",
"typeface-source-sans-pro": "1.1.13"
},
"devDependencies": {
"eslint": "^7.19.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby-plugin-eslint": "^3.0.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"prettier": "^2.2.1"
}
}