@seidhr/sanity-plugin-timespan-input
Version:
Make it easier to add timespan information with the help of Extended Date Time Format (EDTF).
103 lines • 2.76 kB
JSON
{
"name": "@seidhr/sanity-plugin-timespan-input",
"version": "4.0.3",
"description": "Make it easier to add timespan information with the help of Extended Date Time Format (EDTF).",
"keywords": [
"sanity",
"sanity-plugin",
"edtf",
"cidoc-crm",
"timespan"
],
"homepage": "https://github.com/seidhr/muna#readme",
"bugs": {
"url": "https://github.com/seidhr/muna/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:seidhr/muna.git"
},
"license": "MIT",
"author": "Tarje Lavik <tarje.lavik@gmail.com>",
"type": "module",
"exports": {
".": {
"source": "./src/index.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs",
"default": "./dist/index.esm.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.cts",
"module": "./dist/index.esm.js",
"files": [
"dist",
"sanity.json",
"src",
"v2-incompatible.js"
],
"scripts": {
"lint": "eslint .",
"build": "plugin-kit verify-package --silent && pkg-utils build --strict --check --clean",
"dev": "npm run link-watch",
"prepublishOnly": "npm run build",
"watch": "pkg-utils watch --strict",
"clean": "rimraf dist",
"format": "prettier --write --cache --ignore-unknown .",
"link-watch": "plugin-kit link-watch"
},
"dependencies": {
"@date-fns/tz": "1.2.0",
"@sanity/icons": "^3.5.6",
"@sanity/incompatible-plugin": "^1.0.5",
"@sanity/ui": "^1.8.2",
"date-fns": "4.1.0",
"edtf": "^4.6.0"
},
"devDependencies": {
"@sanity/pkg-utils": "^6.12.2",
"@sanity/plugin-kit": "^4.0.19",
"@types/styled-components": "^5.1.28",
"@types/react": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-sanity": "^7.1.3",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^5.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"prettier-plugin-packagejson": "^2.4.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rimraf": "^5.0.1",
"sanity": "^3.68.0",
"styled-components": "^6.1.13",
"typescript": "5.4"
},
"peerDependencies": {
"react": "^18.3 || ^19",
"sanity": "^3 || ^4"
},
"engines": {
"node": ">=18"
},
"eslintConfig": {
"parser": "sanipack/babel/eslint-parser",
"extends": [
"sanity",
"sanity/react",
"prettier"
],
"ignorePatterns": [
"lib/**/"
]
},
"browserslist": "extends @sanity/browserslist-config",
"sideEffects": false
}