-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 959 Bytes
/
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
{
"name": "long-essay-assessment-corrector",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/EDUTIEK/long-essay-assessment-corrector.git"
},
"files": [
"dist"
],
"license": "GPL-3.0-or-later",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@mdi/font": "7.4.47",
"@tinymce/tinymce-vue": "^6.0.1",
"@vitejs/plugin-vue": "^5.0.5",
"axios": "^1.7.7",
"diff-match-patch": "^1.0.5",
"js-cookie": "^3.0.5",
"localforage": "^1.10.0",
"long-essay-image-marker": "github:EDUTIEK/long-essay-image-marker",
"md5": "^2.3.0",
"pinia": "^2.1.7",
"roboto-fontface": "*",
"sass": "1.77.6",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.3",
"vite-plugin-vuetify": "^2.0.3",
"vue": "^3.4.31",
"vuetify": "^3.6.11"
}
}