{ "name": "carouselforge-app", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbo", "build": "next build", "start": "next start", "lint": "next lint", "test": "jest", "test:watch": "jest --watch", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui" }, "dependencies": { "@types/better-sqlite3": "^7.6.13", "apify-client": "^2.22.3", "better-sqlite3": "^12.9.0", "next": "14.2.35", "pdf-parse": "^2.4.5", "puppeteer-core": "^24.41.0", "react": "^18", "react-dom": "^18", "telegraf": "^4.15.0", "uuid": "^13.0.0" }, "devDependencies": { "@playwright/test": "^1.59.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@types/jest": "^29.5.0", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@types/uuid": "^10.0.0", "eslint": "^8", "eslint-config-next": "14.2.35", "jest": "^29.5.0", "jest-environment-jsdom": "^30.3.0", "postcss": "^8", "tailwindcss": "^3.4.1", "ts-jest": "^29.1.0", "typescript": "^5" } }