-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "rqman",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-sql": "^6.3.3",
"@codemirror/legacy-modes": "0.19.0",
"@codemirror/stream-parser": "^0.19.9",
"@codemirror/view": "^6.7.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.114",
"@mui/material": "^5.11.3",
"@next/font": "13.1.1",
"@tanstack/react-query": "^4.20.9",
"@types/http-proxy": "^1.17.9",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@uiw/react-codemirror": "^4.19.5",
"axios": "^1.2.2",
"eslint": "8.31.0",
"eslint-config-next": "^12.0.4",
"http-proxy": "^1.18.1",
"lodash": "^4.17.21",
"next": "13.1.1",
"re-resizable": "^6.9.9",
"react": "18.2.0",
"react-data-grid": "^7.0.0-beta.20",
"react-dom": "18.2.0",
"typescript": "4.9.4",
"usehooks-ts": "^2.9.1",
"yaml": "^2.2.1"
},
"devDependencies": {
"@types/lodash": "^4.14.191"
}
}