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 72b1de2937
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m12s
Add 3MF viewer and enable PDF thumbnails
2026-05-31 21:28:47 -07:00

39 lines
1.2 KiB
JSON

{
"name": "drive-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "node -e \"require('fs').mkdirSync('public', {recursive: true}); require('fs').copyFileSync('node_modules/pdfjs-dist/build/pdf.worker.min.mjs', 'public/pdf.worker.min.mjs')\""
},
"dependencies": {
"@onlyoffice/document-editor-react": "^2.2.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@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-19-stl-viewer": "^3.0.1",
"react-dom": "^19.0.0",
"react-pdf": "^10.4.1",
"react-syntax-highlighter": "^16.1.1",
"three": "^0.184.0",
"three-stdlib": "^2.36.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"
}
}