forked from ebpf-io/ebpf.io-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.84 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
{
"name": "ebpf-site",
"description": "ebpf website",
"private": true,
"version": "1.0.0",
"author": "Isovalent Inc.",
"dependencies": {
"classnames": "^2.2.6",
"gatsby": "^2.24.47",
"gatsby-cli": "^2.12.87",
"gatsby-link": "^2.4.13",
"gatsby-paginate": "^1.1.1",
"gatsby-plugin-catch-links": "^2.3.11",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-feed": "^2.5.11",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-netlify": "^2.3.13",
"gatsby-plugin-nprogress": "^2.3.10",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "^2.6.28",
"gatsby-remark-autolink-headers": "^2.3.11",
"gatsby-remark-copy-linked-files": "^2.3.12",
"gatsby-remark-images": "^3.3.25",
"gatsby-remark-prismjs": "^3.5.10",
"gatsby-remark-responsive-iframe": "^2.4.12",
"gatsby-source-filesystem": "^2.3.24",
"gatsby-transformer-remark": "^2.8.28",
"infinite-react-carousel": "^1.2.11",
"lodash": "^4.17.20",
"node-html-parser": "^2.0.0",
"nuka-carousel": "^4.7.1",
"prismjs": "^1.21.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-modal-video": "^1.2.6",
"react-popover": "^0.5.10",
"react-refresh": "^0.8.3",
"string-similarity": "^4.0.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"date-fns": "^2.15.0",
"node-sass": "^4.14.1",
"prettier": "^2.0.5",
"slug": "^3.3.4",
"to-markdown": "^3.1.1",
"xml2js": "^0.4.23",
"webpack": "^4.44.1"
}
}