@onesy/style-react
Version:
Onesy CSS in JS styling solution for React
49 lines (48 loc) • 965 B
JSON
{
"name": "@onesy/style-react",
"version": "1.0.8",
"description": "Onesy CSS in JS styling solution for React",
"repository": "https://github.com/onesy-me/onesy.git",
"author": "Lazar Erić <lazareric1@proton.me>",
"license": "MIT",
"private": false,
"main": "./index.js",
"module": "./esm/index.js",
"types": "./index.d.ts",
"keywords": [
"react",
"react-style",
"react-styling",
"css",
"css-in-js",
"style",
"styling",
"cascading-style-sheets",
"frontend",
"front-end",
"backend",
"back-end",
"web",
"browser",
"javascript",
"js",
"typescript",
"node",
"nodejs",
"library",
"onesy",
"utils"
],
"peerDependencies": {
"react": "19.2.0"
},
"dependencies": {
"@onesy/style": "^1.0.4",
"@onesy/utils": "^1.0.20"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"sideEffects": false
}