forked from opentiny/tiny-vue
20 lines
518 B
JSON
20 lines
518 B
JSON
{
|
|
"name": "@opentiny/react",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@opentiny/react-common": "workspace:~",
|
|
"@opentiny/react-alert": "workspace:~",
|
|
"@opentiny/react-badge": "workspace:~",
|
|
"@opentiny/react-button": "workspace:~",
|
|
"@opentiny/react-icon": "workspace:~",
|
|
"@opentiny/react-switch": "workspace:~"
|
|
}
|
|
} |