@devtools-ds/themes
Version:
Each of the UI components in this project contains themes for multiple browsers. These themes are built using the [postcss-themed](https://github.com/intuit/postcss-themed) package, which allows us to specify themes for multiple browsers in light and dark
45 lines (44 loc) • 1.02 kB
JSON
{
"name": "@devtools-ds/themes",
"version": "1.2.1",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist",
"repository": "https://github.com/intuit/devtools-ds",
"author": "Tyler Krupicka github@tylerkrupicka.com",
"contributors": [
"Tyler Krupicka github@tylerkrupicka.com"
],
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"sideEffects": false,
"scripts": {
"clean": "ds clean",
"build": "ds build",
"dev": "ds dev",
"storybook": "ds storybook start",
"start": "ds build --watch",
"test": "ds test",
"lint": "ds lint",
"size": "ds size"
},
"files": [
"dist",
"src",
"!*.test.*",
"!__snapshots__",
"!__tests__"
],
"dependencies": {
"@babel/runtime": "~7.5.4",
"@design-systems/utils": "2.12.0",
"clsx": "1.1.0"
},
"peerDependencies": {
"react": ">= 16.8.6"
},
"gitHead": "53e5c67af2fa62f8044be93fb6e2af8573988aa4"
}