delta-component
Version:
embeddable react component
37 lines (36 loc) • 769 B
Plain Text
{
"root": true,
"levels": {
"node_modules/islands/common.blocks": {
"naming": "origin",
"scheme": "nested"
},
"node_modules/islands/desktop.blocks": {
"naming": "origin",
"scheme": "nested"
},
"src/components": {
"naming": "origin",
"scheme": "nested",
"default": true
}
},
"modules": {
"create-lego-react-app": {
"appPath": ".",
"appBuild": "build",
"appPublic": "public",
"appHtml": "public/index.html",
"appIndexJs": "src/index.js",
"appPackageJson": "package.json",
"appSrc": "src",
"legoSrc": "node_modules/islands",
"yarnLockFile": "yarn.lock",
"testsSetup": "src/setupTests.js",
"appNodeModules": "node_modules",
"publicUrl": "",
"target": "web",
"appLangs": ["ru", "en"]
}
}
}