|
1 | 1 | { |
2 | | - "name": "cv-frontend-vue", |
3 | | - "version": "3.3.0", |
4 | | - "private": true, |
5 | | - "scripts": { |
6 | | - "serve": "vite preview", |
7 | | - "build": "bash build.sh", |
8 | | - "dev": "vite", |
9 | | - "tauri": "tauri", |
10 | | - "preview": "vite preview", |
11 | | - "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src", |
12 | | - "format": "prettier . --write", |
13 | | - "postinstall": "husky install", |
14 | | - "test": "vitest" |
15 | | - }, |
16 | | - "dependencies": { |
17 | | - "@fortawesome/fontawesome-free": "^6.5.1", |
18 | | - "@mdi/font": "5.9.55", |
19 | | - "@tauri-apps/api": "^2.3.1", |
20 | | - "@tauri-apps/plugin-fs": "^2.3.1", |
21 | | - "@tiptap/core": "^2.0.3", |
22 | | - "@tiptap/extension-character-count": "^2.0.3", |
23 | | - "@tiptap/extension-subscript": "^2.0.3", |
24 | | - "@tiptap/extension-superscript": "^2.0.3", |
25 | | - "@tiptap/extension-text-align": "^2.0.3", |
26 | | - "@tiptap/extension-underline": "^2.0.3", |
27 | | - "@tiptap/starter-kit": "^2.0.3", |
28 | | - "@tiptap/vue-3": "^2.0.3", |
29 | | - "bootstrap": "^4.6.1", |
30 | | - "canvas-to-svg": "^1.0.3", |
31 | | - "codemirror": "^5.65.1", |
32 | | - "codemirror-editor-vue3": "^2.1.7", |
33 | | - "dom-to-image": "^2.6.0", |
34 | | - "driver.js": "^0.9.8", |
35 | | - "esbuild": "^0.14.45", |
36 | | - "interactjs": "^1.10.17", |
37 | | - "jquery": "^3.6.0", |
38 | | - "pinia": "^2.0.14", |
39 | | - "vue": "^3.2.25", |
40 | | - "vue-i18n": "^9.14.3", |
41 | | - "vue-router": "^4.0.15", |
42 | | - "vuedraggable": "^4.1.0", |
43 | | - "vuetify": "^3.0.0-beta.0", |
44 | | - "webfontloader": "^1.0.0" |
45 | | - }, |
46 | | - "devDependencies": { |
47 | | - "@commitlint/cli": "^17.0.2", |
48 | | - "@commitlint/config-conventional": "^17.0.2", |
49 | | - "@intlify/vite-plugin-vue-i18n": "^3.4.0", |
50 | | - "@tauri-apps/cli": "^2.3.1", |
51 | | - "@types/jquery": "^3.5.14", |
52 | | - "@types/webfontloader": "^1.0.0", |
53 | | - "@vitejs/plugin-vue": "^2.3.3", |
54 | | - "@vue/test-utils": "^2.4.6", |
55 | | - "eslint": "^8.17.0", |
56 | | - "eslint-config-prettier": "^8.5.0", |
57 | | - "eslint-plugin-vue": "^9.1.0", |
58 | | - "husky": "^8.0.1", |
59 | | - "jsdoc": "^4.0.3", |
60 | | - "jsdom": "^24.1.1", |
61 | | - "prettier": "2.6.2", |
62 | | - "sass": "^1.77.6", |
63 | | - "typescript": "^4.5.4", |
64 | | - "vite": "^2.9.18", |
65 | | - "vite-plugin-html": "^3.2.2", |
66 | | - "vite-plugin-vuetify": "^1.0.0-alpha.0", |
67 | | - "vitest": "^2.1.9", |
68 | | - "vue-cli-plugin-vuetify": "~2.5.1", |
69 | | - "vue-tsc": "^0.34.7" |
70 | | - }, |
71 | | - "optionalDependencies": { |
72 | | - "esbuild-linux-64": "^0.15.18" |
73 | | - } |
| 2 | + "name": "cv-frontend-vue", |
| 3 | + "version": "3.4.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "serve": "vite preview", |
| 7 | + "build": "bash build.sh", |
| 8 | + "dev": "vite", |
| 9 | + "tauri": "tauri", |
| 10 | + "preview": "vite preview", |
| 11 | + "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src", |
| 12 | + "format": "prettier . --write", |
| 13 | + "postinstall": "husky install", |
| 14 | + "test": "vitest" |
| 15 | + }, |
| 16 | + "dependencies": { |
| 17 | + "@fortawesome/fontawesome-free": "^6.5.1", |
| 18 | + "@mdi/font": "5.9.55", |
| 19 | + "@tauri-apps/api": "^2.3.1", |
| 20 | + "@tauri-apps/plugin-fs": "^2.3.1", |
| 21 | + "@tiptap/core": "^2.0.3", |
| 22 | + "@tiptap/extension-character-count": "^2.0.3", |
| 23 | + "@tiptap/extension-subscript": "^2.0.3", |
| 24 | + "@tiptap/extension-superscript": "^2.0.3", |
| 25 | + "@tiptap/extension-text-align": "^2.0.3", |
| 26 | + "@tiptap/extension-underline": "^2.0.3", |
| 27 | + "@tiptap/starter-kit": "^2.0.3", |
| 28 | + "@tiptap/vue-3": "^2.0.3", |
| 29 | + "bootstrap": "^4.6.1", |
| 30 | + "canvas-to-svg": "^1.0.3", |
| 31 | + "codemirror": "^5.65.1", |
| 32 | + "codemirror-editor-vue3": "^2.1.7", |
| 33 | + "dom-to-image": "^2.6.0", |
| 34 | + "driver.js": "^0.9.8", |
| 35 | + "esbuild": "^0.14.45", |
| 36 | + "interactjs": "^1.10.17", |
| 37 | + "jquery": "^3.6.0", |
| 38 | + "pinia": "^2.0.14", |
| 39 | + "vue": "^3.2.25", |
| 40 | + "vue-i18n": "^9.14.3", |
| 41 | + "vue-router": "^4.0.15", |
| 42 | + "vuedraggable": "^4.1.0", |
| 43 | + "vuetify": "^3.0.0-beta.0", |
| 44 | + "webfontloader": "^1.0.0" |
| 45 | + }, |
| 46 | + "devDependencies": { |
| 47 | + "@commitlint/cli": "^17.0.2", |
| 48 | + "@commitlint/config-conventional": "^17.0.2", |
| 49 | + "@intlify/vite-plugin-vue-i18n": "^3.4.0", |
| 50 | + "@tauri-apps/cli": "^2.3.1", |
| 51 | + "@types/jquery": "^3.5.14", |
| 52 | + "@types/webfontloader": "^1.0.0", |
| 53 | + "@vitejs/plugin-vue": "^2.3.3", |
| 54 | + "@vue/test-utils": "^2.4.6", |
| 55 | + "eslint": "^8.17.0", |
| 56 | + "eslint-config-prettier": "^8.5.0", |
| 57 | + "eslint-plugin-vue": "^9.1.0", |
| 58 | + "husky": "^8.0.1", |
| 59 | + "jsdoc": "^4.0.3", |
| 60 | + "jsdom": "^24.1.1", |
| 61 | + "prettier": "2.6.2", |
| 62 | + "sass": "^1.77.6", |
| 63 | + "typescript": "^4.5.4", |
| 64 | + "vite": "^2.9.18", |
| 65 | + "vite-plugin-html": "^3.2.2", |
| 66 | + "vite-plugin-vuetify": "^1.0.0-alpha.0", |
| 67 | + "vitest": "^2.1.9", |
| 68 | + "vue-cli-plugin-vuetify": "~2.5.1", |
| 69 | + "vue-tsc": "^0.34.7" |
| 70 | + }, |
| 71 | + "optionalDependencies": { |
| 72 | + "esbuild-linux-64": "^0.15.18" |
| 73 | + } |
74 | 74 | } |
0 commit comments