mirror of
https://github.com/readest/readest.git
synced 2026-05-03 05:50:55 +00:00
42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"name": "@readest/readest-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "2.0.2",
|
|
"@tauri-apps/plugin-dialog": "^2.0.0",
|
|
"@tauri-apps/plugin-fs": "^2.0.0",
|
|
"@tauri-apps/plugin-http": "^2.0.0",
|
|
"@tauri-apps/plugin-log": "^2.0.0",
|
|
"@tauri-apps/plugin-os": "^2.0.0",
|
|
"@zip.js/zip.js": "^2.7.52",
|
|
"epubjs": "^0.3.93",
|
|
"foliate-js": "workspace:*",
|
|
"js-md5": "^0.8.3",
|
|
"next": "14.2.13",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-icons": "^5.3.0",
|
|
"zustand": "5.0.0-rc.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "2.0.2",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"autoprefixer": "^10.4.20",
|
|
"daisyui": "^4.12.10",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.13",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|