This repository has been archived on 2026-07-15. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drive/frontend/package.json
Elijah 2b49e90b81
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m29s
Implement code highlighting, thumbnail retries, and pinned order fix
2026-05-23 08:42:30 -07:00

32 lines
779 B
JSON

{
"name": "drive-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/react-syntax-highlighter": "^15.5.13",
"framer-motion": "^11.15.0",
"lucide-react": "^0.468.0",
"next": "^15.1.0",
"pdfjs-dist": "^5.7.284",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-pdf": "^10.4.1",
"react-syntax-highlighter": "^16.1.1",
"tus-js-client": "^4.2.3"
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.5.0",
"postcss": "^8.5.15",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.0"
}
}