@devseed-ui/theme-provider
Version:
devseed UI Kit Theme
35 lines (34 loc) • 784 B
JSON
{
"name": "@devseed-ui/theme-provider",
"version": "4.1.0",
"description": "devseed UI Kit Theme",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "./src/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "yarn rollup -c ../../rollup.config.js",
"watch": "yarn rollup -c ../../rollup.config.js -w"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/developmentseed/ui-library-seed.git"
},
"keywords": [
"css",
"framework",
"front-end",
"styled-components",
"react",
"theme"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"lodash.get": "^4.4.2",
"polished": "^3.4.2"
},
"gitHead": "174914d3dabced4713b52f8ffd1e4a47c37b7703"
}