mirror of
https://github.com/readest/readest.git
synced 2026-05-03 05:50:55 +00:00
32 lines
748 B
JSON
32 lines
748 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-fs": "2.0.0-rc.2",
|
|
"@tauri-apps/plugin-log": "2.0.0-rc.1",
|
|
"lucide-react": "^0.446.0",
|
|
"next": "14.2.13",
|
|
"react": "^18",
|
|
"react-dom": "^18"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "2.0.0-rc.16",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.13",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|