@filbert-js/style-sheet-context
Version:
> StyleSheet Context for filbert-js
44 lines (43 loc) • 1.03 kB
JSON
{
"name": "@filbert-js/style-sheet-context",
"version": "0.0.10",
"repository": "https://github.com/kuldeepkeshwar/filbert-js",
"description": "",
"sideEffects": false,
"source": "index.js",
"main": "dist/index.js",
"module": "dist/index.es.js",
"scripts": {
"prepare": "npm run build",
"clean": "rm -rf ./dist",
"develop": "microbundle watch --jsx React.createElement",
"build": "microbundle --no-sourcemap --jsx React.createElement",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"@filbert-js/browser-stylesheet": "^0.0.10",
"react": "^16.8.6"
},
"devDependencies": {
"microbundle": "^0.11.0"
},
"publishConfig": {
"access": "public"
},
"author": "Kuldeep Keshwar <kuldeepkeshwar@gmail.com>",
"keywords": [
"javascript",
"react",
"preact",
"css",
"css-in-js",
"filbert-js",
"1kb",
"light-weight",
"styling",
"styled",
"emotion",
"styled-components"
],
"license": "MIT"
}