Created a project structure and build system with basic layout design.

This commit is contained in:
Mario Basic
2015-05-26 17:58:33 +02:00
parent 49447b0953
commit 5b966014c4
124 changed files with 52680 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"private": true,
"devDependencies": {
"gulp": "^3.8.8",
"laravel-elixir": "*"
},
"dependencies": {
"bootstrap": "^3.3.4",
"jquery": "^2.1.3",
"react": "^0.13.1"
}
}