Blame view

package.json 823 Bytes
Harish Patel committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
  "name": "offers-backend",
  "private": true,
  "version": "0.1.0",
  "description": "A Strapi application",
  "scripts": {
    "develop": "strapi develop",
    "start": "strapi start",
    "build": "strapi build",
    "strapi": "strapi"
  },
  "dependencies": {
    "@strapi/plugin-i18n": "4.3.6",
    "@strapi/plugin-users-permissions": "4.3.6",
15
    "@strapi/provider-email-nodemailer": "^4.3.8",
root committed
16
    "@strapi/provider-upload-aws-s3": "^4.3.9",
Harish Patel committed
17
    "@strapi/strapi": "4.3.6",
kashif ansari committed
18
    "axios": "^1.1.3",
Harish Patel committed
19
    "better-sqlite3": "7.4.6",
Harish Patel committed
20 21
    "pg": "^8.8.0",
    "strapi-plugin-ckeditor5": "^2.1.1-rc.1"
Harish Patel committed
22 23 24 25 26 27 28 29 30 31 32 33 34
  },
  "author": {
    "name": "A Strapi developer"
  },
  "strapi": {
    "uuid": "7e8c2946-4304-4f40-abbd-450862ffd158"
  },
  "engines": {
    "node": ">=14.19.1 <=16.x.x",
    "npm": ">=6.0.0"
  },
  "license": "MIT"
}