{ "name": "demo-react-animated-list", "version": "1.0.0", "description": "A demo of an implementation of an animated list in React Typescript.", "main": "src/index.tsx", "scripts": { "build": "esbuild ./src/index.tsx --bundle --sourcemap --outfile=./dist/demo-react-animated-list.js", "dev": "esbuild ./src/index.tsx --bundle --watch --serve --outdir=./public/scripts --servedir=./public", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://scm.matthewcardarelli.com/mcsolutions/demo-react-animated-list.git" }, "author": "Matthew Cardarelli", "license": "MIT", "devDependencies": { "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "esbuild": "0.23.0" }, "dependencies": { "react": "18.3.1", "react-dom": "18.3.1" } }