You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98 lines
2.3 KiB
98 lines
2.3 KiB
{ |
|
"name": "react-stately", |
|
"version": "3.49.0", |
|
"description": "Spectrum UI components in React", |
|
"license": "Apache-2.0", |
|
"main": "./dist/exports/index.cjs", |
|
"module": "./dist/exports/index.js", |
|
"exports": { |
|
".": { |
|
"source": "./exports/index.ts", |
|
"types": "./dist/types/exports/index.d.ts", |
|
"import": "./dist/exports/index.mjs", |
|
"require": "./dist/exports/index.cjs" |
|
}, |
|
"./package.json": "./package.json", |
|
"./*": { |
|
"source": "./exports/*.ts", |
|
"types": "./dist/types/exports/*.d.ts", |
|
"import": "./dist/exports/*.mjs", |
|
"require": "./dist/exports/*.cjs" |
|
} |
|
}, |
|
"types": "./dist/types/exports/index.d.ts", |
|
"source": "exports/index.ts", |
|
"files": [ |
|
"*", |
|
"!docs/**", |
|
"!exports/**", |
|
"!intl/**", |
|
"!src/**", |
|
"!stories/**", |
|
"!test/**" |
|
], |
|
"sideEffects": false, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/adobe/react-spectrum" |
|
}, |
|
"dependencies": { |
|
"@internationalized/date": "^3.12.3", |
|
"@internationalized/number": "^3.6.7", |
|
"@internationalized/string": "^3.2.10", |
|
"@react-types/shared": "^3.36.1", |
|
"@swc/helpers": "^0.5.0", |
|
"use-sync-external-store": "^1.6.0" |
|
}, |
|
"peerDependencies": { |
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" |
|
}, |
|
"devDependencies": { |
|
"@babel/cli": "^7.24.1", |
|
"@babel/core": "^7.24.3", |
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" |
|
}, |
|
"publishConfig": { |
|
"access": "public" |
|
}, |
|
"targets": { |
|
"main": false, |
|
"module": false, |
|
"types": false, |
|
"exports-module": { |
|
"source": [ |
|
"exports/**/*.ts" |
|
], |
|
"distDir": "dist", |
|
"isLibrary": true, |
|
"outputFormat": "esmodule", |
|
"includeNodeModules": false |
|
}, |
|
"exports-main": { |
|
"source": [ |
|
"exports/**/*.ts" |
|
], |
|
"distDir": "dist", |
|
"isLibrary": true, |
|
"outputFormat": "commonjs", |
|
"includeNodeModules": false |
|
}, |
|
"legacy-module": { |
|
"source": [ |
|
"exports/**/*.ts" |
|
], |
|
"distDir": "dist", |
|
"isLibrary": true, |
|
"outputFormat": "esmodule", |
|
"includeNodeModules": false, |
|
"engines": { |
|
"browsers": [ |
|
"chrome >= 79", |
|
"firefox >= 85", |
|
"safari >= 13" |
|
] |
|
} |
|
} |
|
}, |
|
"gitHead": "5ecb3333001313e83898cd07644227897e3bae1f" |
|
}
|
|
|