Basic setup with p5.js and p5.min.js

This commit is contained in:
Dennis Schoepf 2021-07-13 20:40:21 +02:00
parent 8eda641a27
commit a6b755acca
9 changed files with 119484 additions and 103 deletions

17
package.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "codecities",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:dennisschoepf/codecities.git",
"author": "Dennis Schoepf <dennis@schoepf.co>",
"license": "MIT",
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html"
},
"devDependencies": {
"parcel-bundler": "^1.12.5",
"prettier": "^2.3.2",
"sass": "^1.35.2"
}
}