react-cascading-style-sheets
Version:
Package used to integrate CSS onto javascript.
35 lines (34 loc) • 760 B
JSON
{
"name": "react-cascading-style-sheets",
"version": "0.2.2",
"description": "Package used to integrate CSS onto javascript.",
"keywords": [
"css",
"react",
"react-css",
"easy-css"
],
"homepage": "https://github.com/Afonsobrasil/reactCSS#readme",
"bugs": {
"url": "https://github.com/Afonsobrasil/reactCSS/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Afonsobrasil/reactCSS.git"
},
"license": "MIT",
"author": "Afonso",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup"
},
"devDependencies": {
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"optionalDependencies": {
"react": "^19.1.0"
}
}