@pluralsight/panda-preset
Version:
Official Panda-CSS preset for the Pando Design System.
69 lines • 1.72 kB
JSON
{
"name": "@pluralsight/panda-preset",
"version": "0.7.1-next-a777b1",
"description": "Official Panda-CSS preset for the Pando Design System.",
"author": "Design System Team",
"bugs": {
"url": "https://github.com/pluralsight/pando/issues"
},
"homepage": "https://design.pluralsight.com/",
"repository": {
"type": "git",
"url": "https://github.com/pluralsight/pando.git",
"directory": "packages/panda-preset"
},
"license": "Apache 2.0",
"main": "npm/node/index.js",
"module": "npm/browser/index.js",
"sideEffects": "**/*.css",
"browserslist": [
"> 0.25%",
"not dead"
],
"exports": {
".": {
"import": "./npm/browser/index.js",
"require": "./npm/node/index.js",
"types": "./npm/browser/index.d.ts"
}
},
"publishConfig": {
"access": "public"
},
"files": [
"npm/**/*",
"src/**/*",
"index.ts"
],
"dependencies": {
"@pluralsight/design-tokens": "^0.7.1",
"tslib": "latest"
},
"peerDependencies": {
"@pandacss/dev": "*",
"autoprefixer": "*",
"postcss": "*"
},
"devDependencies": {
"@pandacss/dev": "^0.14.0"
},
"keywords": [
"pluralsight",
"pluralsight design",
"pando",
"panda-css",
"pando preset",
"panda-preset"
],
"packageManager": "pnpm@8.6.11",
"scripts": {
"build": "pnpm clean && pnpm compile:es && pnpm compile:cjs",
"clean": "rm -rf ./npm",
"compile:es": "tsc --project tsconfig.json",
"compile:cjs": "tsc --project tsconfig.cjs.json",
"lint:js": "eslint --max-warnings 0 \"./**/*.ts\"",
"lint:ts": "tsc --project tsconfig.json --noEmit",
"test": "jest --passWithNoTests"
},
"types": "npm/browser/index.d.ts"
}