mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-11 08:56:02 +00:00
19 lines
301 B
JSON
19 lines
301 B
JSON
{
|
|
"assets": ["*.png","*.otf", "*.ico"],
|
|
"shared":[
|
|
],
|
|
"libs" : [
|
|
"react",
|
|
"react-dom",
|
|
"create-react-class",
|
|
"lodash",
|
|
"classnames",
|
|
"codemirror",
|
|
"codemirror/mode/gfm/gfm.js",
|
|
"codemirror/mode/javascript/javascript.js",
|
|
"moment",
|
|
"superagent",
|
|
"marked",
|
|
"pico-router"
|
|
]
|
|
} |