-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.5 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
81
82
83
84
{
"name": "hartenfeller.dev",
"private": true,
"description": "Sourcecode for my website hartenfeller.dev",
"version": "0.1.0",
"author": "Philipp Hartenfeller",
"dependencies": {
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^1.0.6",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.25.9",
"gatsby-image": "^3.11.0",
"gatsby-plugin-canonical-urls": "^4.25.0",
"gatsby-plugin-feed": "^4.25.0",
"gatsby-plugin-image": "^2.25.0",
"gatsby-plugin-manifest": "^4.25.0",
"gatsby-plugin-mdx": "^3.20.0",
"gatsby-plugin-offline": "^5.25.0",
"gatsby-plugin-postcss": "^5.25.0",
"gatsby-plugin-react-helmet": "^5.25.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-plugin-sitemap": "^5.25.0",
"gatsby-plugin-uninline-styles": "^0.2.0",
"gatsby-remark-acronyms": "^1.1.4",
"gatsby-remark-copy-linked-files": "^5.25.0",
"gatsby-remark-images": "^6.25.0",
"gatsby-remark-smartypants": "^5.25.0",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-transformer-sharp": "^4.25.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-markdown": "^7",
"react-syntax-highlighter": "^15.5.0",
"react-zoom-pan-pinch": "^1.6.1",
"slugify": "^1.6.6",
"tailwindcss": "^3.3.3",
"zustand": "^4.4.1"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"eslint": "^8.37.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.6"
},
"browserslist": [
">1%",
"not dead",
"not IE > 0",
"not op_mini all"
],
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/phartenfeller/phartenfeller.de"
},
"bugs": {
"url": "https://github.com/phartenfeller/phartenfeller.de/issues"
}
}