:chick: initial commit

This commit is contained in:
Joshua Seigler 2018-10-07 20:44:00 -04:00
parent 321e7e5612
commit 2eeebe06e8
17 changed files with 8470 additions and 0 deletions

36
package.json Normal file
View file

@ -0,0 +1,36 @@
{
"name": "brunch-threejs-es6",
"description": "Brunch skeleton for beginning a three.js project.",
"author": "Jérémie Boulay",
"version": "1.2.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Jeremboo/brunch-threejs-es6"
},
"scripts": {
"start": "brunch watch --server",
"deploy": "npm install && npm start",
"prod": "rm -r public/ && brunch build --production"
},
"dependencies": {
"dat-gui": "^0.5.0",
"three": "^0.81.0"
},
"devDependencies": {
"auto-reload-brunch": "^2.7.1",
"babel-brunch": "^6.0.4",
"brunch": "^2.8.2",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.6.1",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.0",
"eslint-plugin-react": "^6.2.0",
"glslify-brunch": "^1.0.0",
"javascript-brunch": "^2.0.0",
"jsx-ast-utils": "^1.3.1",
"uglify-js-brunch": "^2.0.1"
}
}