-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "redis-playground-ui",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/legacy-modes": "^6.4.2",
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.32.0",
"@next/bundle-analyzer": "^14.2.15",
"axios": "^1.7.3",
"codemirror": "^6.0.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-highlight-words": "^0.20.0",
"react-joyride": "^2.9.3",
"react-modal": "^3.16.3",
"react-resizable-panels": "^2.1.7",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.28.0",
"sass": "^1.83.0",
"socket.io-client": "^4.7.5",
"uuid": "^11.0.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-highlight-words": "^0.20.0",
"@types/react-modal": "^3.16.3",
"eslint": "^8",
"eslint-config-next": "^14.2.5",
"typescript": "^5"
}
}