mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-29 22:42:50 +08:00
Includes a 'css-modules' implementation of the nested trees to act as a baseline for comparison.
15 lines
270 B
JSON
15 lines
270 B
JSON
{
|
|
"name": "performance",
|
|
"private": true,
|
|
"dependencies": {
|
|
"classnames": "^2.2.5",
|
|
"glamor": "^2.20.24",
|
|
"marky": "^1.1.3",
|
|
"styled-components": "^1.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"css-loader": "^0.26.2",
|
|
"style-loader": "^0.13.2"
|
|
}
|
|
}
|