forked from steedos/steedos-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 3.63 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "steedos-platform",
"private": true,
"workspaces": [
"packages/*",
"apps/*",
"server"
],
"scripts": {
"initSubmodules": "git submodule init && git submodule update",
"gitSubmodulesReset": "./.scripts/git_submodule_reset.sh",
"bootstrap": "lerna clean --yes && lerna bootstrap --force-local && lerna clean --yes",
"link": "lerna link --force-local",
"buildSubmodulesPackage": "node .scripts/.build_package",
"buildPackages": "lerna run buildPackage",
"pubBefore_push_submodules": "node .scripts/.git_push",
"ver": "yarn gitSubmodulesReset && lerna version --skip-git --force-publish",
"pub": "lerna publish from-package --registry https://registry.npmjs.org",
"pub_next": "lerna publish from-package --registry https://registry.npmjs.org --dist-tag next",
"compile": "lerna run compile",
"prepare": "lerna run prepare",
"clean": "lerna clean",
"changed": "lerna changed",
"git": "git config core.autocrlf true && git config core.filemode false",
"update-yarn": "curl --compressed -o- -L https://yarnpkg.com/install.sh | bash",
"syncToTaoBaoWin": "start https://npm.taobao.org/sync/@steedos/webapp && start https://npm.taobao.org/sync/@steedos/app-admin && start https://npm.taobao.org/sync/@steedos/app-crm && start https://npm.taobao.org/sync/@steedos/app-contracts && start https://npm.taobao.org/sync/@steedos/auth && start https://npm.taobao.org/sync/steedos-cli && start https://npm.taobao.org/sync/@steedos/core && start https://npm.taobao.org/sync/@steedos/filters && start https://npm.taobao.org/sync/@steedos/i18n && start https://npm.taobao.org/sync/@steedos/meteor-bundle-dependencies && start https://npm.taobao.org/sync/@steedos/meteor-bundle-runner && start https://npm.taobao.org/sync/@steedos/migrate && start https://npm.taobao.org/sync/@steedos/objectql && start https://npm.taobao.org/sync/@steedos/project-template-empty && start https://npm.taobao.org/sync/@steedos/schemas && start https://npm.taobao.org/sync/@steedos/standard-objects && start https://npm.taobao.org/sync/steedos-server && start https://npm.taobao.org/sync/create-steedos-app && start https://npm.taobao.org/sync/@steedos/plugin-enterprise && start https://npm.taobao.org/sync/@steedos/accounts",
"syncToTaoBaoMac": "open https://npm.taobao.org/sync/@steedos/webapp && open https://npm.taobao.org/sync/@steedos/app-admin && open https://npm.taobao.org/sync/@steedos/app-crm && open https://npm.taobao.org/sync/@steedos/app-contracts && open https://npm.taobao.org/sync/@steedos/auth && open https://npm.taobao.org/sync/steedos-cli && open https://npm.taobao.org/sync/@steedos/core && open https://npm.taobao.org/sync/@steedos/filters && open https://npm.taobao.org/sync/@steedos/i18n && open https://npm.taobao.org/sync/@steedos/meteor-bundle-dependencies && open https://npm.taobao.org/sync/@steedos/meteor-bundle-runner && open https://npm.taobao.org/sync/@steedos/migrate && open https://npm.taobao.org/sync/@steedos/objectql && open https://npm.taobao.org/sync/@steedos/project-template-empty && open https://npm.taobao.org/sync/@steedos/schemas && open https://npm.taobao.org/sync/@steedos/standard-objects && open https://npm.taobao.org/sync/steedos-server && open https://npm.taobao.org/sync/create-steedos-app && open https://npm.taobao.org/sync/@steedos/plugin-enterprise && open https://npm.taobao.org/sync/@steedos/accounts"
},
"resolutions": {
"**/lodash": "^4.17.15",
"**/handlebars": "^4.3.0",
"**/debug": "^3.1.0",
"**/hoek": "^5.0.3",
"**/cryptiles": "^4.1.2",
"**/typescript": "3.9.7",
"**/odata-v4-parser": "^0.1.29"
},
"devDependencies": {
"lerna": "^3.22.1"
}
}