Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 672B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "diligent-rn-api",
  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. "@strapi/plugin-i18n": "4.5.3",
  14. "@strapi/plugin-users-permissions": "4.5.3",
  15. "@strapi/strapi": "4.9.2",
  16. "better-sqlite3": "7.4.6",
  17. "strapi-google-auth": "^0.1.2"
  18. },
  19. "author": {
  20. "name": "A Strapi developer"
  21. },
  22. "strapi": {
  23. "uuid": "e616c0a3-775a-4a60-9fd6-d7700ddc7e97"
  24. },
  25. "engines": {
  26. "node": ">=14.19.1 <=18.x.x",
  27. "npm": ">=6.0.0"
  28. },
  29. "license": "MIT"
  30. }