mirror of
https://github.com/naturalcrit/naturalcrit.git
synced 2025-10-27 07:29:54 +00:00
18 lines
385 B
JSON
18 lines
385 B
JSON
{
|
|
"apps": {
|
|
"main" : "./client/naturalcrit/naturalcrit.jsx",
|
|
"badges": "./client/badges/badges.jsx"
|
|
},
|
|
"assets" : ["*.svg", "*.png", "*.jpg", "*.pdf", "*.eot", "*.otf", "*.woff", "*.woff2", "*.ico", "*.ttf"],
|
|
"shared" : ["./shared"],
|
|
"libs" : [
|
|
"react",
|
|
"react-dom",
|
|
"lodash",
|
|
"classnames",
|
|
"superagent",
|
|
"pico-router",
|
|
"create-react-class",
|
|
"react-color"
|
|
]
|
|
} |