Files
bitcoin-logo/package.json
Grzegorz Kucmierz 2b6e9077c7
All checks were successful
Deploy to Production / deploy (push) Successful in 4s
feat: implement customizable Bitcoin logo with 3D rotation and interactive controls
2026-03-03 09:12:50 +00:00

21 lines
426 B
JSON

{
"name": "bitcoin-logo",
"private": true,
"version": "1.0.0",
"description": "Premium 3D SVG rotating Bitcoin logo",
"author": "Grzegorz Kucmierz",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.5.25"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.2",
"vite": "^7.3.1"
}
}