🐣 Brunch P5 skeleton

This commit is contained in:
Joshua Seigler 2019-11-03 10:11:03 -05:00 committed by Joshua Seigler
commit 3402feb22c
9 changed files with 7607 additions and 0 deletions

24
package.json Normal file
View 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"
}
}