strapi/packages/plugins/cloud/package.json
2024-02-28 15:33:49 +01:00

76 lines
2.0 KiB
JSON

{
"name": "@strapi/plugin-cloud",
"version": "4.20.3",
"description": "Instructions to deploy your local project to Strapi Cloud",
"license": "MIT",
"author": {
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"exports": {
"./strapi-admin": {
"types": "./dist/admin/src/index.d.ts",
"source": "./admin/src/index.ts",
"import": "./dist/admin/index.mjs",
"require": "./dist/admin/index.js",
"default": "./dist/admin/index.js"
},
"./package.json": "./package.json"
},
"files": [
"./dist"
],
"scripts": {
"build": "strapi plugin:build --force",
"clean": "run -T rimraf ./dist",
"develop": "strapi plugin:watch",
"lint": "run -T eslint .",
"test:ts:front": "run -T tsc -p admin/tsconfig.json"
},
"dependencies": {
"@strapi/design-system": "1.14.1",
"@strapi/helper-plugin": "4.20.3",
"@strapi/icons": "1.14.1",
"react-intl": "6.4.1"
},
"devDependencies": {
"@strapi/strapi": "4.20.3",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "5.1.32",
"eslint-config-custom": "4.20.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3",
"tsconfig": "4.20.3",
"typescript": "5.2.2"
},
"peerDependencies": {
"@strapi/strapi": "^4.4.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"strapi": {
"name": "strapi-cloud",
"description": "Instructions to deploy your local project to Strapi Cloud",
"kind": "plugin",
"displayName": "Strapi Cloud"
}
}