CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
package.json210 linesDownload Raw Back to react
1{2    "name": "@types/react",3    "version": "19.2.17",4    "description": "TypeScript definitions for react",5    "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",6    "license": "MIT",7    "contributors": [8        {9            "name": "Asana",10            "url": "https://asana.com"11        },12        {13            "name": "AssureSign",14            "url": "http://www.assuresign.com"15        },16        {17            "name": "Microsoft",18            "url": "https://microsoft.com"19        },20        {21            "name": "John Reilly",22            "githubUsername": "johnnyreilly",23            "url": "https://github.com/johnnyreilly"24        },25        {26            "name": "Benoit Benezech",27            "githubUsername": "bbenezech",28            "url": "https://github.com/bbenezech"29        },30        {31            "name": "Patricio Zavolinsky",32            "githubUsername": "pzavolinsky",33            "url": "https://github.com/pzavolinsky"34        },35        {36            "name": "Eric Anderson",37            "githubUsername": "ericanderson",38            "url": "https://github.com/ericanderson"39        },40        {41            "name": "Dovydas Navickas",42            "githubUsername": "DovydasNavickas",43            "url": "https://github.com/DovydasNavickas"44        },45        {46            "name": "Josh Rutherford",47            "githubUsername": "theruther4d",48            "url": "https://github.com/theruther4d"49        },50        {51            "name": "Guilherme Hübner",52            "githubUsername": "guilhermehubner",53            "url": "https://github.com/guilhermehubner"54        },55        {56            "name": "Ferdy Budhidharma",57            "githubUsername": "ferdaber",58            "url": "https://github.com/ferdaber"59        },60        {61            "name": "Johann Rakotoharisoa",62            "githubUsername": "jrakotoharisoa",63            "url": "https://github.com/jrakotoharisoa"64        },65        {66            "name": "Olivier Pascal",67            "githubUsername": "pascaloliv",68            "url": "https://github.com/pascaloliv"69        },70        {71            "name": "Martin Hochel",72            "githubUsername": "hotell",73            "url": "https://github.com/hotell"74        },75        {76            "name": "Frank Li",77            "githubUsername": "franklixuefei",78            "url": "https://github.com/franklixuefei"79        },80        {81            "name": "Jessica Franco",82            "githubUsername": "Jessidhia",83            "url": "https://github.com/Jessidhia"84        },85        {86            "name": "Saransh Kataria",87            "githubUsername": "saranshkataria",88            "url": "https://github.com/saranshkataria"89        },90        {91            "name": "Kanitkorn Sujautra",92            "githubUsername": "lukyth",93            "url": "https://github.com/lukyth"94        },95        {96            "name": "Sebastian Silbermann",97            "githubUsername": "eps1lon",98            "url": "https://github.com/eps1lon"99        },100        {101            "name": "Kyle Scully",102            "githubUsername": "zieka",103            "url": "https://github.com/zieka"104        },105        {106            "name": "Cong Zhang",107            "githubUsername": "dancerphil",108            "url": "https://github.com/dancerphil"109        },110        {111            "name": "Dimitri Mitropoulos",112            "githubUsername": "dimitropoulos",113            "url": "https://github.com/dimitropoulos"114        },115        {116            "name": "JongChan Choi",117            "githubUsername": "disjukr",118            "url": "https://github.com/disjukr"119        },120        {121            "name": "Victor Magalhães",122            "githubUsername": "vhfmag",123            "url": "https://github.com/vhfmag"124        },125        {126            "name": "Priyanshu Rav",127            "githubUsername": "priyanshurav",128            "url": "https://github.com/priyanshurav"129        },130        {131            "name": "Dmitry Semigradsky",132            "githubUsername": "Semigradsky",133            "url": "https://github.com/Semigradsky"134        },135        {136            "name": "Matt Pocock",137            "githubUsername": "mattpocock",138            "url": "https://github.com/mattpocock"139        }140    ],141    "main": "",142    "types": "index.d.ts",143    "typesVersions": {144        "<=5.0": {145            "*": [146                "ts5.0/*"147            ]148        }149    },150    "exports": {151        ".": {152            "types@<=5.0": {153                "default": "./ts5.0/index.d.ts"154            },155            "types": {156                "default": "./index.d.ts"157            }158        },159        "./canary": {160            "types@<=5.0": {161                "default": "./ts5.0/canary.d.ts"162            },163            "types": {164                "default": "./canary.d.ts"165            }166        },167        "./compiler-runtime": {168            "types": {169                "default": "./compiler-runtime.d.ts"170            }171        },172        "./experimental": {173            "types@<=5.0": {174                "default": "./ts5.0/experimental.d.ts"175            },176            "types": {177                "default": "./experimental.d.ts"178            }179        },180        "./jsx-runtime": {181            "types@<=5.0": {182                "default": "./ts5.0/jsx-runtime.d.ts"183            },184            "types": {185                "default": "./jsx-runtime.d.ts"186            }187        },188        "./jsx-dev-runtime": {189            "types@<=5.0": {190                "default": "./ts5.0/jsx-dev-runtime.d.ts"191            },192            "types": {193                "default": "./jsx-dev-runtime.d.ts"194            }195        },196        "./package.json": "./package.json"197    },198    "repository": {199        "type": "git",200        "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",201        "directory": "types/react"202    },203    "scripts": {},204    "dependencies": {205        "csstype": "^3.2.2"206    },207    "peerDependencies": {},208    "typesPublisherContentHash": "f6d087e89b6a483b6ea2519d4f16498227ceb3260f6a6414fed750badc869721",209    "typeScriptVersion": "5.3"210}