-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 833 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "react-polymorphic-component",
"version": "1.0.0",
"description": "A successor to kripod's react-polymorphic-types to make it fully compatible with Typescript 5.",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JGioia/react-polymorphic-component.git"
},
"keywords": [
"react",
"polymorphism",
"polymorphic",
"component",
"typescript"
],
"author": "Joseph Gioia",
"license": "MIT",
"bugs": {
"url": "https://github.com/JGioia/react-polymorphic-component/issues"
},
"homepage": "https://github.com/JGioia/react-polymorphic-component#readme",
"dependencies": {
"@types/react": "^18.3.3",
"react": "^18.3.1",
"typescript": "^5.4.5"
}
}