41 lines
1009 B
JSON
41 lines
1009 B
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.0-rc.5",
|
|
"@tauri-apps/plugin-dialog": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-fs": "2.0.0-rc.2",
|
|
"@tauri-apps/plugin-log": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-os": "2.0.0-rc.1",
|
|
"@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"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "2.0.0-rc.16",
|
|
"@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"
|
|
}
|
|
}
|