otion
Version:
Atomic CSS-in-JS with a featherweight runtime
62 lines (61 loc) • 1.5 kB
JSON
{
"name": "otion",
"version": "0.6.2",
"description": "Atomic CSS-in-JS with a featherweight runtime",
"keywords": [
"css-in-js",
"atomic",
"microlibrary",
"styling",
"typescript"
],
"bugs": "https://github.com/kripod/otion/issues",
"repository": {
"type": "git",
"url": "https://github.com/kripod/otion.git",
"directory": "packages/otion"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/otion"
},
"license": "MIT",
"author": "Kristóf Poduszló <kripod@protonmail.com>",
"sideEffects": false,
"exports": {
".": {
"import": "./dist-node/esm/bundle.min.mjs",
"require": "./dist-node/cjs/bundle.min.js"
},
"./runtime-deno": "./dist-deno/bundle.prod.min.mjs",
"./runtime-deno-dev": "./dist-deno/bundle.dev.mjs",
"./server": {
"import": "./server/index.mjs",
"require": "./server/index.js"
}
},
"main": "./dist-node/cjs/bundle.min.js",
"module": "./dist-node/esm/bundle.min.mjs",
"types": "./dist-node/cjs/bundle.min.d.ts",
"files": [
"dist-*/",
"server/",
"src/"
],
"scripts": {
"build": "rollup --config --sourcemap",
"clean": "del-cli \"dist-*\" server/ tsconfig.tsbuildinfo",
"develop": "yarn build --watch"
},
"dependencies": {
"@emotion/hash": "^0.8.0",
"csstype": "^3.0.2",
"tiny-css-prefixer": "^1.1.4"
},
"devDependencies": {
"@types/css-tree": "^1.0.3",
"css-tree": "^1.0.0-alpha.39",
"mdn-data": "^2.0.10"
},
"gitHead": "18eea38e49d92c86ff8144fecc6404ebac0fa3ac"
}