forked from aurelia/aurelia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lerna.json
50 lines (50 loc) · 1.14 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
43
44
45
46
47
48
49
50
{
"command": {
"bootstrap": {
"hoist": "**"
}
},
"packages": [
"packages/__e2e__",
"packages/__tests__",
"packages/aot",
"packages/au",
"packages/aurelia",
"packages/debug",
"packages/dialog",
"packages/fetch-client",
"packages/i18n",
"packages/jit",
"packages/jit-html",
"packages/jit-html-browser",
"packages/jit-html-jsdom",
"packages/kernel",
"packages/plugin-conventions",
"packages/plugin-gulp",
"packages/plugin-parcel",
"packages/plugin-pixi",
"packages/plugin-svg",
"packages/router",
"packages/runtime",
"packages/runtime-html",
"packages/runtime-html-browser",
"packages/runtime-html-jsdom",
"packages/store",
"packages/testing",
"packages/validation",
"packages/webpack-loader",
"test/1kcomponents",
"test/browserstack",
"test/cypress",
"test/doc-example/app",
"test/fractals-tree",
"test/grid",
"test/js-framework-benchmark",
"test/kitchen-sink",
"test/navigation-skeleton/app",
"test/rainbow-spiral",
"test/realworld",
"test/sierpinski-triangle"
],
"version": "0.6.0"
}