forked from layer5io/layer5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 4.4 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
119
120
121
122
123
124
125
126
127
128
129
{
"name": "Layer5",
"description": "Our cloud native application and infrastructure management software enables organizations to expect more from their infrastructure. At Layer5, we believe collaboration enables innovation, and infrastructure enables collaboration",
"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": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/google-calendar": "^6.1.9",
"@fullcalendar/interaction": "^6.1.13",
"@fullcalendar/react": "^5.11.2",
"@layer5/meshery-design-embed": "^0.2.0",
"@layer5/sistent": "^0.14.60",
"@loadable/component": "^5.15.3",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@mui/material": "^5.15.11",
"@react-icons/all-files": "^4.1.0",
"@sideway/address": "^5.0.0",
"@svgr/webpack": "^8.0.1",
"@types/mui-datatables": "^4.3.12",
"axios": "^1.7.3",
"babel-plugin-styled-components": "^2.1.4",
"babel-preset-gatsby": "^2.22.0",
"cytoscape": "^3.28.1",
"cytoscape-cose-bilkent": "^4.1.0",
"cytoscape-fcose": "^2.2.0",
"dedent": "^1.5.1",
"deepmerge": "^4.3.0",
"formik": "^2.4.5",
"gatsby": "^4.20.0",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-background-image": "^1.6.0",
"gatsby-cli": "^5.12.4",
"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.3",
"joi": "^17.10.2",
"js-search": "^2.0.0",
"lodash": "^4.17.21",
"mui-datatables": "^4.3.0",
"path-browserify": "^1.0.1",
"prism-react-renderer": "^1.3.5",
"process": "^0.11.10",
"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.14.1",
"react-scroll": "^1.9.0",
"react-select": "^5.8.0",
"react-share": "^5.1.0",
"react-slick": "^0.30.2",
"react-table": "^7.8.0",
"react-tabs": "^4.2.1",
"react-tooltip": "^4.5.1",
"react-tsparticles": "^2.12.2",
"react-vertical-timeline-component": "^3.5.2",
"react-visibility-sensor": "^5.1.1",
"sharp": "^0.33.2",
"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",
"url": "^0.11.3"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.22.15",
"babel-plugin-module-resolver": "^5.0.0",
"cpx": "^1.5.0",
"cross-env": "^7.0.0",
"env-cmd": "^10.1.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.30",
"gh-pages": "^6.1.1",
"husky": "^8.0.3",
"rimraf": "^3.0.2",
"webpack-cli": "^5.0.2"
}
}