@nurielmeni/strapi-plugin-video-field
Version:
Add video field to your Strapi application.
84 lines (83 loc) • 2.72 kB
JSON
{
"name": "@nurielmeni/strapi-plugin-video-field",
"version": "1.1.22",
"description": "Add video field to your Strapi application.",
"keywords": [
"strapi",
"video",
"field",
"video-field",
"custom-field"
],
"license": "MIT",
"author": {
"name": "Meni Nuriel",
"url": "https://github.com/nurielmeni"
},
"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"
}
},
"files": [
"dist"
],
"scripts": {
"build": "strapi-plugin build",
"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"
},
"dependencies": {
"@strapi/design-system": "^2.0.0-rc.18",
"@strapi/icons": "^2.0.0-rc.18",
"react-intl": "^6.7.0"
},
"devDependencies": {
"@strapi/sdk-plugin": "^5.3.2",
"@strapi/strapi": "^5.12.1",
"@strapi/typescript-utils": "^5.12.1",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"prettier": "^3.3.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0",
"styled-components": "^6.0.0",
"typescript": "^5.6.3"
},
"peerDependencies": {
"@strapi/sdk-plugin": "^5.3.2",
"@strapi/strapi": "^5.12.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0",
"styled-components": "^6.0.0"
},
"strapi": {
"name": "video-field",
"description": "Add video field to your Strapi application.",
"kind": "plugin",
"displayName": "Video Field"
},
"repository": {
"type": "git",
"url": "https://github.com/nurielmeni/strapi-plugin-video-field.git"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}