UNPKG

@explorables/albert_and_carl_friedrich

Version:

This explorable illustrates two dimensional random walks and the central limit theorem. Although random walks may differ on a small scale, as time progress and they all looks the same from a distance.

45 lines (44 loc) 1.44 kB
{ "name": "@explorables/albert_and_carl_friedrich", "title": "Albert & Carl Friedrich", "subtitle": "Random Walks & Diffusion - A geometric explanation of the central limit theorem.", "description": "This explorable illustrates two dimensional random walks and the central limit theorem. Although random walks may differ on a small scale, as time progress and they all looks the same from a distance.", "author": "Dirk Brockmann (https://synosy.github.io)", "version": "2.0.4", "license": "CC-BY-4.0", "repository": { "type": "git", "url": "git+https://github.com/dirkbrockmann/albert_and_carl_friedrich.git" }, "main": "./dist/index.umd.js", "module": "./dist/index.es.js", "files": [ "dist/" ], "exports": { "import": "./dist/index.es.js", "require": "./dist/index.umd.js" }, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "release": "vite build && git add . && git commit -m 'prep release' && npm version patch -m \"release v%s\" && git push --follow-tags && npm publish --access public" }, "keywords": [ "complexity", "explorables", "visualization" ], "dependencies": { "d3": "^7.8.5", "d3-widgets": "^2.0.3", "lodash-es": "^4.17.21" }, "devDependencies": { "vite-plugin-css-injected-by-js": "^3.5.2", "@tailwindcss/vite": "^4.1.4", "tailwindcss": "^4.1.4", "vite": "^6.3.2" } }