mirror of
https://github.com/seigler/generative
synced 2025-07-26 14:56:08 +00:00
🐣 Brunch P5 skeleton
This commit is contained in:
commit
3402feb22c
9 changed files with 7607 additions and 0 deletions
24
package.json
Normal file
24
package.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"author": "",
|
||||
"description": "",
|
||||
"name": "p5-brunch",
|
||||
"repository": "",
|
||||
"scripts": {
|
||||
"build": "rm -rf public/ && brunch build --production",
|
||||
"start": "brunch watch --server"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"p5": "^0.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"auto-reload-brunch": "^2.7.1",
|
||||
"babel-brunch": "^7.0.1",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"brunch": "^2.10.17",
|
||||
"clean-css-brunch": "^2.10.0",
|
||||
"copycat-brunch": "^1.1.1",
|
||||
"digest-brunch": "^1.6.0",
|
||||
"uglify-js-brunch": "^2.10.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue