forked from layer5io/layer5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 4.05 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "Layer5",
"description": "Making service meshes available to the rest of us. Open source software for management of service meshes. Allowing developers to focus on business logic, not infrastructure concerns. Empowering operators to confidentally run modern infrastructure.",
"version": "1.0.0",
"private": true,
"author": "Layer5 Authors",
"license": "",
"repository": {
"type": "git",
"url": "https://layer5.io"
},
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean && rimraf node_modules",
"develop": "env-cmd -f .env.development gatsby develop",
"dev": "npm run develop",
"start": "npm run develop",
"serve": "gatsby serve",
"lint": "eslint --fix .",
"checklint": "eslint .",
"pretest": "eslint --ignore-path .gitignore .",
"preload-fonts": "gatsby-preload-fonts",
"deploy": "gatsby build && gh-pages -d public -b master",
"noIndex": "gatsby build && echo 'User-agent: *\nDisallow: /' > public/robots.txt",
"prepare": "husky install"
},
"dependencies": {
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/google-calendar": "^6.0.2",
"@fullcalendar/interaction": "^6.0.1",
"@fullcalendar/react": "^5.11.2",
"@loadable/component": "^5.15.3",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@react-icons/all-files": "^4.1.0",
"@sideway/address": "^5.0.0",
"@svgr/webpack": "^8.0.1",
"axios": "^1.4.0",
"babel-plugin-styled-components": "^2.1.4",
"babel-preset-gatsby": "^2.22.0",
"cytoscape": "^3.26.0",
"cytoscape-cose-bilkent": "^4.1.0",
"cytoscape-fcose": "^2.2.0",
"dedent": "^0.7.0",
"deepmerge": "^4.3.0",
"formik": "^2.2.9",
"gatsby": "^4.20.0",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-background-image": "^1.6.0",
"gatsby-cli": "^5.5.0",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-feed": "^4.25.0",
"gatsby-plugin-image": "^2.22.0",
"gatsby-plugin-loadable-components-ssr": "^4.3.2",
"gatsby-plugin-manifest": "^4.25.0",
"gatsby-plugin-mdx": "^3.20.0",
"gatsby-plugin-meta-redirect": "github:layer5labs/gatsby-plugin-meta-redirect",
"gatsby-plugin-preload-fonts": "^3.24.0",
"gatsby-plugin-robots-txt": "1.7.1",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-plugin-sitemap": "^5.25.0",
"gatsby-plugin-styled-components": "^5.25.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-redirect-from": "^1.0.5",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-transformer-sharp": "^4.25.0",
"gbimage-bridge": "^0.2.2",
"gsap": "^3.12.2",
"joi": "^17.10.2",
"js-search": "^2.0.0",
"lodash": "^4.17.21",
"prism-react-renderer": "^1.3.5",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-accessible-accordion": "^5.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-countdown": "^2.3.5",
"react-countup": "^6.1.1",
"react-debounce-input": "^3.3.0",
"react-dom": "^17.0.2",
"react-honeycomb": "^0.1.3",
"react-intersection-observer": "^9.4.1",
"react-loadable": "^5.5.0",
"react-modal": "^3.16.1",
"react-player": "^2.12.0",
"react-scroll": "^1.8.7",
"react-select": "^5.7.2",
"react-share": "^4.4.1",
"react-slick": "^0.29.0",
"react-table": "^7.8.0",
"react-tabs": "^4.2.1",
"react-tooltip": "^4.5.1",
"react-tsparticles": "^2.1.4",
"react-vertical-timeline-component": "^3.5.2",
"react-visibility-sensor": "^5.1.1",
"sharp": "^0.31.3",
"simple-react-cytoscape": "^1.0.4",
"simple-react-lightbox": "^3.6.8",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.9",
"swiper": "^9.2.0"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.22.9",
"babel-plugin-module-resolver": "^5.0.0",
"cpx": "^1.5.0",
"cross-env": "^7.0.0",
"env-cmd": "^10.1.0",
"eslint": "^8.28.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.30",
"gh-pages": "^4.0.0",
"husky": "^8.0.3",
"rimraf": "^3.0.2",
"webpack-cli": "^5.0.2"
}
}