DocSpace-client/package.json

23 lines
659 B
JSON

{
"name": "appserver",
"private": true,
"workspaces": [
"packages/asc-web-components",
"packages/asc-web-common",
"web/ASC.Web.Login",
"web/ASC.Web.Client",
"products/ASC.People/Client",
"products/ASC.Files/Client"
],
"scripts": {
"wipe": "rm -fr node_modules yarn.lock web/**/node_modules products/**/node_modules",
"start": "yarn workspace @appserver/login run start",
"build": "yarn workspace @appserver/login run build",
"start:studio": "yarn workspace @appserver/studio run start",
"build:studio": "yarn workspace @appserver/studio run build"
},
"devDependencies": {
"lerna": "^3.22.1"
}
}