Files
readest/apps/readest-app/package.json
T
2024-10-12 19:51:09 +02:00

29 lines
592 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": {
"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"
}
}