UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

143 lines (142 loc) 4.18 kB
{ "name": "@localazy/strapi-plugin", "version": "1.0.3", "description": "The official Strapi Plugin by Localazy.", "keywords": [ "strapi", "plugin", "localazy", "javascript", "internationalization", "i18n", "headless", "cms", "l10n" ], "repository": { "type": "git", "url": "git+https://github.com/localazy/strapi-plugin" }, "bugs": { "url": "https://github.com/localazy/strapi-plugin/issues" }, "homepage": "https://github.com/localazy/strapi-plugin#readme", "license": "MIT", "author": { "name": "Localazy", "email": "team@localazy.com", "url": "https://localazy.com" }, "type": "commonjs", "exports": { "./package.json": "./package.json", "./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" }, "./strapi-server": { "types": "./dist/server/src/index.d.ts", "source": "./server/src/index.ts", "import": "./dist/server/index.mjs", "require": "./dist/server/index.js", "default": "./dist/server/index.js" } }, "bin": { "strapi-plugin": "install/index.mjs" }, "files": [ "dist", "install" ], "scripts": { "build": "strapi-plugin build", "format": "prettier --write .", "format:check": "prettier --check .", "lint": "eslint .", "lint:fix": "eslint --fix .", "test:server": "jest --config server/jest.config.ts", "test:server:coverage": "jest --config server/jest.config.ts --coverage", "test:server:watch": "jest --config server/jest.config.ts --watch", "test:ts:back": "run -T tsc -p server/tsconfig.json", "test:ts:front": "run -T tsc -p admin/tsconfig.json", "verify": "strapi-plugin verify", "watch": "strapi-plugin watch", "watch:link": "strapi-plugin watch:link" }, "lint-staged": { "*.{ts,tsx}": [ "eslint --fix", "prettier --write" ] }, "dependencies": { "shelljs": "^0.8.5", "ws": "^8.18.0" }, "devDependencies": { "@david-vaclavek/deep-keys": "^0.5.0", "@localazy/api-client": "^2.1.6", "@localazy/conventional-changelog-preset": "^1.2.10", "@localazy/generic-connector-client": "^0.3.0", "@strapi/design-system": "^2.0.0-rc.14", "@strapi/icons": "^2.0.0-rc.14", "@strapi/typescript-utils": "^5.6.0", "@types/jest": "^29.5.12", "@types/lodash": "^4.14.202", "@types/lodash-es": "^4.17.12", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "@typescript-eslint/eslint-plugin": "^8.21.0", "@typescript-eslint/parser": "^8.21.0", "axios": "^1.7.9", "chalk": "^5.4.1", "conventional-changelog": "^5.1.0", "conventional-changelog-cli": "^4.1.0", "conventional-changelog-writer": "github:localazy/conventional-changelog-writer", "conventional-recommended-bump": "^9.0.0", "eslint": "^9.18.0", "eslint-config-prettier": "^10.0.1", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.1.0", "fs-extra": "^11.3.0", "history": "^5.3.0", "husky": "^9.1.7", "i18next": "^24.2.1", "jest": "^29.7.0", "lint-staged": "^15.4.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "ora": "^8.2.0", "prettier": "^3.4.2", "react-hooks-global-state": "^2.1.0", "react-i18next": "^15.4.0", "react-intl": "^7.1.0", "socket.io": "^4.8.1", "socket.io-client": "^4.8.1", "strapio": "^3.0.2", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^5.7.2" }, "peerDependencies": { "@strapi/sdk-plugin": "^5.2.8", "@strapi/strapi": "^5.6.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.28.1", "styled-components": "^6.1.14" }, "strapi": { "kind": "plugin", "name": "localazy", "displayName": "Localazy Strapi Plugin", "description": "The official Strapi Plugin by Localazy" } }