-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
66 lines (66 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
{
"name": "whitehoodhacker.net",
"private": true,
"description": "WhiteHoodHacker's personal website and blog",
"version": "1.0.3",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"bootstrap": "^5.1.0",
"framer-motion": "^4.1.17",
"gatsby": "^3.7.1",
"gatsby-plugin-canonical-urls": "^3.11.0",
"gatsby-plugin-feed": "^3.7.1",
"gatsby-plugin-image": "^1.7.1",
"gatsby-plugin-mdx": "^2.11.0",
"gatsby-plugin-netlify": "^3.7.1",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-sharp": "^3.7.1",
"gatsby-plugin-sitemap": "^4.7.0",
"gatsby-plugin-slug": "^2.0.0",
"gatsby-plugin-use-dark-mode": "^1.3.0",
"gatsby-remark-copy-linked-files": "^4.4.1",
"gatsby-remark-images": "^5.4.1",
"gatsby-remark-prismjs": "^5.4.1",
"gatsby-remark-responsive-iframe": "^4.4.1",
"gatsby-remark-smartypants": "^4.4.1",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-transformer-sharp": "^3.7.1",
"normalize.css": "^8.0.1",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"raf": "^3.4.1",
"react": "^16.14.0",
"react-bootstrap": "^1.6.1",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^8.32.0",
"react-scrollspy": "^3.4.3",
"react-twitter-widgets": "^1.10.0",
"smooth-scroll": "^16.1.3",
"typescript": "^4.3.2",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"gatsby-plugin-remove-trailing-slashes": "^3.14.0",
"prettier": "2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/WhiteHoodHacker/whitehoodhacker.net"
},
"bugs": {
"url": "https://github.com/WhiteHoodHacker/whitehoodhacker.net/issues"
}
}