forked from cloud-native-austria/kcd-austria-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.99 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
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "kcd-austria",
"description": "Kubernetes Community Days Austria Website",
"version": "0.1.0",
"author": "Katharina Sick",
"engines": {
"node": ">=18.0.0",
"npm": ">=8.6.0"
},
"scripts": {
"start": "npm run develop",
"dev": "npm run develop",
"develop": "gatsby develop -H 0.0.0.0",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write --ignore-path .gitignore .",
"lint": "npm run lint:js & npm run lint:md",
"lint:fix": "npm run lint:js:fix & npm run lint:md:fix",
"lint:js": "eslint --ext .js,.jsx --ignore-path .gitignore .",
"lint:js:fix": "eslint --fix --ext .js,.jsx --ignore-path .gitignore .",
"lint:md": "markdownlint --ignore-path .gitignore .",
"lint:md:fix": "markdownlint --fix --ignore-path .gitignore ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.0",
"dompurify": "^3.0.8",
"framer-motion": "^11.0.5",
"gatsby": "^5.13.3",
"gatsby-plugin-canonical-urls": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"jsdom": "^24.0.0",
"lodash": "^4.17.21",
"lodash.get": "^4.4.2",
"lottie-react": "^2.4.0",
"path": "^0.12.7",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-social-icons": "^6.12.0",
"remark-gfm": "^4.0.0",
"slugify": "^1.6.6",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gatsby-alias-imports": "^1.0.6",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-postcss": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-svgr-svgo": "^2.0.0",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gh-pages": "^6.1.1",
"lint-staged": "^15.2.2",
"markdownlint-cli": "^0.39.0",
"postcss": "^8.4.35",
"postcss-import": "^16.0.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss-safe-area": "^0.5.1"
},
"keywords": [
"react",
"gatsby",
"tailwind"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pixel-point/gatsby-tailwind-starter"
},
"bugs": {
"url": "https://github.com/pixel-point/gatsby-tailwind-starter/issues"
}
}