@scalar/themes
Version:
the default CSS variables for all Scalar packages
61 lines • 1.65 kB
JSON
{
"name": "@scalar/themes",
"description": "the default CSS variables for all Scalar packages",
"license": "MIT",
"author": "Scalar (https://github.com/scalar)",
"homepage": "https://github.com/scalar/scalar",
"bugs": "https://github.com/scalar/scalar/issues/new/choose",
"repository": {
"type": "git",
"url": "git+https://github.com/scalar/scalar.git",
"directory": "packages/themes"
},
"keywords": [
"css",
"css-variables",
"scalar"
],
"version": "0.13.12",
"engines": {
"node": ">=20"
},
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./tailwind.css": "./dist/tailwind.css",
"./style.css": "./dist/style.css",
"./fonts.css": "./dist/fonts/fonts.css"
},
"files": [
"dist",
"CHANGELOG.md"
],
"module": "./dist/index.js",
"dependencies": {
"nanoid": "5.1.5",
"@scalar/types": "0.2.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.4",
"tailwindcss": "^4.1.7",
"vite": "6.1.6",
"vite-plugin-static-copy": "^2.2.0",
"vitest": "^3.2.4",
"@scalar/build-tooling": "0.2.4"
},
"scripts": {
"build": "vite build && pnpm types:build && tsc-alias -p tsconfig.build.json",
"format": "scalar-format",
"format:check": "scalar-format-check",
"lint:check": "scalar-lint-check",
"lint:fix": "scalar-lint-fix",
"types:build": "vue-tsc -p tsconfig.build.json",
"types:check": "vue-tsc --noEmit --skipLibCheck --composite false"
}
}