forked from EDUTIEK/long-essay-assessment-corrector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 926 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
{
"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.0.96",
"@tinymce/tinymce-vue": "^4.0.7",
"@vitejs/plugin-vue": "^3.0.3",
"axios": "^1.3.4",
"diff-match-patch": "^1.0.5",
"js-cookie": "^3.0.1",
"localforage": "^1.10.0",
"long-essay-image-marker": "github:EDUTIEK/long-essay-image-marker",
"md5": "^2.3.0",
"pinia": "^2.0.23",
"roboto-fontface": "*",
"sass": "^1.60.0",
"vite": "^3.1.9",
"vite-plugin-vuetify": "^1.0.0-alpha.12",
"vue": "^3.2.38",
"vuetify": "^3.0.0",
"webfontloader": "^1.0.0"
}
}