-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.21 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.21 KB
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
{
"name": "kobo-backup-manager",
"private": true,
"version": "1.0.0",
"type": "module",
"description": "A free, web-based backup manager for Kobo e-readers that works 100% in your browser",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@vercel/analytics": "^2.0.1",
"browser-fs-access": "^0.35.0",
"client-zip": "^2.5.0",
"jszip": "^3.10.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sql.js": "^1.10.3",
"zustand": "^4.5.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"adm-zip": "^0.5.16",
"autoprefixer": "^10.4.19",
"better-sqlite3": "^12.6.2",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.4",
"vite": "^5.3.1",
"vitest": "^1.6.0"
}
}