forked from opentiny/tiny-vue
17 lines
345 B
JSON
17 lines
345 B
JSON
{
|
|
"name": "@opentiny/react-icon",
|
|
"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/vue-theme": "workspace:~"
|
|
}
|
|
}
|