forked from aurelia/aurelia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lerna.json
58 lines (58 loc) · 1.39 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
51
52
53
54
55
56
57
58
{
"command": {
"bootstrap": {
"hoist": "**"
}
},
"packages": [
"packages/__e2e__",
"packages/__tests__",
"packages/aot",
"packages/au",
"packages/aurelia",
"packages/fetch-client",
"packages/i18n",
"packages/kernel",
"packages/metadata",
"packages/platform",
"packages/platform-browser",
"packages/plugin-conventions",
"packages/plugin-gulp",
"packages/plugin-parcel",
"packages/router",
"packages/route-recognizer",
"packages/runtime",
"packages/runtime-html",
"packages/http-server",
"packages/store",
"packages/testing",
"packages/validation",
"packages/validation-html",
"packages/validation-i18n",
"packages/webpack-loader",
"packages/babel-jest",
"packages/ts-jest",
"test/1kcomponents",
"test/browserstack",
"test/cypress",
"test/doc-example/app",
"test/fractals-tree",
"test/grid",
"test/js-framework-benchmark",
"test/js-framework-benchmark/frameworks/keyed/aurelia2-local",
"test/kitchen-sink",
"test/navigation-skeleton/app",
"test/rainbow-spiral",
"test/realworld",
"test/sierpinski-triangle",
"test/router-e2e",
"test/router-layouts",
"test/router-modules",
"test/router-nav",
"test/router-scope",
"test/router-siblings",
"test/router-tutorial",
"test/router-wizard"
],
"version": "0.8.0"
}