-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.51 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.51 KB
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
{
"name": "dfirebird.github.io",
"description": "Personal site built using Gatsby",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "yarn run build && gh-pages -d public -b master",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "yarn run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@mdx-js/mdx": "2.3.0",
"@mdx-js/react": "2.3.0",
"gatsby": "^5.10.0",
"gatsby-plugin-dark-mode": "^1.1.2",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby-plugin-mdx": "^5.10.0",
"gatsby-plugin-offline": "^6.10.0",
"gatsby-plugin-react-helmet": "^6.10.0",
"gatsby-plugin-typography": "^5.10.0",
"gatsby-remark-prismjs": "^7.10.0",
"gatsby-source-filesystem": "^5.10.0",
"gatsby-source-graphql": "^5.10.0",
"gatsby-transformer-json": "^5.10.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.9.0",
"react-typography": "^0.16.23",
"typography": "^0.16.19",
"typography-theme-st-annes": "^0.16.19"
},
"devDependencies": {
"gh-pages": "^3.1.0",
"prettier": "2.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/dfireBird/dfirebird.github.io"
},
"bugs": {
"url": "https://github.com/dfireBird/dfirebird.github.io/issues"
}
}