-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.24 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
{
"name": "isolia",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@chenfengyuan/vue-countdown": "2",
"@headlessui/vue": "^1.7.7",
"@heroicons/vue": "^2.0.13",
"@tiptap/extension-bubble-menu": "^2.0.0-beta.209",
"@tiptap/extension-image": "^2.0.0-beta.209",
"@tiptap/extension-placeholder": "^2.0.0-beta.209",
"@tiptap/starter-kit": "^2.0.0-beta.209",
"@tiptap/vue-3": "^2.0.0-beta.209",
"@vueup/vue-quill": "^1.0.0",
"@vueuse/core": "^9.10.0",
"axios": "^1.2.0",
"dayjs": "^1.11.7",
"jwt-decode": "^3.1.2",
"luxon": "^3.1.0",
"moment": "^2.29.4",
"passport-google-oauth20": "^2.0.0",
"pinia": "^2.0.28",
"pinia-plugin-persistedstate": "^3.0.1",
"prosemirror-commands": "^1.5.0",
"prosemirror-dropcursor": "^1.6.1",
"prosemirror-gapcursor": "^1.3.1",
"prosemirror-history": "^1.3.0",
"prosemirror-keymap": "^1.2.0",
"prosemirror-model": "^1.18.3",
"prosemirror-schema-list": "^1.2.2",
"prosemirror-state": "^1.4.2",
"prosemirror-transform": "^1.7.0",
"prosemirror-view": "^1.29.1",
"qs": "^6.11.2",
"short-uuid": "^4.2.2",
"socket.io-client": "^4.6.0",
"sockjs-client": "^1.6.1",
"vue": "3",
"vue-advanced-cropper": "^2.8.6",
"vue-final-modal": "3",
"vue-router": "4",
"vue-toast-notification": "3",
"vue3-google-signin": "^1.2.1",
"vue3-popper": "^1.5.0",
"webstomp-client": "^1.2.6",
"y-prosemirror": "^1.2.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/socket.io": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.44.0",
"@vitejs/plugin-vue": "^3.2.0",
"autoprefixer": "^10.4.13",
"babel-eslint": "^10.1.0",
"eslint": "^8.28.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.7.0",
"postcss": "^8.4.19",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"tailwindcss": "^3.2.4",
"typescript": "*",
"vite": "^3.2.3"
}
}