@liturgical-calendar/components-js
Version:
Liturgical calendar components for javascript: an html select populated with liturgical calendars supported by the Liturgical Calendar API; form controls for parameters that are supported by the Liturgical Calendar API; a webcalendar; and liturgy of the d
53 lines (52 loc) • 1.64 kB
JSON
{
"type": "module",
"packageManager": "yarn@4.6.0",
"name": "@liturgical-calendar/components-js",
"version": "1.4.0",
"author": "John R. D'Orazio <priest@johnromanodorazio.com (https://www.johnromanodorazio.com)",
"description": "Liturgical calendar components for javascript: an html select populated with liturgical calendars supported by the Liturgical Calendar API; form controls for parameters that are supported by the Liturgical Calendar API; a webcalendar; and liturgy of the day",
"homepage": "https://litcal.johnromanodorazio.com",
"keywords": [
"catholic",
"liturgy",
"calendar",
"esnext",
"esmodule"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "github:Liturgical-Calendar/liturgy-components-js"
},
"exports": {
".": "./dist/index.js"
},
"scripts": {
"test": "jest",
"compile": "tsc",
"compile:watch": "tsc --watch",
"storybook": "storybook dev",
"storybook:ci": "storybook dev -p 6006 --ci",
"storybook:build": "storybook build",
"docker": "yarn compile:watch & yarn storybook:ci"
},
"types": "dist/index.d.ts",
"devDependencies": {
"@playwright/test": "^1.57.0",
"@popperjs/core": "^2.11.8",
"@storybook/addon-docs": "^10",
"@storybook/html-vite": "^10.0.8",
"@types/bootstrap": "^5",
"@types/react": "^19",
"@types/react-dom": "^19",
"@yarnpkg/pnpify": "^4.1.2",
"bootstrap": "^5.3.3",
"jest": "^29.7.0",
"playwright": "^1.57.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"storybook": "^10.0.8",
"typescript": "^5.7.2",
"vite": "^7.2.4"
}
}