51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "@internationalized/date",
|
|
"version": "3.12.1",
|
|
"description": "Internationalized calendar, date, and time manipulation utilities",
|
|
"license": "Apache-2.0",
|
|
"main": "dist/index.cjs",
|
|
"module": "dist/index.js",
|
|
"import": "dist/index.mjs",
|
|
"exports": {
|
|
"source": "./src/index.ts",
|
|
"types": "./dist/types/src/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"types": "./dist/types/src/index.d.ts",
|
|
"source": "src/index.ts",
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/adobe/react-spectrum/tree/main/packages/@internationalized/date"
|
|
},
|
|
"dependencies": {
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"targets": {
|
|
"types": false,
|
|
"module": {
|
|
"engines": {
|
|
"browsers": [
|
|
"chrome >= 79",
|
|
"firefox >= 85",
|
|
"safari >= 13"
|
|
]
|
|
}
|
|
},
|
|
"import": {
|
|
"isLibrary": true,
|
|
"outputFormat": "esmodule",
|
|
"includeNodeModules": false
|
|
}
|
|
},
|
|
"gitHead": "a6999bdf494a2e9c0381a5881908328bdd22ddae"
|
|
}
|