mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-12 22:14:20 +00:00
18440158b3
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"
|
|
}
|
|
}
|