forked from deep-foundation/deepcase-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
117 lines (117 loc) · 3.69 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "@deep-foundation/deepcase",
"version": "0.1.0-beta.2",
"license": "Unlicense",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "rm -rf app && next build",
"export": "rm -rf out && next export",
"start": "(npx -q wait-on --timeout 10000 http-get://localhost:3007/api/revalidate &); next start",
"electron-dev": "(npx cap copy electron && npx cap open electron)",
"electron-build": "(cd electron && npx cap copy electron && npx electron-packager . --overwrite --icon ./assets/icon)",
"package:publish": "npm run build && npm publish --access public"
},
"dependencies": {
"@apollo/client": "^3.7.14",
"@capacitor-community/electron": "^4.1.2",
"@capacitor/cli": "^5.0.4",
"@capacitor/core": "^5.0.4",
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.6.1",
"@chakra-ui/theme-tools": "^2.0.16",
"@deep-foundation/deeplinks": "^0.0.193",
"@deep-foundation/hasura": "0.0.44",
"@deep-foundation/materialized-path": "0.0.24",
"@deep-foundation/react-hasura": "0.0.15",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@monaco-editor/react": "^4.5.1",
"@react-hook/debounce": "^4.0.0",
"@sevenoutman/use-debounced-memo": "^1.0.0",
"@types/electron": "^1.6.10",
"@types/react": "^18.2.7",
"@types/react-cytoscapejs": "^1.2.2",
"@types/react-dom": "^18.2.4",
"atob": "^2.1.2",
"axios": "^1.4.0",
"axios-hooks": "^4.0.0",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"cross-env": "^7.0.3",
"css-select": "^5.1.0",
"cytoscape-cola": "^2.5.1",
"cytoscape-cose-bilkent": "^4.1.0",
"cytoscape-cxtmenu": "^3.5.0",
"cytoscape-d3-force": "^1.1.4",
"cytoscape-dagre": "^2.5.0",
"cytoscape-edge-connections": "^0.5.0",
"cytoscape-edgehandles": "^4.0.1",
"cytoscape-elk": "^2.1.0",
"cytoscape-euler": "^1.2.2",
"cytoscape-fcose": "^2.2.0",
"cytoscape-klay": "^3.1.4",
"cytoscape-lasso": "^1.1.4",
"cytoscape-node-html-label": "^1.2.2",
"cytoscape-spread": "^3.0.0",
"d3-selection": "^3.0.0",
"deep-diff": "^1.0.2",
"dotenv": "^16.0.3",
"dotenv-load": "^2.0.1",
"dotenv-webpack": "^8.0.1",
"emoji-picker-react": "^4.4.9",
"fix-path": "^4.0.0",
"fkill": "^8.1.0",
"fkill-cli": "^7.1.0",
"framer-motion": "^10.12.16",
"gists": "^2.0.0",
"graphiql": "^2.4.5",
"immutable": "^4.3.0",
"is-hotkey": "^0.2.0",
"jquery": "^3.7.0",
"json5": "^2.2.3",
"jsonwebtoken": "^9.0.0",
"leven-sort": "^4.0.0",
"next": "13.3",
"next-env": "^1.1.1",
"normalize.css": "^8.0.1",
"promisify-child-process": "^4.1.1",
"re-resizable": "^6.9.9",
"react": "^18.2.0",
"react-cytoscapejs": "^2.0.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-draggable": "^4.4.5",
"react-dropzone": "^14.2.3",
"react-force-graph": "1.43.0",
"react-ga": "^3.3.1",
"react-hotkeys-hook": "^4.4.0",
"react-icons": "^4.8.0",
"react-linkify": "^1.0.0-alpha",
"react-resize-detector": "^9.1.0",
"react-use-ref-effect": "^1.2.0",
"react-yandex-metrika": "^2.6.0",
"slate": "^0.94.1",
"slate-history": "^0.93.0",
"slate-react": "^0.94.2",
"slate-serializers": "0.0.32",
"slate-soft-break": "^0.9.0",
"three-bmfont-text": "^3.0.1",
"three-spritetext": "^1.8.1",
"typescript": "^5.0.4",
"usehooks-ts": "^2.9.1",
"web-worker": "^1.2.0",
"webpack": "^5.84.0",
"ws": "^8.13.0",
"xterm": "^5.1.0"
},
"engines": {
"node": "^16.20.0"
},
"devDependencies": {
"browser-resolve": "^2.0.0",
"buffer": "^6.0.3",
"detective": "^5.2.1",
"process": "^0.11.10"
}
}