93 lines
2.5 KiB
Plaintext
93 lines
2.5 KiB
Plaintext
{
|
|
"name": "@types/react-dom",
|
|
"version": "19.1.1",
|
|
"description": "TypeScript definitions for react-dom",
|
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom",
|
|
"license": "MIT",
|
|
"contributors": [
|
|
{
|
|
"name": "Asana",
|
|
"url": "https://asana.com"
|
|
},
|
|
{
|
|
"name": "AssureSign",
|
|
"url": "http://www.assuresign.com"
|
|
},
|
|
{
|
|
"name": "Microsoft",
|
|
"url": "https://microsoft.com"
|
|
},
|
|
{
|
|
"name": "MartynasZilinskas",
|
|
"githubUsername": "MartynasZilinskas",
|
|
"url": "https://github.com/MartynasZilinskas"
|
|
},
|
|
{
|
|
"name": "Josh Rutherford",
|
|
"githubUsername": "theruther4d",
|
|
"url": "https://github.com/theruther4d"
|
|
},
|
|
{
|
|
"name": "Jessica Franco",
|
|
"githubUsername": "Jessidhia",
|
|
"url": "https://github.com/Jessidhia"
|
|
},
|
|
{
|
|
"name": "Sebastian Silbermann",
|
|
"githubUsername": "eps1lon",
|
|
"url": "https://github.com/eps1lon"
|
|
}
|
|
],
|
|
"main": "",
|
|
"types": "index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": {
|
|
"default": "./index.d.ts"
|
|
}
|
|
},
|
|
"./client": {
|
|
"types": {
|
|
"default": "./client.d.ts"
|
|
}
|
|
},
|
|
"./canary": {
|
|
"types": {
|
|
"default": "./canary.d.ts"
|
|
}
|
|
},
|
|
"./server": {
|
|
"types": {
|
|
"default": "./server.d.ts"
|
|
}
|
|
},
|
|
"./static": {
|
|
"types": {
|
|
"default": "./static.d.ts"
|
|
}
|
|
},
|
|
"./experimental": {
|
|
"types": {
|
|
"default": "./experimental.d.ts"
|
|
}
|
|
},
|
|
"./test-utils": {
|
|
"types": {
|
|
"default": "./test-utils/index.d.ts"
|
|
}
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
|
"directory": "types/react-dom"
|
|
},
|
|
"scripts": {},
|
|
"dependencies": {},
|
|
"peerDependencies": {
|
|
"@types/react": "^19.0.0"
|
|
},
|
|
"typesPublisherContentHash": "2322ab5fd5b3697fab0194e445099d83d82662db19c270a5d061cfef39611932",
|
|
"typeScriptVersion": "5.1"
|
|
} |