forked from ebpf-io/ebpf.io-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.02 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
{
"name": "ebpf-site",
"description": "ebpf website",
"private": true,
"version": "1.0.0",
"author": "Isovalent Inc.",
"dependencies": {
"@svgr/webpack": "^6.3.1",
"classnames": "^2.3.1",
"gatsby": "^4.18.0",
"gatsby-cli": "^4.18.0",
"gatsby-link": "^4.18.0",
"gatsby-paginate": "^1.1.1",
"gatsby-plugin-catch-links": "^4.18.0",
"gatsby-plugin-feed": "^4.18.0",
"gatsby-plugin-google-analytics": "^4.18.0",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-manifest": "^4.18.0",
"gatsby-plugin-netlify": "^5.0.0",
"gatsby-plugin-nprogress": "^4.18.0",
"gatsby-plugin-react-helmet": "^5.18.0",
"gatsby-plugin-sass": "^5.18.0",
"gatsby-plugin-sharp": "^4.18.0",
"gatsby-plugin-svgr-svgo": "^2.0.0",
"gatsby-remark-autolink-headers": "^5.18.0",
"gatsby-remark-copy-linked-files": "^5.18.0",
"gatsby-remark-images": "^6.18.0",
"gatsby-remark-prismjs": "^6.18.0",
"gatsby-remark-responsive-iframe": "^5.18.0",
"gatsby-source-filesystem": "^4.18.0",
"gatsby-transformer-remark": "^5.18.0",
"infinite-react-carousel": "^1.2.11",
"lodash": "^4.17.21",
"node-html-parser": "^5.3.3",
"node-sass": "^7.0.3",
"nuka-carousel": "^4.7.1",
"prismjs": "^1.28.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-modal-video": "^1.2.9",
"react-paginate": "^8.1.3",
"react-popover": "^0.5.10",
"react-refresh": "^0.14.0",
"slugify": "^1.6.5",
"string-similarity": "^4.0.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"date-fns": "^2.28.0",
"prettier": "^2.7.1",
"slug": "^5.3.0",
"to-markdown": "^3.1.1",
"webpack": "^5.73.0",
"xml2js": "^0.4.23"
}
}