25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

33 lines
832 B

  1. {
  2. "name": "captive-portal-cms",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start",
  9. "lint": "eslint",
  10. "postinstall": "node -e \"require('fs').copyFileSync('node_modules/pdfjs-dist/build/pdf.worker.min.mjs','public/pdf.worker.min.mjs')\""
  11. },
  12. "dependencies": {
  13. "file-type": "^16.5.4",
  14. "geist": "^1.4.2",
  15. "next": "16.2.4",
  16. "pdfjs-dist": "^4.7.76",
  17. "react": "19.2.4",
  18. "react-dom": "19.2.4",
  19. "sanitize-html": "^2.17.4"
  20. },
  21. "devDependencies": {
  22. "@tailwindcss/postcss": "^4",
  23. "@types/node": "^20",
  24. "@types/react": "^19",
  25. "@types/react-dom": "^19",
  26. "@types/sanitize-html": "^2.16.1",
  27. "eslint": "^9",
  28. "eslint-config-next": "16.2.4",
  29. "tailwindcss": "^4",
  30. "typescript": "^5"
  31. }
  32. }