p5 working
This commit is contained in:
parent
02391633c5
commit
5cc101db40
7 changed files with 4319 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue