-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
151 lines (151 loc) · 4.88 KB
/
Copy pathpackage.json
File metadata and controls
151 lines (151 loc) · 4.88 KB
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
{
"name": "frontend",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"lint:css": "stylelint **/*.{vue,css,sass,scss} --fix",
"prettier": "prettier --write \"**/*.{vue,js,jsx,ts,tsx}\"",
"test": "vitest",
"postinstall": "husky install",
"commitlint": "commitlint --edit"
},
"dependencies": {
"@calumk/editorjs-codecup": "^1.3.0",
"@editorjs/checklist": "^1.6.0",
"@editorjs/delimiter": "^1.4.2",
"@editorjs/editorjs": "^2.30.8",
"@editorjs/header": "^2.8.8",
"@editorjs/inline-code": "^1.5.2",
"@editorjs/list": "^1.10.0",
"@editorjs/nested-list": "^1.4.3",
"@editorjs/paragraph": "^2.11.7",
"@editorjs/quote": "^2.7.6",
"@editorjs/table": "^2.4.5",
"@editorjs/text-variant-tune": "^1.0.3",
"@editorjs/underline": "^1.2.1",
"@editorjs/warning": "^1.4.1",
"@mdi/font": "^7.4.47",
"@simplewebauthn/browser": "^13.1.2",
"@tiptap/core": "^2.26.1",
"@tiptap/extension-bullet-list": "^2.26.1",
"@tiptap/extension-document": "^2.26.1",
"@tiptap/extension-hard-break": "^2.26.1",
"@tiptap/extension-link": "^2.26.1",
"@tiptap/extension-list-item": "^2.26.1",
"@tiptap/extension-ordered-list": "^2.26.1",
"@tiptap/extension-paragraph": "^2.26.1",
"@tiptap/extension-table": "^2.26.1",
"@tiptap/extension-table-cell": "^2.26.1",
"@tiptap/extension-table-header": "^2.26.1",
"@tiptap/extension-table-row": "^2.26.1",
"@tiptap/extension-task-item": "^2.26.1",
"@tiptap/extension-task-list": "^2.26.1",
"@tiptap/extension-text": "^2.26.1",
"@tiptap/extension-text-style": "^2.26.1",
"@tiptap/vue-3": "^2.26.1",
"@types/katex": "^0.16.7",
"@vee-validate/zod": "^4.15.1",
"@vueuse/core": "^13.6.0",
"axios": "^1.11.0",
"dayjs": "^1.11.13",
"dompurify": "^3.2.6",
"editorjs-drag-drop": "^1.1.16",
"editorjs-latex": "^1.0.5",
"editorjs-paragraph-with-alignment": "~3.0.0",
"editorjs-parser": "^1.5.3",
"editorjs-undo": "^2.0.28",
"eventsource": "^3.0.7",
"i18next": "^23.16.8",
"jwt-decode": "^4.0.0",
"katex": "^0.16.22",
"lodash-es": "^4.17.21",
"marked": "^15.0.12",
"marked-highlight": "^2.2.2",
"material-symbols": "^0.28.2",
"pinia": "^2.3.1",
"prismjs": "^1.30.0",
"resize-observer-polyfill": "^1.5.1",
"roboto-fontface": "^0.10.0",
"secure-remote-password": "^0.3.1",
"sse.js": "^2.6.0",
"stylelint": "^16.23.0",
"tssrp6a": "^3.0.0",
"v-viewer": "^3.0.22",
"vee-validate": "^4.15.1",
"viewerjs": "^1.11.7",
"vue": "^3.5.18",
"vue-i18n": "^9.14.5",
"vue-router": "^4.5.1",
"vuetify": "^3.9.3",
"vuetify-pro-tiptap": "^2.6.0",
"vuetify-sonner": "^0.3.21",
"wc-waterfall": "^0.1.3",
"zod": "^3.25.76",
"zod-i18n-map": "^2.27.0"
},
"devDependencies": {
"@babel/types": "^7.28.2",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "18.6.0",
"@commitlint/types": "^18.6.1",
"@eslint/compat": "^1.3.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.32.0",
"@testing-library/vue": "^8.1.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.19.121",
"@types/prismjs": "^1.26.5",
"@typescript-eslint/parser": "^8.40.0",
"@vitejs/plugin-legacy": "^6.1.1",
"@vitejs/plugin-vue": "^5.2.4",
"@vitejs/plugin-vue-jsx": "^4.2.0",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"cors": "^2.8.5",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.32.0",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-prettier": "^5.5.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vue": "^9.33.0",
"express": "^5.1.0",
"globals": "^15.15.0",
"happy-dom": "^13.10.1",
"husky": "^9.1.7",
"lint-staged": "^15.5.2",
"prettier": "3.2.4",
"sass": "^1.89.2",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.3",
"terser": "^5.43.1",
"typescript": "^5.9.2",
"unplugin-fonts": "^1.4.0",
"vite": "^6.3.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-prismjs": "^0.0.11",
"vite-plugin-vuetify": "^2.1.2",
"vite-svg-loader": "^5.1.0",
"vitest": "^2.1.9",
"vue-tsc": "^2.2.12"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*.{js,vue,jsx,tsx}": [
"pnpm lint",
"prettier --write",
"eslint --cache --fix"
]
},
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
}