aboutsummaryrefslogtreecommitdiff
path: root/test/cli/install/migration/contoso-test/blog-cms/package.json
blob: d4445b8493d636f34bcba4d29a4fe7cb43fe7f29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "name": "blog-cms",
  "private": true,
  "version": "0.1.0",
  "description": "The blog backend",
  "scripts": {
    "develop": "strapi develop",
    "start": "strapi start",
    "build": "strapi build",
    "strapi": "strapi",
    "docker:build": "docker build --tag cms .",
    "docker:run": "docker run --rm --publish 1337:1337 --env-file ../../.env.docker cms"
  },
  "devDependencies": {
    "@types/lodash.set": "^4.3.7"
  },
  "dependencies": {
    "@strapi/plugin-graphql": "^4.9.1",
    "@strapi/plugin-i18n": "^4.5.6",
    "@strapi/plugin-users-permissions": "^4.5.6",
    "@strapi/strapi": "^4.5.6",
    "lodash.set": "^4.3.2",
    "pg": "^8.8.0",
    "strapi-provider-upload-azure-storage": "^2.1.0"
  },
  "strapi": {
    "uuid": "42db7187-d121-4240-b174-3b2b3605f696"
  },
  "engines": {
    "node": ">=14.19.1 <=18.x.x",
    "npm": ">=6.0.0"
  },
  "license": "MIT"
}