This repository has been archived by the owner on Jun 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.92 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
80
{
"name": "jamesrwilliams.ca",
"version": "3.0.0",
"description": "This is the source code for my personal website [https://jamesrwilliams.ca](https://jamesrwilliams.co.uk), and eventually it's `.ca` TLD replacement! Built with the static site generator [Hugo](https://gohugo.io/) and using a custom made theme, that I might release sometime in the future as a stand alone project.",
"main": "workbox-config.js",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop:opm": "NODE_OPTIONS=--max-old-space-size=8192 gatsby develop -H 0.0.0.0",
"develop:lan": "gatsby develop -H 0.0.0.0",
"lint": "npx eslint .",
"format": "prettier --write \"**/*.{js,jsx, json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamesrwilliams/personal-site.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jamesrwilliams/personal-site/issues"
},
"homepage": "https://github.com/jamesrwilliams/personal-site#readme",
"dependencies": {
"@icons-pack/react-simple-icons": "^7.2.0",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@playwright/test": "^1.35.1",
"babel-plugin-styled-components": "^2.1.3",
"chromium": "^3.0.3",
"gatsby": "^5.10.0",
"gatsby-plugin-image": "^3.10.0",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby-plugin-mdx": "^5.10.0",
"gatsby-plugin-offline": "^6.10.0",
"gatsby-plugin-sharp": "^5.10.0",
"gatsby-plugin-sitemap": "^6.10.0",
"gatsby-plugin-styled-components": "^6.10.0",
"gatsby-remark-autolink-headers": "^6.10.0",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-copy-linked-files": "^6.10.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.10.0",
"gatsby-remark-mermaid": "^4.0.0",
"gatsby-remark-prismjs": "^7.10.0",
"gatsby-source-filesystem": "^5.10.0",
"gatsby-source-graphql": "^5.10.0",
"gatsby-transformer-sharp": "^5.10.0",
"playwright": "^1.35.1",
"prismjs": "^1.29.0",
"puppeteer": "^20.5.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.9.0",
"react-is": "^18.2.0",
"reading-time": "^1.5.0",
"remark-gfm": "^1.0.0",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.6",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"eslint-config-react-app": "^7.0.1",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"typescript": "^5.1.3"
}
}