50c09904a9
- Add Update Instructions Dialog with environment-specific commands (Docker/Git/Standalone) - Add email notification settings for new version alerts - Add "Sort by Capture Date" option using EXIF metadata extraction - Fix E2E tests by loading environment variables via dotenv - Add test-images/ and backend/*.db to .gitignore Closes #181
21 lines
360 B
JSON
21 lines
360 B
JSON
{
|
|
"scripts": {
|
|
"test:e2e": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"better-sqlite3": "^12.2.0",
|
|
"canvas": "^3.2.0",
|
|
"node-fetch": "^2.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.48.2",
|
|
"dotenv": "^17.3.1",
|
|
"puppeteer": "^24.17.0"
|
|
},
|
|
"overrides": {
|
|
"prebuild-install": {
|
|
"tar-fs": "2.1.4"
|
|
}
|
|
}
|
|
}
|