mirror of
https://github.com/m1ngsama/chat-bubbles-for-yt.git
synced 2025-12-24 10:51:21 +00:00
22 lines
450 B
JSON
22 lines
450 B
JSON
{
|
|
"name": "chat-bubbles",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"framer-motion": "^6.2.8",
|
|
"react": "^17.0.2",
|
|
"react-color": "^2.19.3",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^1.0.7",
|
|
"prettier": "^2.5.1",
|
|
"vite": "^2.9.6"
|
|
}
|
|
}
|