{ "name": "@html-anything/next", "version": "0.1.0", "private": true, "license": "Apache-2.0", "scripts": { "dev": "next", "build": "next build", "start": "next start", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "clsx": "^2.1.1", "diff": "^9.0.0", "dompurify": "^3.4.2", "highlight.js": "^11.11.1", "idb": "^8.0.3", "jszip": "^3.10.1", "juice": "^11.1.1", "lucide-react": "^1.14.0", "marked": "^18.0.3", "modern-screenshot": "^4.7.0", "next": "16.2.6", "papaparse": "^5.5.3", "pptxgenjs": "^4.0.1", "react": "19.2.4", "react-dom": "19.2.4", "unpdf": "^1.2.2", "xlsx": "^0.18.5", "zustand": "^5.0.13" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/dompurify": "^3.2.0", "@types/node": "^20", "@types/papaparse": "^5.5.2", "@types/react": "^19", "@types/react-dom": "^19", "fake-indexeddb": "^6.2.5", "happy-dom": "^20.9.0", "tailwindcss": "^4", "typescript": "^5", "vitest": "^4.1.6" } }