-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1014 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1014 Bytes
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
{
"name": "gremlin-viewer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@azure/cosmos": "^4.5.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@monaco-editor/react": "4.7.0",
"@mui/icons-material": "^7.2.0",
"@mui/material": "^5.17.1",
"cosmos": "azure/cosmos",
"crypto-js": "^4.2.0",
"cytoscape": "^3.28.0",
"gremlin": "^3.7.3",
"i": "^0.3.7",
"monaco-editor": "^0.52.2",
"next": "15.3.4",
"npm": "^11.5.2",
"react": "^19.1.0",
"react-cytoscapejs": "2.0.0",
"react-dom": "^19.0.0",
"react-json-view": "^1.21.3",
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/gremlin": "^3.6.7",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/uuid": "^10.0.0",
"typescript": "^5"
}
}