-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.46 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
{
"name": "client",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@jamescoyle/vue-icon": "^0.1.2",
"@mdi/font": "7.0.96",
"@mdi/js": "^7.3.67",
"@types/vuelidate": "^0.7.18",
"@vuelidate/core": "^2.0.2",
"@vuelidate/validators": "^2.0.2",
"cropperjs": "^1.5.13",
"date-fns": "^2.29.3",
"highlight.js": "^11.8.0",
"lodash-es": "^4.17.21",
"marked": "^5.1.2",
"md-editor-v3": "^4.2.2",
"mermaid": "^10.3.1",
"pinia": "^2.0.23",
"roboto-fontface": "*",
"sanitize-html": "^2.11.0",
"screenfull": "^6.0.2",
"vite-svg-loader": "^4.0.0",
"vue": "^3.2.38",
"vue-router": "^4.0.0",
"vuetify": "^3.0.0",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.8",
"@types/marked": "^5.0.1",
"@types/node": "^18.11.9",
"@types/sanitize-html": "^2.9.0",
"@types/webfontloader": "^1.6.35",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/eslint-config-typescript": "^11.0.0",
"@vueuse/core": "^10.1.2",
"axios": "^1.4.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^2.8.8",
"typescript": "^4.0.0",
"vite": "3.2.7",
"vite-plugin-vuetify": "^1.0.0-alpha.12",
"vue-tsc": "^1.0.9",
"vuelidate": "^0.7.7"
}
}