This repository has been archived on 2026-03-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
codewanderer/package.json

27 lines
640 B
JSON

{
"name": "CodeWanderer",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:dennisschoepf/codewanderer.git",
"author": "Dennis Schoepf <dennis@schoepf.co>",
"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"
}
}