@nysds/styles
Version:
CSS variables, styles, and themes for the New York State Design System
42 lines (41 loc) • 853 B
JSON
{
"name": "@nysds/styles",
"type": "module",
"version": "1.15.1",
"description": "CSS variables, styles, and themes for the New York State Design System",
"main": "dist/nysds.min.css",
"style": "dist/nysds.min.css",
"files": [
"dist/"
],
"exports": {
".": {
"default": "./dist/nysds.min.css"
},
"./full": "./dist/nysds-full.min.css",
"./typography": "./dist/nysds-typography.min.css"
},
"scripts": {
"dev": "vite --config",
"build": "vite build",
"clean": "rm -rf dist"
},
"dependencies": {
"@nysds/tokens": "1.15.1"
},
"devDependencies": {
"vite": "^7.3.1"
},
"keywords": [
"new-york-state",
"design-system",
"styles",
"css",
"variables",
"themes",
"tokens",
"nys"
],
"author": "New York State Design System Team",
"license": "MIT"
}