init yarn workspaces root package.json and yarn.lock

This commit is contained in:
Alexey Safronov 2020-11-21 20:51:06 +03:00
parent 7a689a4978
commit 4bbe554c84
2 changed files with 18181 additions and 0 deletions

18
package.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "appserver",
"private": true,
"workspaces": ["web/ASC.Web.Components", "web/ASC.Web.Common", "web/ASC.Web.Client", "products/ASC.People/Client", "products/ASC.Files/Client", "web/cra-empty-test"],
"scripts": {
"start:studio": "yarn workspace @appserver/studio run start",
"build:studio": "yarn workspace @appserver/studio run build",
"start:people": "yarn workspace @appserver/people run start",
"build:people": "yarn workspace @appserver/people run build",
"start:files": "yarn workspace @appserver/files run start",
"build:files": "yarn workspace @appserver/files run build",
"start:cra": "yarn workspace @appserver/cra-empty-test run start",
"build:cra": "yarn workspace @appserver/cra-empty-test run build"
},
"devDependencies": {
"lerna": "^3.22.1"
}
}

18163
yarn.lock Normal file

File diff suppressed because it is too large Load Diff