web-apps/apps/documenteditor/mobile/framework7.json

26 lines
578 B
JSON
Raw Normal View History

2020-07-31 17:33:13 +00:00
{
"cwd": "E:\\Work\\Projects\\WebOffice\\web-apps\\apps\\documenteditor\\mobile",
"type": [
"web"
],
"name": "Desktop Editor",
"framework": "react",
"template": "split-view",
"cssPreProcessor": "less",
"bundler": "webpack",
"webpack": {
"developmentSourceMap": true,
"productionSourceMap": true,
"hashAssets": false,
"preserveAssetsPaths": false,
"inlineAssets": true
},
"theming": {
"customColor": false,
"color": "#007aff",
"darkTheme": false,
"iconFonts": true,
"fillBars": false
},
"customBuild": false
}