forked from A-gambit/CSS-IN-JS-Benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlerna.json
More file actions
36 lines (36 loc) · 1.41 KB
/
lerna.json
File metadata and controls
36 lines (36 loc) · 1.41 KB
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
{
"lerna": "2.0.0-rc.4",
"packages": [
"packages/tests",
"packages/benchmarks-utils",
"packages/dev-tasks",
"packages/benchmarks/fela",
"packages/benchmarks/rockey/rockey",
"packages/benchmarks/rockey/rockey-inline",
"packages/benchmarks/rockey/rockey-speedy",
"packages/benchmarks/styled-jss/styled-jss",
"packages/benchmarks/styled-jss/w-o-plugins",
"packages/benchmarks/styled-components/v1/decouple-cell",
"packages/benchmarks/styled-components/v1/inline-style",
"packages/benchmarks/styled-components/v1/simple",
"packages/benchmarks/styled-components/v2/decouple-cell",
"packages/benchmarks/styled-components/v2/inline-style",
"packages/benchmarks/styled-components/v2/simple",
"packages/benchmarks/styled-components/v2-plugin/decouple-cell",
"packages/benchmarks/styled-components/v2-plugin/inline-style",
"packages/benchmarks/styled-components/v2-plugin/simple",
"packages/benchmarks/aphrodite",
"packages/benchmarks/cxs",
"packages/benchmarks/glam/inline-style",
"packages/benchmarks/glam/simple",
"packages/benchmarks/glamorous/dynamic-styles",
"packages/benchmarks/glamorous/glamor-css",
"packages/benchmarks/radium",
"packages/benchmarks/react",
"packages/benchmarks/react-css",
"packages/benchmarks/react-jss",
"packages/benchmarks/styled-jsx",
"packages/benchmarks/styletron"
],
"version": "1.0.0"
}