{ "name": "CodeWanderer", "version": "1.0.0", "main": "index.js", "repository": "git@github.com:dennisschoepf/codewanderer.git", "author": "Dennis Schoepf ", "license": "MIT", "scripts": { "dev": "parcel index.html", "build": "parcel build index.html", "deploy": "./deploy.sh" }, "devDependencies": { "@types/animejs": "^3.1.4", "@types/p5": "^1.3.0", "parcel-bundler": "^1.12.5", "prettier": "^2.3.2", "sass": "^1.35.2", "typescript": "^4.3.5" }, "dependencies": { "animejs": "^3.2.1", "p5": "^1.4.0", "rxjs": "^7.2.0", "zustand": "^3.5.7" } }