-
Notifications
You must be signed in to change notification settings - Fork 58
/
lerna.json
executable file
·41 lines (41 loc) · 1.53 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
{
"lerna": "2.0.0-rc.4",
"packages": [
"packages/tests",
"packages/benchmarks-utils",
"packages/dev-tasks",
"packages/benchmarks/fela",
"packages/benchmarks/react-native-web",
"packages/benchmarks/rockey/rockey",
"packages/benchmarks/rockey/rockey-inline",
"packages/benchmarks/rockey/rockey-speedy",
"packages/benchmarks/styled-jss/styled-jss",
"packages/benchmarks/styled-jss/styled-jss-v2",
"packages/benchmarks/styled-jss/w-o-plugins",
"packages/benchmarks/styled-jss/w-o-plugins-v2",
"packages/benchmarks/styled-components/decouple-cell",
"packages/benchmarks/styled-components/inline-style",
"packages/benchmarks/styled-components/simple",
"packages/benchmarks/aphrodite",
"packages/benchmarks/cxs",
"packages/benchmarks/emotion/simple",
"packages/benchmarks/emotion/extract-static",
"packages/benchmarks/emotion/css-mode",
"packages/benchmarks/emotion/decouple",
"packages/benchmarks/glam/inline-style",
"packages/benchmarks/glam/simple",
"packages/benchmarks/glamorous/dynamic-styles",
"packages/benchmarks/glamorous/glamor-css",
"packages/benchmarks/merge-styles",
"packages/benchmarks/radium",
"packages/benchmarks/react",
"packages/benchmarks/react-inline-styles",
"packages/benchmarks/react-css",
"packages/benchmarks/react-jss",
"packages/benchmarks/styled-jsx/inline-styles",
"packages/benchmarks/styled-jsx/dynamic",
"packages/benchmarks/styletron",
"packages/benchmarks/reshadow"
],
"version": "1.0.0"
}