forked from dgraph-io/neoRatel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.45 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
{
"name": "neoratel",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"debug": "vite -d --port 4004"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@graphiql/toolkit": "^0.9.1",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "1.0.7",
"@radix-ui/react-tabs": "^1.0.4",
"axios": "^1.7.2",
"graphql": "^16.6.0",
"jsonc-parser": "^3.2.1",
"lodash": "^4.17.21",
"memoize-one": "^6.0.0",
"monaco-editor": "^0.49.0",
"monaco-graphql": "^1.5.2",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-monaco-editor": "^0.55.0",
"react-query": "^3.39.3",
"react-split": "^2.0.14",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"simple-zustand-devtools": "^1.1.0",
"typescript": "^5.4.5",
"vite": "^5.2.13"
}
}