UNPKG

@stencila/style-material

Version:

Material Design theme for Stencila components

54 lines (53 loc) 1.14 kB
{ "name": "@stencila/style-material", "version": "0.16.14", "description": "Material Design theme for Stencila components", "keywords": [ "Stencila", "material", "design", "theme" ], "author": "Stencila <hello@stenci.la>", "homepage": "https://stenci.la", "license": "Apache-2.0", "main": "dist/index-material.css", "directories": { "src": "src" }, "style": "./dist/index-material.css", "targets": { "main": false }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/stencila/style.git" }, "scripts": { "build": "parcel build 'src/**/*.css' --no-optimize", "build:watch": "parcel watch 'src/**/*.css'" }, "bugs": { "url": "https://github.com/stencila/designa/issues" }, "browserslist": [ "defaults", "not IE 11", "not IE_Mob 11" ], "dependencies": { "@stencila/brand": "0.7.31" }, "devDependencies": { "cssnano": "5.1.5", "parcel": "2.3.2", "tailwindcss": "3.0.23" }, "gitHead": "b6e207f9b7c750c83de11a9ab06ff6e6bb36f61a" }