forked from didi/chameleon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lerna.json
42 lines (42 loc) · 1.2 KB
/
lerna.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
42
{
"packages": [
"packages/babel-plugin-chameleon-import",
"packages/chameleon-css-loader",
"packages/chameleon-dev-proxy",
"packages/chameleon-errors-webpack-plugin",
"packages/chameleon-linter",
"packages/chameleon-loader",
"packages/chameleon-miniapp-target",
"packages/chameleon-mixins",
"packages/chameleon-template-parse",
"packages/chameleon-templates",
"packages/chameleon-tool-utils",
"packages/chameleon-vue-precompiler",
"packages/chameleon-webpack-plugin",
"packages/chameleon-weex-vue-loader",
"packages/cml-component-parser",
"packages/cml-htmllinter",
"packages/cml-interface-parser",
"packages/cml-js-parser",
"packages/interface-loader",
"packages/runtime-check",
"packages/url-loader",
"packages/webpack-check-plugin",
"packages/webpack-liveload-middleware"
],
"version": "0.0.16-alpha.0",
"command": {
"publish": {
"allowBranch": "master",
"npmClient": "npm",
"verifyAccess": false,
"registry": "https://registry.npmjs.org/"
},
"add": {
"registry": "https://registry.npmjs.org/"
},
"bootstrap": {
"registry": "https://registry.npmjs.org/"
}
}
}