basic-kit-theme
Version:
The basic theme and theme specification for react-basic-kit
32 lines (31 loc) • 772 B
JSON
{
"name": "basic-kit-theme",
"version": "0.13.0",
"description": "The basic theme and theme specification for react-basic-kit",
"main": "lib/index.json",
"scripts": {
"clean": "rimraf lib",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node -r esm build.js",
"prebuild": "npm run clean",
"prepublish": "npm run build"
},
"keywords": [
"design tokens",
"design system",
"system-ui",
"styled-system",
"theme-ui"
],
"author": "Matt Styles",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^10.0.3",
"esm": "^3.2.25",
"mkdirp": "^0.5.1",
"ramda": "^0.26.1",
"rimraf": "^3.0.0",
"standard": "^14.3.1"
},
"gitHead": "0522c8e7befebffce29c25c98052177808765dc2"
}