aesthetic-react
Version:
React hooks, composers, and more for styling components with Aesthetic.
44 lines (43 loc) • 1.02 kB
JSON
{
"name": "aesthetic-react",
"version": "2.2.1",
"description": "React hooks, composers, and more for styling components with Aesthetic.",
"keywords": [
"aesthetic",
"react",
"styles",
"hook",
"hoc",
"composer"
],
"repository": "https://github.com/milesj/aesthetic/tree/master/packages/react-legacy",
"license": "MIT",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"dependencies": {
"@types/react": "*",
"aesthetic-utils": "^3.1.0",
"direction": "^1.0.4",
"hoist-non-react-statics": "^3.3.2",
"prop-types": "^15.7.2",
"uuid": "^7.0.1"
},
"peerDependencies": {
"aesthetic": "^5.0.0",
"react": "^16.6.0"
},
"devDependencies": {
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"funding": {
"type": "ko-fi",
"url": "https://ko-fi.com/milesjohnson"
},
"gitHead": "430ff4a0bf374df37022909ac8bf2b28a2b3a6a1"
}