mirror of
https://github.com/seigler/generative
synced 2025-07-26 22:56:10 +00:00
Begin sketch 4, cells
This commit is contained in:
parent
ae4486ed8f
commit
f09b4c66f0
6 changed files with 17 additions and 6 deletions
|
@ -5,13 +5,14 @@
|
|||
"repository": "",
|
||||
"scripts": {
|
||||
"start": "brunch watch --server",
|
||||
"build": "rm -rf dist/ && brunch build --production",
|
||||
"build": "rm -rf public/ && brunch build --production",
|
||||
"deploy": "npm run build && npm run push-gh-pages",
|
||||
"push-gh-pages": "git-directory-deploy --directory dist/"
|
||||
"push-gh-pages": "git-directory-deploy --directory public/"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"p5": "^0.10.2"
|
||||
"p5": "^0.10.2",
|
||||
"voronoi": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"auto-reload-brunch": "^2.7.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue