{ "name": "ruffle-demo", "version": "0.1.0", "description": "Demo of Ruffle Flash emulator", "license": "(MIT OR Apache-2.0)", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "checkTypes": "tsc --noemit" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", "ruffle-core": "^0.1.0" }, "devDependencies": { "@types/react": "^18.3.4", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "typescript": "^5.5.4", "vite": "^5.4.2" } }