Next.js website for Rocky Mountain Vending company featuring: - Product catalog with Stripe integration - Service areas and parts pages - Admin dashboard with Clerk authentication - SEO optimized pages with JSON-LD structured data Co-authored-by: Cursor <cursoragent@cursor.com>
128 lines
No EOL
3.3 KiB
Text
128 lines
No EOL
3.3 KiB
Text
{
|
|
"name": "@types/react-dom",
|
|
"version": "19.2.3",
|
|
"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"
|
|
}
|
|
},
|
|
"./server.browser": {
|
|
"types": {
|
|
"default": "./server.browser.d.ts"
|
|
}
|
|
},
|
|
"./server.bun": {
|
|
"types": {
|
|
"default": "./server.bun.d.ts"
|
|
}
|
|
},
|
|
"./server.edge": {
|
|
"types": {
|
|
"default": "./server.edge.d.ts"
|
|
}
|
|
},
|
|
"./server.node": {
|
|
"types": {
|
|
"default": "./server.node.d.ts"
|
|
}
|
|
},
|
|
"./static": {
|
|
"types": {
|
|
"default": "./static.d.ts"
|
|
}
|
|
},
|
|
"./static.browser": {
|
|
"types": {
|
|
"default": "./static.browser.d.ts"
|
|
}
|
|
},
|
|
"./static.edge": {
|
|
"types": {
|
|
"default": "./static.edge.d.ts"
|
|
}
|
|
},
|
|
"./static.node": {
|
|
"types": {
|
|
"default": "./static.node.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.2.0"
|
|
},
|
|
"typesPublisherContentHash": "6f16aac4f50b7ebe3201fdac53a58874d2899d6108894538ade2d61fbb99f8c5",
|
|
"typeScriptVersion": "5.2"
|
|
} |