p5 working

This commit is contained in:
s-prechtl 2022-11-29 10:11:11 +01:00
parent 02391633c5
commit 5cc101db40
7 changed files with 4319 additions and 1 deletions

View file

@ -1,6 +1,14 @@
{
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "run-p start-compile start-run",
"start-compile": "tsc --watch",
"start-run": "browser-sync start --server -w"
},
"dependencies": {
"@types/p5": "^1.4.3",
"browser-sync": "^2.27.10",
"npm-run-all": "^4.1.5",
"p5": "^1.5.0"
}
}