-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2.34 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
{
"name": "pavsidhu.com",
"description": "My personal website 💛",
"version": "2.0.0",
"author": "Pav Sidhu <pav@pavsidhu.com>",
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@reach/router": "^1.3.4",
"@svgr/webpack": "^5.5.0",
"dotenv": "^8.2.0",
"focus-visible": "^5.2.0",
"gatsby": "^2.30.1",
"gatsby-image": "^2.9.0",
"gatsby-plugin-google-analytics": "^2.9.0",
"gatsby-plugin-layout": "^1.8.0",
"gatsby-plugin-linaria": "^2.2.0",
"gatsby-plugin-manifest": "^2.10.0",
"gatsby-plugin-mdx": "^1.8.0",
"gatsby-plugin-netlify-cms": "^4.8.0",
"gatsby-plugin-nprogress": "^2.8.0",
"gatsby-plugin-offline": "^3.8.0",
"gatsby-plugin-preact": "^4.5.0",
"gatsby-plugin-react-helmet": "^3.8.0",
"gatsby-plugin-sharp": "^2.12.0",
"gatsby-plugin-svgr": "^2.1.0",
"gatsby-plugin-typescript": "^2.10.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^3.9.0",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-source-filesystem": "^2.9.0",
"gatsby-transformer-sharp": "^2.10.0",
"linaria": "^2.0.2",
"netlify-cms-app": "^2.14.10",
"preact": "^10.5.9",
"preact-render-to-string": "^5.1.12",
"prism-react-renderer": "^1.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-swipeable-views": "^0.13.9",
"react-swipeable-views-utils": "^0.13.9",
"react-textarea-autosize": "^8.3.0",
"scroll-behavior-polyfill": "^2.0.13",
"web-animations-js": "^2.3.2",
"wicg-inert": "^3.1.0"
},
"devDependencies": {
"@types/mdx-js__react": "^1.5.3",
"@types/reach__router": "^1.3.6",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.1.0",
"@types/react-swipeable-views": "^0.13.0",
"@types/react-swipeable-views-utils": "^0.13.2",
"@types/web-animations-js": "^2.2.11",
"prettier": "^2.2.1"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop --host 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "https://github.com/pavsidhu/pavsidhu.com"
},
"browserslist": [
"defaults"
]
}