-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.5 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
{
"name": "@datagrove/monorepo",
"description": "Monorepo for DataGrove packages",
"version": "0.11.3",
"license": "MIT",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"dependencies": {
"@angular/localize": "^17.0.6",
"@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",
"@github/webauthn-json": "^2.1.1",
"@lexical/code": "~0.11.3",
"@lexical/dragon": "~0.11.3",
"@lexical/hashtag": "~0.11.3",
"@lexical/headless": "^0.11.3",
"@lexical/history": "~0.11.3",
"@lexical/html": "~0.11.3",
"@lexical/link": "~0.11.3",
"@lexical/list": "~0.11.3",
"@lexical/mark": "~0.11.3",
"@lexical/markdown": "~0.11.3",
"@lexical/overflow": "~0.11.3",
"@lexical/plain-text": "~0.11.3",
"@lexical/rich-text": "~0.11.3",
"@lexical/selection": "~0.11.3",
"@lexical/table": "~0.11.3",
"@lexical/text": "~0.11.3",
"@lexical/utils": "~0.11.3",
"@unpic/qwik": "^0.0.24",
"cbor-x": "^1.5.3",
"dayjs": "^1.11.9",
"jsdom": "^22.1.0",
"lexical": "^0.11.2",
"lodash": "^4.17.21",
"preline": "^1.9.0",
"rehype-parse": "^8.0.4",
"rehype-remark": "^9.1.2",
"rehype-sanitize": "^5.0.1",
"rehype-slug": "^5.1.0",
"rehype-stringify": "^9.0.3",
"remark-stringify": "^10.0.3",
"tailwind-merge": "^1.13.2"
},
"devDependencies": {
"@angular/compiler-cli": "^16.1.4",
"@builder.io/qwik": "^1.2.7",
"@builder.io/qwik-city": "^1.2.7",
"@faker-js/faker": "^8.0.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/eslint": "8.44.1",
"@types/jsdom": "^21.1.1",
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"autoprefixer": "^10.4.14",
"eslint": "8.45.0",
"eslint-plugin-qwik": "^1.2.7",
"postcss": "8.4.27",
"prettier": "3.0.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"undici": "5.22.1",
"vite": "4.4.7",
"vite-plugin-dts": "^3.3.1",
"vite-plugin-mkcert": "^1.16.0",
"vite-plugin-zig": "^0.0.12",
"vite-tsconfig-paths": "4.2.0"
}
}