-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
130 lines (130 loc) · 3.92 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
130
{
"name": "ui",
"version": "0.42.3",
"private": true,
"scripts": {
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
"watch": "npx tailwindcss -i ./tailwind.css -o ./public/css/style.css --watch",
"debug": "tsc --watch",
"build": "GENERATE_SOURCEMAP=false react-scripts build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/css": "^11.10.6",
"@fontsource/inter": "^5.0.8",
"@melloware/react-logviewer": "^5.0.2",
"@monaco-editor/react": "^4.5.0",
"@nextui-org/react": "^2.3.6",
"@react-hook/mouse-position": "^4.1.3",
"@react-keycloak/web": "^3.4.0",
"@react-three/drei": "^9.74.11",
"@react-three/fiber": "^8.13.4",
"@reduxjs/toolkit": "^1.9.1",
"@uiw/react-markdown-preview": "^4.1.13",
"animate.css": "^4.1.1",
"apexcharts": "^3.37.0",
"axios": "^1.6.0",
"body-scroll-lock": "^4.0.0-beta.0",
"dotenv": "^16.3.1",
"file-saver": "^2.0.5",
"formik": "^2.2.9",
"framer-motion": "^11.2.2",
"gridstack": "^7.2.3",
"jwt-decode": "^4.0.0",
"keycloak-js": "25.0.2",
"lodash": "^4.17.21",
"primeicons": "^6.0.1",
"primereact": "^9.1.1",
"query-string": "^8.1.0",
"randomstring": "^1.2.3",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-barcode": "^1.4.6",
"react-beautiful-dnd": "^13.1.1",
"react-circular-menu": "^2.3.10",
"react-collapsible": "^2.10.0",
"react-content-loader": "^6.2.1",
"react-contexify": "^6.0.0",
"react-cool-onclickoutside": "^1.7.0",
"react-copy-to-clipboard": "^5.1.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-drag-drop-files": "^2.3.9",
"react-draggable": "^4.4.5",
"react-edit-text": "^5.1.0",
"react-full-screen": "^1.1.1",
"react-gravatar": "^2.6.3",
"react-helmet": "^6.1.0",
"react-icons": "^4.7.1",
"react-joystick-component": "^6.2.0",
"react-loading-skeleton": "^3.3.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.7.0",
"react-scripts": "5.0.1",
"react-scroll-to-bottom": "^4.2.0",
"react-select": "^5.8.0",
"react-simple-maps": "^3.0.0",
"react-step-progress-bar": "^1.0.3",
"react-tag-input-component": "^2.0.2",
"react-terminal": "^1.3.1",
"react-toggle": "^4.1.3",
"react-top-loading-bar": "^2.3.1",
"react-use-size": "^3.0.1",
"react-zoom-pan-pinch": "^3.0.6",
"reactour": "^1.19.1",
"redux-persist": "^6.0.0",
"roslib": "^1.3.0",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4",
"sonner": "^0.1.1",
"tailwind-scrollbar-hide": "^1.1.7",
"three": "^0.153.0",
"use-react-router-breadcrumbs": "^4.0.1",
"uuid": "^9.0.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/body-scroll-lock": "^3.1.0",
"@types/file-saver": "^2.0.5",
"@types/randomstring": "^1.1.8",
"@types/react": "^18.0.27",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.10",
"@types/react-edit-text": "^5.0.1",
"@types/react-gravatar": "^2.6.10",
"@types/react-helmet": "^6.1.11",
"@types/react-scroll-to-bottom": "^4.2.0",
"@types/react-simple-maps": "^3.0.0",
"@types/react-toggle": "^4.0.3",
"@types/reactour": "^1.18.2",
"@types/roslib": "^1.3.0",
"@types/three": "^0.152.1",
"@types/uuid": "^9.0.8",
"eslint-config-react-app": "^7.0.1",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
}
}