Node.js Blog System
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 lines
568 B

  1. {
  2. "name": "blog",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "devStart": "nodemon server.js"
  8. },
  9. "author": "RinRi-D",
  10. "license": "ISC",
  11. "dependencies": {
  12. "dompurify": "^2.0.11",
  13. "ejs": "^3.1.3",
  14. "express": "^4.17.1",
  15. "highlight.js": "^10.1.1",
  16. "jsdom": "^16.2.2",
  17. "marked": "^1.1.0",
  18. "method-override": "^3.0.0",
  19. "mongoose": "^5.9.19",
  20. "slugify": "^1.4.0"
  21. },
  22. "devDependencies": {
  23. "nodemon": "^2.0.4"
  24. }
  25. }