21 lines
471 B
JSON
21 lines
471 B
JSON
{
|
|
"name": "@opentiny/react-common",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@opentiny/vue-renderless": "workspace:~",
|
|
"@opentiny/vue-theme": "workspace:~",
|
|
"classnames": "^2.3.2",
|
|
"react": "18.2.0",
|
|
"tailwind-merge": "^1.8.0",
|
|
"@vue/runtime-core": "^3.3.7"
|
|
}
|
|
}
|