-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
70 lines (70 loc) · 2.1 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
70
{
"name": "audible-library-extractor",
"version": "0.2.11",
"license": "MIT",
"scripts": {
"dev": "yarn vite",
"build": "gallerySingleFile=true yarn vite build && wallpaperSingleFile=true yarn vite build && yarn vite build && node zipper.js",
"preview": "yarn vite preview --port 4173"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"@meforma/vue-toaster": "^1.3.0",
"@panzoom/panzoom": "^4.5.1",
"@splidejs/vue-splide": "^0.6.12",
"@vueform/multiselect": "^2.5.6",
"async-es": "^3.2.4",
"axios": "^1.2.1",
"axios-rate-limit": "^1.3.0",
"axios-retry": "^3.3.1",
"bulma": "^0.9.4",
"date-fns": "^2.29.3",
"dompurify": "^3.0.5",
"domurl": "^2.3.4",
"downloadjs": "^1.4.7",
"file-saver": "^2.0.5",
"fitty": "^2.3.6",
"fuse.js": "^6.6.2",
"howler": "^2.2.3",
"html-to-image": "^1.11.4",
"jquery": "^3.6.1",
"jszip": "^3.10.1",
"jszip-utils": "^0.1.0",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"normalize.css": "^8.0.1",
"pinia": "^2.0.21",
"smoothscroll-polyfill": "^0.4.4",
"vite-plugin-dynamic-import": "^1.2.3",
"vite-plugin-package-version": "^1.0.2",
"vue-click-outside-element": "^3.1.2",
"vue-contenteditable": "^4.1.0",
"vue-dragscroll": "^4.0.5",
"vue-router": "^4.1.5",
"vue-slider-component": "^4.1.0-beta.4",
"vue-tippy": "^6.0.0-alpha.65",
"vue3-moveable": "^0.26.1",
"vue3-shortkey": "https://github.com/BlazL/vue3-shortkey",
"vue3-touch-events": "^4.1.2",
"vuedraggable": "^4.1.0",
"vuex": "^4.0.2"
},
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.14",
"@iconify/json": "^2.1.122",
"@vitejs/plugin-vue": "2.3.2",
"naive-ui": "^2.34.2",
"picocolors": "^1.0.0",
"rollup-plugin-copy": "^3.4.0",
"sass": "^1.55.0",
"unplugin-icons": "^0.16.5",
"unplugin-vue-components": "^0.25.1",
"vfonts": "^0.0.3",
"vite": "2.9.15",
"vite-plugin-ejs": "^1.5.0",
"vite-plugin-singlefile": "^0.13.5",
"vite-plugin-static-copy": "^0.17.0",
"vue": "^3.3.4",
"zip-folder": "^1.0.0"
}
}