deno.land / x / wasm@wasmer-sdk-v0.6.0 / examples / ffmpeg-react / package.json
123456789101112131415161718192021222324252627282930313233343536373839404142434445{ "name": "ffmpeg-react", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "bugs": { "url": "https://github.com/wasmerio/wasmer-js/issues" }, "homepage": "https://github.com/wasmerio/wasmer-js#readme", "repository": { "type": "git", "url": "git+https://github.com/wasmerio/wasmer-js.git" }, "dependencies": { "@heroicons/react": "^2.0.18", "@tailwindcss/forms": "^0.5.7", "@wasmer/sdk": "../..", "react": "^18.2.0", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "rollup-plugin-copy": "^3.5.0" }, "devDependencies": { "@types/react": "^18.2.38", "@types/react-dom": "^18.2.17", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "@vitejs/plugin-react-swc": "^3.5.0", "autoprefixer": "^10.4.16", "eslint": "^8.54.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.4", "postcss": "^8.4.31", "tailwindcss": "^3.3.5", "typescript": "^5.3.2", "vite": "^5.0.2" }}
Version Info