-
Notifications
You must be signed in to change notification settings - Fork 103
/
package.json
69 lines (69 loc) · 2.22 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
{
"name": "cv-frontend-vue",
"version": "0.0.0",
"private": true,
"scripts": {
"serve": "vite preview",
"build": "vite build",
"dev": "vite",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write",
"postinstall": "husky install",
"test": "vitest"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@mdi/font": "5.9.55",
"@tiptap/core": "^2.0.3",
"@tiptap/extension-character-count": "^2.0.3",
"@tiptap/extension-subscript": "^2.0.3",
"@tiptap/extension-superscript": "^2.0.3",
"@tiptap/extension-text-align": "^2.0.3",
"@tiptap/extension-underline": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@tiptap/vue-3": "^2.0.3",
"bootstrap": "^4.6.1",
"canvas-to-svg": "^1.0.3",
"codemirror": "^5.65.1",
"codemirror-editor-vue3": "^2.1.7",
"dom-to-image": "^2.6.0",
"driver.js": "^0.9.8",
"esbuild": "^0.14.45",
"interactjs": "^1.10.17",
"jquery": "^3.6.0",
"pinia": "^2.0.14",
"vue": "^3.2.25",
"vue-i18n": "^9.1.10",
"vue-router": "^4.0.15",
"vuedraggable": "^4.1.0",
"vuetify": "^3.0.0-beta.0",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
"@types/jquery": "^3.5.14",
"@types/webfontloader": "^1.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.1.0",
"husky": "^8.0.1",
"jsdoc": "^4.0.3",
"jsdom": "^24.1.1",
"prettier": "2.6.2",
"sass": "^1.77.6",
"typescript": "^4.5.4",
"vite": "^2.9.18",
"vite-plugin-vuetify": "^1.0.0-alpha.0",
"vitest": "^2.0.5",
"vue-cli-plugin-vuetify": "~2.5.1",
"vue-tsc": "^0.34.7"
},
"optionalDependencies": {
"esbuild-linux-64": "^0.15.18"
}
}