26 lines
616 B
JSON
26 lines
616 B
JSON
{
|
|
"name": "@griffel/react",
|
|
"version": "1.5.25",
|
|
"description": "React implementation of Atomic CSS-in-JS",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/griffel"
|
|
},
|
|
"sideEffects": false,
|
|
"wyw-in-js": {
|
|
"tags": {
|
|
"makeStyles": "@griffel/tag-processor/make-styles",
|
|
"makeResetStyles": "@griffel/tag-processor/make-reset-styles"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@griffel/core": "^1.18.0",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.8.0 <19.0.0"
|
|
},
|
|
"module": "./index.esm.js",
|
|
"main": "./index.cjs.js"
|
|
} |