mirror of
https://github.com/m1ngsama/chat-bubbles-for-yt.git
synced 2025-12-24 10:51:21 +00:00
25 lines
560 B
JSON
25 lines
560 B
JSON
{
|
|
"name": "chat-bubbles",
|
|
"private": true,
|
|
"version": "0.2.0",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"framer-motion": "^9.0.7",
|
|
"react": "^18.2.0",
|
|
"react-color": "^2.19.3",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-color": "^3.0.6",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@vitejs/plugin-react-swc": "^3.0.0",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.1.0"
|
|
}
|
|
}
|