We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8eddb1 commit 084d647Copy full SHA for 084d647
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "epubespiar",
3
"private": true,
4
- "version": "0.3.3",
+ "version": "0.4.0",
5
"type": "module",
6
"scripts": {
7
"dev": "vite --config vite.dev.js",
@@ -22,9 +22,7 @@
22
"@vueuse/core": "^14.0.0",
23
"axios": "^1.7.9",
24
"core-js": "^3.8.3",
25
- "dompurify": "^3.3.1",
26
"dotenv": "^16.4.7",
27
- "epubjs": "^0.3.93",
28
"jszip": "^3.10.1",
29
"lodash.throttle": "^4.1.1",
30
"punycode": "^2.3.1",
@@ -33,10 +31,9 @@
33
31
"vuex": "^4.1.0"
34
32
},
35
"devDependencies": {
36
- "@vitejs/plugin-vue": "^6.0.4",
+ "@vitejs/plugin-vue": "^5.0.4",
37
"cross-env": "^7.0.3",
38
- "sass": "^1.97.1",
39
- "vite": "^7.3.1",
+ "vite": "^5.4.14",
40
"vite-plugin-web-extension": "^4.0.0",
41
"webextension-polyfill": "^0.10.0"
42
}
0 commit comments