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.

40 lines
976 B

  1. {
  2. "name": "tbg-catania-hotel",
  3. "private": true,
  4. "version": "0.1.0",
  5. "description": "A Strapi application",
  6. "scripts": {
  7. "develop": "strapi develop",
  8. "start": "strapi start",
  9. "build": "strapi build",
  10. "strapi": "strapi"
  11. },
  12. "dependencies": {
  13. "knex": "0.21.18",
  14. "mysql": "^2.18.1",
  15. "sqlite3": "5.0.0",
  16. "strapi": "3.6.8",
  17. "strapi-admin": "3.6.8",
  18. "strapi-connector-bookshelf": "3.6.8",
  19. "strapi-plugin-content-manager": "3.6.8",
  20. "strapi-plugin-content-type-builder": "3.6.8",
  21. "strapi-plugin-email": "3.6.8",
  22. "strapi-plugin-graphql": "3.6.8",
  23. "strapi-plugin-i18n": "3.6.8",
  24. "strapi-plugin-upload": "3.6.8",
  25. "strapi-plugin-users-permissions": "3.6.8",
  26. "strapi-utils": "3.6.8"
  27. },
  28. "author": {
  29. "name": "A Strapi developer"
  30. },
  31. "strapi": {
  32. "uuid": "64646ad5-7507-4cd8-93e5-3dbc4aedf338"
  33. },
  34. "engines": {
  35. "node": ">=10.16.0 <=16.x.x",
  36. "npm": "^7.9.0"
  37. },
  38. "license": "MIT"
  39. }