-
Notifications
You must be signed in to change notification settings - Fork 142
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.4 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 3.4 KB
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
97
98
99
100
101
102
103
104
105
106
107
{
"name": "cilium.io",
"private": true,
"description": "Cilium.io - Public website",
"version": "0.1.0",
"author": "Cilium",
"scripts": {
"start": "npm run develop",
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write .",
"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 .",
"prepare": "husky install"
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^2.3.0",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.16",
"algoliasearch": "^4.24.0",
"babel-loader": "^9.2.1",
"classnames": "^2.5.1",
"framer-motion": "^12.12.1",
"gatsby": "^5.16.1",
"gatsby-adapter-netlify": "^1.2.1",
"gatsby-plugin-algolia-search": "^0.5.7",
"gatsby-plugin-canonical-urls": "^5.14.0",
"gatsby-plugin-feed": "^5.14.0",
"gatsby-plugin-hotjar": "^1.2.1",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-mdx": "^5.14.1",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-remark-copy-linked-files": "^6.14.0",
"gatsby-remark-images": "^7.14.0",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-remark-responsive-iframe": "^6.14.0",
"gatsby-remark-video": "^1.2.5",
"node-fetch": "^2.7.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"prismjs": "^1.30.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-calendly": "^4.3.1",
"react-dom": "^18.3.1",
"react-error-overlay": "^6.1.0",
"react-hook-form": "^7.56.4",
"react-instantsearch-dom": "^6.40.4",
"react-modal": "^3.16.3",
"react-paginate": "^8.3.0",
"react-share": "^4.4.1",
"react-slick": "^0.30.3",
"react-use": "^17.6.0",
"remark-gfm": "^1.0.0",
"slick-carousel": "^1.8.1",
"swiper": "^12.1.2",
"tiny-slider": "^2.9.4",
"yup": "^1.6.1"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"gatsby-alias-imports": "^1.0.6",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-offline": "^6.14.0",
"gatsby-plugin-postcss": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-svgr-svgo": "^2.0.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"husky": "^8.0.3",
"lint-staged": "^16.0.0",
"markdownlint-cli": "^0.44.0",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.1",
"prettier": "^3.5.3",
"tailwindcss": "^3.4.17"
},
"keywords": [
"gatsby"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/cilium/cilium.io"
},
"bugs": {
"url": "https://github.com/cilium/cilium.io/issues"
}
}