@onesy/style-react
Version:
Onesy CSS in JS styling solution for React
52 lines • 1.02 kB
JSON
{
"name": "@onesy/style-react",
"version": "1.0.2",
"description": "Onesy CSS in JS styling solution for React",
"repository": "https://github.com/onesy-me/onesy.git",
"author": "Lazar <lazareric2@gmail.com>",
"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": "^18.1.0"
},
"dependencies": {
"@onesy/style": "^1.0.1",
"@onesy/utils": "^1.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"sideEffects": false,
"engines": {
"node": ">=12.0.0",
"yarn": ">=1.22"
}
}