This repository has been archived by the owner on Apr 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.11 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": "hoogenbos.ch",
"version": "0.0.1",
"private": true,
"description": "Personal website",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"prod": "gatsby build && gatsby serve",
"production": "gatsby build && gatsby serve",
"start": "yarn develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint 'src/**/*.ts?(x)' --fix",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@babel/core": "^7.18.5",
"@heroicons/react": "^2.0.12",
"@mdx-js/mdx": "v1",
"@mdx-js/react": "v1",
"@tailwindcss/typography": "^0.5.7",
"@testing-library/cypress": "^8.0.3",
"@types/classnames": "^2.3.1",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"autoprefixer": "^10.4.12",
"babel-loader": "^8.2.5",
"babel-preset-react-app": "^10.0.1",
"classnames": "^2.3.2",
"eslint": "^8.18.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.1",
"gatsby": "^4.24.4",
"gatsby-plugin-feed": "^4.24.0",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-mdx": "^3.17.0",
"gatsby-plugin-offline": "^5.24.0",
"gatsby-plugin-postcss": "^5.24.0",
"gatsby-plugin-react-helmet": "^5.24.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-plugin-sitemap": "^5.24.0",
"gatsby-plugin-typescript": "^4.24.0",
"gatsby-remark-images": "^6.24.0",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-transformer-sharp": "^4.24.0",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"remark-prism": "^1.3.6",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.4",
"webpack": "^5.74.0"
}
}