This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·119 lines (119 loc) · 4.09 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": "lity",
"version": "1.6.1",
"licence": "MIT",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite build && vite preview",
"start": "yarn dev & wait-on tcp:3003 -v",
"test": "cypress open",
"test-components": "cypress open-ct",
"test:ci": "cypress run --headless",
"test:ci-components": "cypress run-ct",
"dev:tauri": "tauri dev",
"build:tauri": "tauri build",
"serve": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@headlessui/vue": "^1.6.1",
"@heroicons/vue": "^1.0.6",
"@hocuspocus/provider": "^1.0.0-alpha.36",
"@tauri-apps/api": "^2.0.0-alpha.0",
"@tiptap/core": "^2.0.0-beta.175",
"@tiptap/extension-character-count": "^2.0.0-beta.26",
"@tiptap/extension-code-block-lowlight": "^2.0.0-beta.61",
"@tiptap/extension-collaboration": "^2.0.0-beta.32",
"@tiptap/extension-collaboration-cursor": "^2.0.0-beta.33",
"@tiptap/extension-document": "^2.0.0-beta.15",
"@tiptap/extension-dropcursor": "^2.0.0-beta.25",
"@tiptap/extension-floating-menu": "^2.0.0-beta.51",
"@tiptap/extension-focus": "^2.0.0-beta.38",
"@tiptap/extension-gapcursor": "^2.0.0-beta.33",
"@tiptap/extension-highlight": "^2.0.0-beta.31",
"@tiptap/extension-image": "^2.0.0-beta.27",
"@tiptap/extension-link": "^2.0.0-beta.37",
"@tiptap/extension-paragraph": "^2.0.0-beta.23",
"@tiptap/extension-placeholder": "^2.0.0-beta.45",
"@tiptap/extension-subscript": "^2.0.0-beta.10",
"@tiptap/extension-superscript": "^2.0.0-beta.10",
"@tiptap/extension-table": "^2.0.0-beta.45",
"@tiptap/extension-table-cell": "^2.0.0-beta.20",
"@tiptap/extension-table-header": "^2.0.0-beta.22",
"@tiptap/extension-table-row": "^2.0.0-beta.19",
"@tiptap/extension-task-item": "^2.0.0-beta.32",
"@tiptap/extension-task-list": "^2.0.0-beta.25",
"@tiptap/extension-text": "^2.0.0-beta.15",
"@tiptap/extension-typography": "^2.0.0-beta.20",
"@tiptap/extension-underline": "^2.0.0-beta.22",
"@tiptap/starter-kit": "^2.0.0-beta.184",
"@tiptap/suggestion": "^2.0.0-beta.91",
"@tiptap/vue-3": "^2.0.0-beta.91",
"@vueuse/components": "^9.1.0",
"@vueuse/core": "^9.1.0",
"@vueuse/head": "~0.7.6",
"cupertino-pane": "^1.2.82",
"d3-color": "^3.1.0",
"d3-force": "^3.0.0",
"d3-scale": "^4.0.2",
"force-graph": "^1.42.9",
"katex": "^0.16.0",
"lowlight": "^2.6.1",
"prosemirror-inputrules": "^1.1.3",
"remixicon": "^2.5.0",
"sass": "^1.51.0",
"tippy.js": "^6.3.7",
"vue": "~3.2.33",
"vue-i18n": "^9.1.10",
"vue-router": "~4.1.3",
"vue-tippy": "^6.0.0-alpha.58",
"wikijs": "^6.4.0",
"ws": "^8.6.0",
"y-indexeddb": "^9.0.6",
"y-protocols": "^1.0.5",
"y-webrtc": "^10.2.3",
"y-websocket": "^1.4.3",
"yjs": "^13.5.29"
},
"devDependencies": {
"@cypress/vite-dev-server": "~3.1.0",
"@cypress/vue": "~4.1.0",
"@tailwindcss/aspect-ratio": "~0.4.0",
"@tailwindcss/forms": "~0.5.1",
"@tailwindcss/line-clamp": "~0.4.0",
"@tailwindcss/typography": "~0.5.2",
"@tauri-apps/cli": "2.0.0-alpha.2",
"@types/d3-color": "^3.0.2",
"@types/d3-force": "^3.0.3",
"@types/d3-scale": "^4.0.2",
"@typescript-eslint/eslint-plugin": "~5.33.0",
"@typescript-eslint/parser": "~5.33.0",
"@vitejs/plugin-vue": "~4.0.0",
"@vue/eslint-config-standard": "~8.0.1",
"@vue/eslint-config-typescript": "~11.0.0",
"autoprefixer": "~10.4.7",
"cypress": "~10.4.0",
"eslint": "~8.22.0",
"eslint-config-prettier": "~8.5.0",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-node": "~11.1",
"eslint-plugin-promise": "~6.0.0",
"eslint-plugin-vue": "~9.3.0",
"internal-ip": "^7.0.0",
"postcss": "~8.4.13",
"postcss-nesting": "~10.1.4",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.10",
"tailwindcss": "~3.2.6",
"typescript": "~4.9.5",
"vite": "~4.1.1",
"vite-plugin-html-env": "^1.1.2",
"wait-on": "~6.0.1"
},
"resolutions": {
"prosemirror-model": "1.16.1",
"y-protocols": "^1.0.5",
"yjs": "^13.5.29"
}
}