-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
119 lines (119 loc) · 3.76 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
118
119
{
"name": "@deep-foundation/deepcase",
"version": "0.0.135",
"license": "Unlicense",
"type": "module",
"keywords": [
"deep-package"
],
"scripts": {
"npm-pull": "npm-pull",
"npm-release": "npm-release",
"git-publish": "npm i @deep-foundation/deeplinks@latest --package-lock-only && git restore package.json && npm-release",
"package:refresh": "rm -rf node_modules; rm -f package-lock.json; npm i --workspaces false",
"package:build": "tsc --project tsconfig.json",
"package:publish": "npm run build && npm publish --access public",
"package:unbuild": "rimraf ./*.js && rimraf ./*.js.map && rimraf ./*.d.ts && (cd ./imports && rimraf ./*.js && rimraf ./*.js.map && rimraf ./*.d.ts && cd ../)",
"package:watch": "tsc -w --project tsconfig.json",
"package:release": "npm-release"
},
"dependencies": {
"@amcharts/amcharts5": "^5.5.1",
"@apollo/client": "^3.7.14",
"@belivvr/aframe-react": "^0.4.2",
"@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/core": "~0.0.2",
"@deep-foundation/tsx": "~0.0.5",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@monaco-editor/react": "^4.5.1",
"@pbe/react-yandex-maps": "^1.2.5",
"@react-hook/debounce": "^4.0.0",
"@rjsf/chakra-ui": "^5.8.1",
"@rjsf/core": "^5.8.1",
"@rjsf/validator-ajv8": "^5.8.1",
"@types/animejs": "^3.1.7",
"@types/react": "^18.2.15",
"@types/react-cytoscapejs": "^1.2.2",
"@types/stats.js": "^0.17.0",
"@types/three": "^0.156.0",
"@types/webxr": "^0.5.4",
"aframe": "^1.4.2",
"aframe-environment-component": "^1.3.3",
"aframe-extras": "^7.0.0",
"aframe-forcegraph-component": "^3.0.8",
"axios": "^1.4.0",
"axios-hooks": "^5.0.2",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"css-select": "^5.1.0",
"cytoscape": "^3.25.0",
"cytoscape-cola": "^2.5.1",
"cytoscape-cxtmenu": "^3.5.0",
"cytoscape-d3-force": "^1.1.4",
"cytoscape-dagre": "^2.5.0",
"cytoscape-deep-d3-force": "^1.2.3",
"cytoscape-edge-connections": "^0.5.0",
"cytoscape-edgehandles": "^4.0.1",
"d3": "^7.8.5",
"d3-force-3d": "^3.0.5",
"debug": "^4.3.4",
"emoji-picker-react": "^4.5.2",
"fflate": "^0.6.10",
"framer-motion": "^10.12.16",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"immutable": "^4.3.0",
"is-hotkey": "^0.2.0",
"json5": "^2.2.3",
"markup-it": "^13.0.0",
"md5": "^2.3.0",
"meshoptimizer": "^0.18.1",
"moment": "^2.30.1",
"peerjs": "^1.4.7",
"re-resizable": "^6.9.9",
"react": "*",
"react-cytoscapejs": "^2.0.0",
"react-d3-cloud": "^1.0.6",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-ga": "^3.3.1",
"react-grid-layout": "^1.4.4",
"react-hook-form": "^7.51.0",
"react-hotkeys-hook": "^4.4.0",
"react-i18next": "^13.2.2",
"react-icons": "^4.8.0",
"react-linkify": "^1.0.0-alpha",
"react-multi-date-picker": "^4.4.1",
"react-resize-detector": "^9.1.0",
"react-yandex-metrika": "^2.6.0",
"recharts": "^2.8.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",
"super-hands": "^3.0.4",
"typescript": "^5.0.4",
"usehooks-ts": "2.9.1",
"uuid": "^9.0.0",
"xterm": "^5.1.0"
},
"engines": {
"node": "^18"
},
"peerDependencies": {
"@deep-foundation/deeplinks": "0.0.x",
"next": "^14.2.2",
"react": "*"
},
"devDependencies": {
"@deep-foundation/npm-automation": "^18.1.14",
"depcheck": "^1.4.3",
"ts-node": "^10.9.1"
}
}