chat-bubbles-for-yt/package.json
2023-06-27 15:26:57 +10:00

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"
}
}