mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
The official image from streamline does not currently work for the arm64 platform. As a temporary measure, the source code and docker build scripts have been lifted from the official images and are used to build locally. Some additional modifications are made to reduce overall image size, these are documented in docker/README.md
35 lines
889 B
JSON
Executable File
35 lines
889 B
JSON
Executable File
{
|
|
"name": "@fullcalendar/luxon",
|
|
"version": "4.3.0",
|
|
"title": "FullCalendar Luxon Plugin",
|
|
"description": "A connector to the Luxon date library",
|
|
"keywords": [
|
|
"calendar",
|
|
"event",
|
|
"full-sized"
|
|
],
|
|
"homepage": "https://fullcalendar.io/",
|
|
"docs": "https://fullcalendar.io/docs/luxon-plugin",
|
|
"bugs": "https://fullcalendar.io/reporting-bugs",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fullcalendar/fullcalendar.git",
|
|
"homepage": "https://github.com/fullcalendar/fullcalendar"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Adam Shaw",
|
|
"email": "arshaw@arshaw.com",
|
|
"url": "http://arshaw.com/"
|
|
},
|
|
"copyright": "2019 Adam Shaw",
|
|
"peerDependencies": {
|
|
"@fullcalendar/core": "~4.3.0",
|
|
"luxon": "^1.12.1"
|
|
},
|
|
"main": "main.js",
|
|
"module": "main.esm.js",
|
|
"unpkg": "main.min.js",
|
|
"types": "main.d.ts"
|
|
}
|