-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
180 lines (180 loc) · 6.45 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
"name": "tpu-frontend",
"version": "5.0.0-beta.1",
"private": true,
"author": "Troplo <[email protected]>",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"dev": "vite",
"serve": "vite",
"build-prod": "VITE_PROD_ANALYTICS=true vue-tsc --noEmit && FLOWINITY_ENDPOINTS=https://flowinity.com/endpoints.json VITE_PROD_ANALYTICS=true vite build && cp -r dist/* /var/www/html/tpu",
"build": "vue-tsc --noEmit -p tsconfig.json && vite build",
"build-only": "vite build",
"build-only-prod": "FLOWINITY_ENDPOINTS=https://flowinity.com/endpoints.json VITE_PROD_ANALYTICS=true vite build && cp -r dist/* /var/www/html/tpu",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"codegen": "graphql-codegen --config codegen.ts",
"postinstall": "patch-package",
"postuninstall": "patch-package"
},
"dependencies": {
"@apollo/client": "3.9.6",
"@codemirror/autocomplete": "^6.4.2",
"@codemirror/basic-setup": "^0.20.0",
"@codemirror/lang-css": "^6.1.1",
"@codemirror/view": "^6.9.3",
"@editorjs/attaches": "^1.3.0",
"@editorjs/checklist": "^1.4.0",
"@editorjs/code": "^2.8.0",
"@editorjs/delimiter": "^1.3.0",
"@editorjs/embed": "^2.5.3",
"@editorjs/header": "^2.7.0",
"@editorjs/image": "^2.8.1",
"@editorjs/inline-code": "^1.4.0",
"@editorjs/link": "^2.5.0",
"@editorjs/list": "^1.8.0",
"@editorjs/marker": "^1.3.0",
"@editorjs/paragraph": "^2.9.0",
"@editorjs/quote": "^2.5.0",
"@editorjs/raw": "^2.4.0",
"@editorjs/table": "^2.2.0",
"@editorjs/warning": "^1.3.0",
"@electron-toolkit/preload": "^3.0.0",
"@flowinity/editorjs": "^2.30.6-flowinity-2",
"@flowinity/tpu-editorjs-nested-list": "^1.3.0-troplo1",
"@flowinity/tpu-simple-image": "^1.5.1-troplo1",
"@flowinity/vite-version": "^1.0.3",
"@guolao/vue-monaco-editor": "^1.1.2",
"@highlightjs/vue-plugin": "1.0.2",
"@remixicon/vue": "^4.2.0",
"@rollup/plugin-graphql": "^2.0.4",
"@svgmoji/noto": "^3.2.0",
"@tiptap/extension-blockquote": "^2.4.0",
"@tiptap/extension-bold": "^2.4.0",
"@tiptap/extension-bullet-list": "^2.4.0",
"@tiptap/extension-character-count": "^2.4.0",
"@tiptap/extension-code": "^2.4.0",
"@tiptap/extension-code-block": "^2.4.0",
"@tiptap/extension-color": "^2.4.0",
"@tiptap/extension-document": "^2.4.0",
"@tiptap/extension-dropcursor": "^2.4.0",
"@tiptap/extension-focus": "^2.4.0",
"@tiptap/extension-font-family": "^2.4.0",
"@tiptap/extension-gapcursor": "^2.4.0",
"@tiptap/extension-hard-break": "^2.4.0",
"@tiptap/extension-heading": "^2.4.0",
"@tiptap/extension-highlight": "^2.4.0",
"@tiptap/extension-horizontal-rule": "^2.4.0",
"@tiptap/extension-image": "^2.4.0",
"@tiptap/extension-italic": "^2.4.0",
"@tiptap/extension-link": "^2.4.0",
"@tiptap/extension-list-item": "^2.4.0",
"@tiptap/extension-ordered-list": "^2.4.0",
"@tiptap/extension-paragraph": "^2.4.0",
"@tiptap/extension-placeholder": "^2.4.0",
"@tiptap/extension-strike": "^2.4.0",
"@tiptap/extension-subscript": "^2.4.0",
"@tiptap/extension-superscript": "^2.4.0",
"@tiptap/extension-table": "^2.4.0",
"@tiptap/extension-table-cell": "^2.4.0",
"@tiptap/extension-table-header": "^2.4.0",
"@tiptap/extension-table-row": "^2.4.0",
"@tiptap/extension-task-item": "^2.4.0",
"@tiptap/extension-task-list": "^2.4.0",
"@tiptap/extension-text": "^2.4.0",
"@tiptap/extension-text-align": "^2.4.0",
"@tiptap/extension-text-style": "^2.4.0",
"@tiptap/extension-underline": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@tiptap/vue-3": "^2.4.0",
"@types/animejs": "^3.1.12",
"@types/codeflask": "^1.4.3",
"@types/dompurify": "^2.4.0",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.11.9",
"@types/textarea-caret": "^3.0.1",
"@types/vue-cropperjs": "^4.1.6",
"@types/webfontloader": "^1.6.35",
"@vitejs/plugin-vue": "^5.0.2",
"@vue/apollo-composable": "^4.0.0-beta.12",
"@vue/apollo-option": "^4.0.0-beta.5",
"@vue/eslint-config-typescript": "^11.0.0",
"animejs": "^3.2.2",
"autoprefixer": "^10.4.19",
"axios": "^1.3.2",
"chart.js": "^4.2.1",
"codeflask": "^1.4.1",
"codemirror": "^6.0.1",
"core-js": "^3.8.3",
"cropperjs": "^1.5.13",
"dayjs": "^1.11.7",
"dompurify": "^3.0.0",
"editorjs-header-with-anchor": "^2.6.0",
"editorjs-html": "^3.4.3",
"editorjs-text-alignment-blocktune": "^1.0.3",
"editorjs-text-color-plugin": "^2.0.2",
"editorjs-undo": "^2.0.18",
"eslint": "^8.43.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.3.0",
"floating-vue": "^2.0.0-beta.20",
"graphql": "^16.8.0",
"graphql-ws": "^5.14.0",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it-emoji": "^2.0.2",
"markdown-it-unicode-emoji": "https://github.com/Troplo/markdown-it-unicode-emoji",
"monaco-editor": "^0.36.1",
"patch-package": "^8.0.0",
"pinia": "^2.0.23",
"postcss": "^8.4.38",
"qrcode.vue": "^3.3.3",
"remixicon": "^4.2.0",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.55.0",
"socket.io-client": "^4.6.0",
"svgmoji": "^3.2.0",
"tailwindcss": "^3.4.3",
"textarea-caret": "^3.1.0",
"typescript": "^4",
"v3-infinite-loading": "^1.3.1",
"vite": "^5.0.10",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-vuetify": "^2.0.1",
"vue": "^3.4.15",
"vue-chartjs": "^5.2.0",
"vue-codemirror": "^6.1.1",
"vue-cropperjs": "^5.0.0",
"vue-draggable-plus": "^0.1.6",
"vue-i18n": "9",
"vue-matomo": "^4.2.0",
"vue-mention": "^2.0.0-alpha.3",
"vue-router": "^4.0.0",
"vue-toastification": "^2.0.0-rc.5",
"vue-tsc": "^1.0.9",
"vue-virtual-scroll-grid": "^1.10.2",
"vue-virtual-scroller": "^2.0.0-beta.8",
"vuetify": "^3.4.11",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "4.1.0",
"@graphql-codegen/introspection": "4.0.0",
"@iconify-json/ri": "^1.2.0",
"@iconify/vue": "^4.1.2",
"@parcel/watcher": "^2.2.0",
"@playwright/test": "^1.47.0",
"@vite-pwa/assets-generator": "^0.2.3",
"@vue/test-utils": "^2.4.6",
"jsdom": "^25.0.0",
"playwright": "^1.47.0",
"unplugin-icons": "^0.19.3"
},
"resolutions": {
"socket.io": "4.7.2",
"socket.io-client": "4.7.2"
}
}