wa_strapi
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.

39 regels
931 B

  1. {
  2. "name": "wa-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. "devDependencies": {},
  13. "dependencies": {
  14. "knex": "<0.20.0",
  15. "mysql": "latest",
  16. "strapi": "3.4.1",
  17. "strapi-admin": "3.4.1",
  18. "strapi-connector-bookshelf": "3.4.1",
  19. "strapi-plugin-content-manager": "3.4.1",
  20. "strapi-plugin-content-type-builder": "3.4.1",
  21. "strapi-plugin-email": "3.4.1",
  22. "strapi-plugin-graphql": "3.4.1",
  23. "strapi-plugin-upload": "3.4.1",
  24. "strapi-plugin-users-permissions": "3.4.1",
  25. "strapi-utils": "3.4.1"
  26. },
  27. "author": {
  28. "name": "A Strapi developer"
  29. },
  30. "strapi": {
  31. "uuid": "27db9377-526f-4a5a-9bc6-4ce3cb7316ee"
  32. },
  33. "engines": {
  34. "node": ">=10.16.0 <=14.x.x",
  35. "npm": ">=6.0.0"
  36. },
  37. "license": "MIT"
  38. }