Initial commit

This commit is contained in:
2025-03-07 19:22:02 +01:00
commit 4a98255d83
55743 changed files with 5280367 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"name": "@griffel/react",
"version": "1.5.29",
"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.19.1",
"tslib": "^2.1.0"
},
"peerDependencies": {
"react": ">=16.8.0 <19.0.0"
},
"module": "./index.esm.js",
"main": "./index.cjs.js",
"types": "./index.esm.d.ts"
}