-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 2.07 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": "sunnysingh.io",
"description": "Projects, podcasts, and articles by Sunny Singh.",
"version": "1.0.0",
"author": "Sunny Singh <[email protected]>",
"bugs": {
"url": "https://github.com/sunnysingh/sunnysingh.io/issues"
},
"engines": {
"node": ">=15.0.1",
"npm": ">=7.0.3"
},
"scripts": {
"gen:post": "hygen post new",
"dev": "gatsby develop",
"lint": "eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write 'src/**/*.js' 'src/**/*.md'",
"clean": "gatsby clean",
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"babel-plugin-styled-components": "^1.13.2",
"date-fns": "^2.25.0",
"gatsby": "^3.14.3",
"gatsby-image": "^3.11.0",
"gatsby-plugin-fathom": "^2.1.1",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-mdx": "^2.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^3.14.1",
"gatsby-plugin-styled-components": "^4.14.0",
"gatsby-plugin-twitter": "^3.14.0",
"gatsby-remark-copy-linked-files": "^4.11.0",
"gatsby-remark-images": "^5.11.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-sharp": "^3.14.0",
"lodash": "^4.17.21",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-helmet": "^6.1.0",
"react-kawaii": "^0.17.0",
"react-load-script": "^0.0.6",
"socialshares": "^2.0.5",
"styled-components": "^5.3.1"
},
"devDependencies": {
"eslint": "^8.0.1",
"eslint-plugin-react": "^7.26.1",
"hygen": "^6.1.0",
"prettier": "^2.4.1"
},
"homepage": "https://sunnysingh.io/",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/sunnysingh/web.git"
}
}