@sanity/scheduled-publishing
Version:
> [!IMPORTANT] > As of [v3.39.0](https://www.sanity.io/changelog/e6013ee5-8214-4e03-9593-f7b19124b8a3) of Sanity Studio, this plugin has been deprecated and the Scheduled Publishing functionality has been moved into the core studio package. > Read more an
119 lines (118 loc) • 3.38 kB
JSON
{
"name": "@sanity/scheduled-publishing",
"version": "1.4.1",
"description": "",
"keywords": [
"sanity",
"plugin"
],
"homepage": "https://github.com/sanity-io/sanity-plugin-scheduled-publishing#readme",
"bugs": {
"url": "https://github.com/sanity-io/sanity-plugin-scheduled-publishing/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:sanity-io/sanity-plugin-scheduled-publishing.git"
},
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
"exports": {
".": {
"types": "./lib/src/index.d.ts",
"source": "./src/index.ts",
"import": "./lib/index.esm.js",
"require": "./lib/index.js",
"default": "./lib/index.esm.js"
},
"./package.json": "./package.json"
},
"main": "./lib/index.js",
"module": "./lib/index.esm.js",
"source": "./src/index.ts",
"types": "./lib/src/index.d.ts",
"files": [
"src",
"lib",
"v2-incompatible.js",
"sanity.json"
],
"scripts": {
"prebuild": "npm run clean && plugin-kit verify-package --silent && pkg-utils",
"build": "pkg-utils build --strict",
"clean": "rimraf lib",
"compile": "tsc --noEmit",
"dev": "npm run watch",
"format": "prettier src -w",
"link-watch": "plugin-kit link-watch",
"lint": "eslint .",
"prepare": "husky install",
"prepublishOnly": "npm run build",
"release": "standard-version",
"verify": "npm run compile && npm run lint",
"watch": "pkg-utils watch"
},
"dependencies": {
"@sanity/color": "^2.1.20",
"@sanity/icons": "^2.0.0",
"@sanity/incompatible-plugin": "^1.0.4",
"@sanity/ui": "^1.0.0",
"@sanity/util": "^3.0.0",
"@tanstack/react-virtual": "^3.0.1",
"@vvo/tzdb": "^6.75.0",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"debug": "^4.3.4",
"lodash": "^4.17.21",
"pluralize": "^8.0.0",
"react-focus-lock": "^2.9.1",
"rxjs": "^7.5.7",
"swr": "^1.3.0"
},
"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@sanity/pkg-utils": "^1.17.3",
"@sanity/plugin-kit": "^2.1.17",
"@sanity/semantic-release-preset": "^4.1.2",
"@types/debug": "^4.1.7",
"@types/lodash": "^4.14.187",
"@types/pluralize": "^0.0.29",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-sanity": "^6.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"lodash": "^4.17.21",
"prettier": "^2.7.1",
"prettier-plugin-packagejson": "^2.3.0",
"react": "^18",
"react-dom": "^18",
"rimraf": "^5.0.0",
"sanity": "^3.0.0",
"semantic-release": "^21.0.7",
"typescript": "^4.8.4"
},
"peerDependencies": {
"@sanity/ui": "^1.0 || ^2.0",
"react": "^18",
"react-dom": "^18",
"sanity": "^3.0.0",
"styled-components": "^5.0 || ^6.0"
},
"engines": {
"node": ">=14"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"sanityExchangeUrl": "https://www.sanity.io/plugins/scheduled-publishing"
}