@cerberus-design/styled-system
Version:
Cerberus Design System Panda-CSS styled-system.
42 lines • 1.08 kB
JSON
{
"name": "@pandacss/preset-panda",
"version": "0.53.0",
"description": "The preset for PandaCSS that contains the default theme",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"author": "Segun Adebayo <joseshegs@gmail.com>",
"sideEffects": false,
"homepage": "https://panda-css.com",
"repository": {
"type": "git",
"url": "git+https://github.com/chakra-ui/panda.git",
"directory": "packages/preset-panda"
},
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"dependencies": {
"@pandacss/types": "0.53.0"
},
"scripts": {
"build": "tsup src/index.ts --format=esm,cjs --dts",
"build-fast": "tsup src/index.ts --format=esm,cjs --no-dts",
"dev": "pnpm build-fast --watch"
}
}