All checks were successful
Build and Release / build-and-release (push) Successful in 13m12s
- Implemented Button component with various props for customization. - Created Modal component with header, content, and footer subcomponents. - Added Spinner component for loading indicators. - Developed Toast component for displaying notifications. - Introduced Tooltip component for contextual hints with keyboard shortcuts. - Added corresponding CSS modules for styling each component. - Updated index file to export new components. - Configured TypeScript settings for the UI package.
20 lines
414 B
JSON
20 lines
414 B
JSON
{
|
|
"name": "@discord-clone/android",
|
|
"private": true,
|
|
"version": "1.0.50",
|
|
"type": "module",
|
|
"scripts": {
|
|
"cap:sync": "npx cap sync",
|
|
"cap:open": "npx cap open android",
|
|
"cap:run": "npx cap run android"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor/android": "^6.0.0",
|
|
"@capacitor/app": "^6.0.0",
|
|
"@capacitor/core": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/cli": "^6.0.0"
|
|
}
|
|
}
|