forked from dgraph-io/neoRatel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.49 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.49 KB
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
{
"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",
"clean": "bash ./clean.sh",
"reinstall": "bash ./clean.sh && npm i"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@graphiql/toolkit": "^0.11.1",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-context-menu": "^2.2.6",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-popover": "1.1.6",
"@radix-ui/react-tabs": "^1.1.3",
"axios": "^1.8.1",
"graphql": "^16.10.0",
"jsonc-parser": "^3.3.1",
"lodash": "^4.17.21",
"memoize-one": "^6.0.0",
"monaco-editor": "0.52.2",
"monaco-graphql": "^1.6.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-monaco-editor": "^0.58.0",
"react-query": "^3.39.3",
"react-split": "^2.0.14",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/lodash": "^4.17.16",
"@types/node": "^22.13.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.8.0",
"typescript": "^5.8.2",
"vite": "^6.2.0"
}
}