-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.48 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
{
"name": "xkite",
"version": "1.0.0",
"title": "xkite: Kafka Integrated Testing Environment",
"description": "A comprehensive prototyping, testing, and monitoring toolset built for Apache Kafka.",
"author": "xkite Team- OpenSource Labs",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/oslabs-beta/xkite"
},
"scripts": {
"next-dev": "next dev",
"dev:6662": "next dev -p 6662",
"dev": "concurrently \"next dev\" \"open http://localhost:3000\"",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"bin": {
"xkite": "npm start"
},
"keywords": [
"apache",
"kafka",
"kafkajs",
"docker",
"react",
"nextjs",
"typescript",
"zookeeper",
"xkite-core",
"GUI"
],
"dependencies": {
"@builder.io/partytown": "^0.7.5",
"@emotion/cache": "11.7.1",
"@emotion/react": "11.9.0",
"@emotion/server": "11.4.0",
"@emotion/styled": "11.8.1",
"@mui/core": "5.0.0-alpha.54",
"@mui/icons-material": "5.8.2",
"@mui/lab": "5.0.0-alpha.84",
"@mui/material": "5.8.2",
"@mui/styles": "5.8.0",
"@next/font": "13.0.6",
"@reduxjs/toolkit": "^1.9.3",
"@types/next": "^9.0.0",
"@types/nprogress": "0.2.0",
"@types/numeral": "2.0.2",
"@types/react": "17.0.40",
"@types/react-dom": "17.0.13",
"@types/kafkajs": "^1.9.0",
"@types/socket.io-client": "^1.4.35",
"apexcharts": "3.35.3",
"clsx": "1.1.1",
"concurrently": "^7.6.0",
"date-fns": "2.28.0",
"eslint": "8.34.0",
"eslint-config-next": "13.0.6",
"get-port": "^6.1.2",
"i": "^0.3.7",
"next": "12.1.6",
"next-images": "1.8.4",
"npm": "^9.6.0",
"nprogress": "0.2.0",
"numeral": "2.0.6",
"react": "17.0.2",
"react-apexcharts": "1.4.0",
"react-custom-scrollbars-2": "4.4.0",
"react-dom": "17.0.2",
"react-flow-renderer": "^10.3.17",
"react-spinners": "^0.13.8",
"reactflow": "^11.5.6",
"socket.io": "^4.6.1",
"socket.io-client": "^3.1.2",
"typescript": "4.7.3",
"xkite-core": "^1.0.27",
"child_process": "^1.0.2",
"net": "^1.0.2",
"kafkajs": "^2.2.3"
},
"devDependencies": {
"@types/node": "^18.14.6",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"prettier": "^2.8.4",
"prettier-eslint": "^15.0.1"
},
"browser": {
"child_process": false,
"fs": false,
"path": false
}
}