-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 3.58 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
120
121
122
123
{
"name": "ultraweb",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"workspaces": [
"packages/*",
"datagrove/ui/*",
"webrtc/lex/*"
],
"devDependencies": {
"@babel/core": "^7.20.7",
"@faker-js/faker": "^7.6.0",
"@iconify/json": "^1.1.322",
"@mdi/font": "^5.9.55",
"@playwright/test": "^1.29.1",
"@tailwindcss/typography": "^0.5.8",
"@types/babel__core": "^7.1.20",
"@types/fast-diff": "^1.2.0",
"@types/lodash.clonedeep": "^4.5.7",
"@types/lodash.isequal": "^4.5.6",
"@types/lz-string": "^1.3.34",
"@types/papaparse": "^5.2.5",
"@types/react-dom": "^18.2.4",
"@types/uuid": "^8.3.0",
"@types/ws": "^8.5.3",
"@vitejs/plugin-vue2": "^2.0.0",
"@vue/runtime-dom": "^3.2.37",
"autoprefixer": "^10.4.13",
"babel-preset-solid": "^1.6.6",
"cssnano": "^5.1.14",
"fake-indexeddb": "^4.0.1",
"playwright": "^1.29.0",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"tsx": "^3.12.1",
"typescript": "^4.9.5",
"unplugin-vue-components": "^0.22.8",
"vite": "^4.0.4",
"vite-plugin-rewrite-all": "^1.0.1",
"vite-plugin-solid": "^2.5.0",
"vitest": "^0.26.2"
},
"dependencies": {
"@codemirror/autocomplete": "^6.4.2",
"@codemirror/commands": "^6.2.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-sql": "^6.5.0",
"@codemirror/lint": "^6.1.1",
"@codemirror/search": "^6.2.3",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.9.1",
"@excalidraw/excalidraw": "^0.15.2",
"@floating-ui/dom": "^1.2.8",
"@github/webauthn-json": "^2.1.1",
"@lexical/clipboard": "~0.11.1",
"@lexical/code": "~0.11.1",
"@lexical/dragon": "~0.11.1",
"@lexical/hashtag": "~0.11.1",
"@lexical/history": "~0.11.1",
"@lexical/html": "~0.11.1",
"@lexical/link": "~0.11.1",
"@lexical/list": "~0.11.1",
"@lexical/mark": "~0.11.1",
"@lexical/markdown": "~0.11.1",
"@lexical/overflow": "~0.11.1",
"@lexical/plain-text": "~0.11.1",
"@lexical/rich-text": "~0.11.1",
"@lexical/selection": "~0.11.1",
"@lexical/table": "~0.11.1",
"@lexical/text": "~0.11.1",
"@lexical/utils": "~0.11.1",
"@lexical/yjs": "~0.11.1",
"@solid-primitives/resize-observer": "^2.0.18",
"@solidjs/router": "^0.8.2",
"@sqlite.org/sqlite-wasm": "^3.42.0-build1",
"@tailwindcss/forms": "^0.5.3",
"cbor-x": "^1.5.3",
"faker": "^5.5.2",
"fast-diff": "^1.3.0",
"lexical": "^0.11.1",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"papaparse": "^5.3.0",
"parse5": "^7.1.2",
"pinia": "^2.0.23",
"prosemirror-example-setup": "^1.2.1",
"prosemirror-history": "^1.3.0",
"prosemirror-schema-basic": "^1.2.0",
"prosemirror-state": "^1.4.2",
"prosemirror-view": "^1.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype": "^12.0.1",
"rehype-remark": "^9.1.2",
"rehype-sanitize": "^5.0.1",
"rehype-slug": "^5.1.0",
"remark": "^14.0.2",
"remark-rehype": "^10.1.0",
"roboto-fontface": "^0.10.0",
"sass": "~1.32.6",
"solid-codemirror": "^2.2.3",
"solid-dismiss": "^1.7.121",
"solid-headless": "^0.13.0",
"solid-heroicons": "^3.1.1",
"solid-js": "^1.7.7",
"solid-sortablejs": "^2.0.9",
"tippy.js": "^6.3.7",
"unified": "^10.1.2",
"uuid": "^8.3.2",
"vue": "^2.7.13",
"vue-demi": "^0.13.11",
"vuetify": "^2.6.11",
"xterm": "^5.1.0",
"zod": "^3.20.2"
}
}