24 lines
561 B
JSON
24 lines
561 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/p5": "^1.3.0",
|
|
"parcel-bundler": "^1.12.5",
|
|
"prettier": "^2.3.2",
|
|
"sass": "^1.35.2",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"dependencies": {
|
|
"p5": "^1.4.0",
|
|
"zustand": "^3.5.7"
|
|
}
|
|
}
|