@amaui/style
Version:
CSS in JS styling solution
58 lines • 1.2 kB
JSON
{
"name": "@amaui/style",
"version": "1.1.21",
"description": "CSS in JS styling solution",
"repository": "https://github.com/amaui-org/amaui-style.git",
"author": "Lazar <lazareric.com@gmail.com>",
"license": "MIT",
"private": false,
"main": "./index.js",
"bin": {
"amaui-style": "./cli.js"
},
"keywords": [
"css",
"css-in-js",
"style",
"styling",
"cascading-style-sheets",
"frontend",
"front-end",
"backend",
"back-end",
"web",
"browser",
"javascript",
"js",
"typescript",
"node",
"nodejs",
"library",
"amaui",
"utils"
],
"dependencies": {
"@amaui/meta": "^1.0.11141",
"@amaui/node": "^1.0.11117",
"@amaui/subscription": "^1.0.11147",
"@amaui/utils": "^1.1.17",
"@babel/runtime": "^7.18.3",
"csstype": "^3.1.0",
"fast-glob": "^3.2.11",
"fs-extra": "^10.1.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"sideEffects": false,
"engines": {
"node": ">=12.0.0",
"yarn": ">=1.22"
},
"scripts": {
"install": "node utils/install.js"
},
"module": "./esm/index.js",
"types": "./index.d.ts"
}