This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.48 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
76
77
78
79
{
"name": "xpbytes",
"private": true,
"description": "Website for XPBytes.com",
"version": "2.2.0",
"author": "Derk-Jan Karrenbeld <[email protected]>",
"dependencies": {
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"@github/g-emoji-element": "^1.1.2",
"@mdx-js/mdx": "^1.5.5",
"@mdx-js/tag": "^0.20.3",
"@sindresorhus/slugify": "^0.9.1",
"@webcomponents/custom-elements": "^1.3.2",
"details-dialog-element": "^3.0.3",
"details-element-polyfill": "^2.4.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.0",
"gatsby": "^2.18.25",
"gatsby-image": "^2.2.39",
"gatsby-mdx": "^0.6.3",
"gatsby-plugin-dark-mode": "^1.1.0",
"gatsby-plugin-emotion": "^4.1.21",
"gatsby-plugin-fathom": "^1.2.0",
"gatsby-plugin-force-trailing-slashes": "^1.0.4",
"gatsby-plugin-manifest": "^2.2.37",
"gatsby-plugin-offline": "^3.0.32",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-sharp": "^2.3.13",
"gatsby-plugin-typescript": "^2.1.26",
"gatsby-plugin-use-dark-mode": "^1.1.2",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^3.1.42",
"gatsby-remark-prismjs": "^3.3.30",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-source-graphql": "2.1.31",
"gatsby-transformer-json": "^2.2.25",
"gatsby-transformer-remark": "^2.6.48",
"gatsby-transformer-sharp": "^2.3.13",
"prismjs": "^1.19.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-toggle": "^4.1.1",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@types/react-helmet": "^5.0.15",
"@types/react-toggle": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"gatsby-remark-autolink-headers": "^2.1.23",
"prettier": "^1.19.1",
"typescript": "^3.7.5",
"typescript-styled-plugin": "^0.15.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "yarn develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/xpbytes/xpbytes.com"
},
"bugs": {
"url": "https://github.com/xpbytes/xpbytes.com/issues"
}
}