package.json 483 B

12345678910111213141516171819
  1. {
  2. "dependencies": {
  3. "bootstrap": "^5.3.3",
  4. "bootstrap-icons": "^1.11.3",
  5. "ckeditor5": "^44.1.0",
  6. "jquery": "^3.7.1",
  7. "jquery-validation": "^1.21.0",
  8. "sass": "^1.83.1"
  9. },
  10. "name": "bitforum",
  11. "version": "1.0.0",
  12. "description": "bitforum.io",
  13. "main": "tailwind.config.js",
  14. "scripts": {
  15. "test": "echo \"Error: no test specified\" && exit 1"
  16. },
  17. "author": "www.play.co.kr",
  18. "license": "ISC"
  19. }