UNPKG

@alsew_/strapi-plugin-migration

Version:
80 lines 2.11 kB
{ "name": "@alsew_/strapi-plugin-migration", "version": "0.0.3", "description": "Strapi migration plugin for cms", "keywords": [ "strapi", "migration", "data" ], "homepage": "git+https://github.com/AurelienHemidy/strapi-plugin-migration.git#readme", "repository": { "type": "git", "url": "git+https://github.com/AurelienHemidy/strapi-plugin-migration.git" }, "license": "ISC", "author": "Aurélien Hémidy", "maintainers": [ { "name": "Aurélien Hémidy" } ], "bin": { "create-migration-file": "./scripts/create-migration-file.mjs" }, "scripts": { "build": "tsc -p ../tsconfig.json" }, "resolutions": { "codemirror": "5.65.12" }, "dependencies": { "@strapi/design-system": "^1.6.3", "@strapi/helper-plugin": "^4.6.0", "@strapi/icons": "^1.6.3", "commander": "^9.4.1", "fs-extra": "^11.1.1", "prop-types": "^15.7.2", "uuid": "^9.0.1", "xss": "^1.0.14" }, "devDependencies": { "@fifteen/tooling": "^0.1.0", "@strapi/strapi": "^4.25.12", "@strapi/typescript-utils": "^4.6.0", "@types/react": "^17.0.53", "@types/react-dom": "^17.0.18", "@types/react-router-dom": "^5.3.3", "@types/styled-components": "^5.1.26", "@typescript-eslint/eslint-plugin": "^6.19.1", "@typescript-eslint/parser": "^6.19.1", "eslint": "^8.56.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "nodemon": "^3.1.9", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.3.4", "styled-components": "^6.1.13", "typescript": "5.6.2", "zx": "^8.1.8" }, "peerDependencies": { "@strapi/strapi": "^4.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.3.4", "styled-components": "^6.1.13" }, "packageManager": "yarn@3.6.3", "engines": { "node": "18", "npm": ">=6.0.0" }, "strapi": { "name": "strapi-plugin-migration", "displayName": "Migrations", "description": "Strapi Plugin to handle data migrations.", "kind": "plugin" } }