0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

vitreum 4 is looking stable

This commit is contained in:
Scott Tolksdorf
2016-12-25 21:44:27 -05:00
parent 1ec0b2fa91
commit 56048ab936
11 changed files with 121 additions and 712 deletions

19
scripts/project.json Normal file
View File

@@ -0,0 +1,19 @@
{
"assets": ["*.png","*.otf", "*.ico"],
"shared":[
],
"libs" : [
"react",
"react-dom",
"lodash",
"classnames",
"codemirror",
"codemirror/mode/gfm/gfm.js",
"codemirror/mode/javascript/javascript.js",
"moment",
"superagent",
"marked",
"pico-router",
"pico-flux"
]
}