Files
electron-rare.github.io/package.json
T
Clément SAILLANT d5f1ce84b4 feat: WebGL cinematic countdown — 3D atom with circular orbital text
- Three.js + React Three Fiber + postprocessing (bloom, chromatic aberration, glitch, scanlines)
- Nucleus with pulsing energy core, wireframe icosahedron shell
- 3 electron orbits with trail particles + energy arcs
- 600 particle cloud with organic movement
- Circular orbital text: title, countdown timer, subtitle curved on 3D rings
- Mouse interactions: camera parallax, atom speed boost, nucleus glow on proximity
- Camera smooth lerp follow with gentle auto-drift
- Font fix: woff2 → ttf for troika-three-text compatibility
- Logo: static mark instead of missing sprite frames

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 17:32:38 +00:00

63 lines
2.0 KiB
JSON

{
"name": "electron-rare-studio",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build:external": "node scripts/build-astro-external.mjs",
"preview": "astro preview",
"astro": "astro",
"typecheck": "astro check",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"lab:dev": "npm --prefix apps/lab-interactif run dev",
"lab:build": "npm --prefix apps/lab-interactif run build",
"lab:preview": "npm --prefix apps/lab-interactif run preview",
"tracking:check": "node scripts/validate-tracking.mjs",
"image:budget": "node scripts/check-image-budget.mjs",
"preflight:pages": "npm run lab:build && npm run tracking:check && npm run image:budget && npm run storybook:build",
"deploy:ftp": "bash scripts/deploy-ovh-ftp.sh dist",
"deploy:web:ftp": "npm run build:external && npm run deploy:ftp",
"deploy:web:sftp": "npm run build:external && bash scripts/deploy-ovh-sftp.sh dist"
},
"dependencies": {
"@astrojs/node": "^9.4.5",
"@astrojs/react": "^4.4.1",
"@radix-ui/react-slot": "^1.2.3",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^3.0.4",
"astro": "^5.13.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"motion": "^12.23.24",
"postprocessing": "^6.39.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwind-merge": "^3.3.1",
"three": "^0.183.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@storybook/addon-a11y": "^9.1.5",
"@storybook/addon-docs": "^9.1.5",
"@storybook/addon-onboarding": "^9.1.5",
"@storybook/addon-vitest": "^9.1.5",
"@storybook/react-vite": "^9.1.5",
"@tailwindcss/vite": "^4.1.13",
"storybook": "^9.1.5",
"typescript": "^5.9.2"
},
"overrides": {
"@astrojs/language-server": {
"volar-service-yaml": "0.0.70"
},
"volar-service-yaml": {
"yaml-language-server": "1.21.0"
},
"lodash": "4.17.23"
}
}