{
  "name": "datocms-plugin-slug-with-collections",
  "version": "0.1.0",
  "homepage": "https://github.com/JulClt/datocms-plugin-slug-with-collections",
  "description": "Build the slug of child pages from parent pages in just a single click.",
  "files": [
    "build",
    "docs"
  ],
  "keywords": [
    "datocms-plugin",
    "tree-collections",
    "slug"
  ],
  "dependencies": {
    "@types/node": "^18.15.11",
    "@types/react": "^18.0.35",
    "@types/react-dom": "^18.0.11",
    "datocms-plugin-sdk": "^0.7.7",
    "datocms-react-ui": "^0.7.7",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-final-form": "^6.5.9",
    "react-scripts": "5.0.1",
    "typescript": "^4.9.5"
  },
  "scripts": {
    "start": "cross-env BROWSER='none' PUBLIC_URL='/' react-scripts start",
    "build": "cross-env PUBLIC_URL='.' react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "prepublishOnly": "npm run build"
  },
  "eslintConfig": {
    "extends": [
      "react-app"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "cross-env": "^7.0.3",
    "tailwindcss": "^3.3.1"
  },
  "datoCmsPlugin": {
    "title": "Slug With Collections",
    "previewImage": "docs/preview.mp4",
    "coverImage": "docs/cover.png",
    "entryPoint": "build/index.html"
  }
}
