UNPKG

@nurl/panda-preset

Version:

Official Panda-CSS preset for the Ganglion Design System.

80 lines 1.94 kB
{ "name": "@nurl/panda-preset", "version": "0.10.0", "description": "Official Panda-CSS preset for the Ganglion Design System.", "author": "Nurl Developers", "bugs": { "url": "https://github.com/nurl-inc/dev-tools/issues" }, "homepage": "https://nurl.website/", "repository": { "type": "git", "url": "https://github.com/nurl-inc/dev-tools", "directory": "packages/panda-preset" }, "license": "Apache 2.0", "browserslist": "> 0.25%, not dead", "sideEffects": false, "type": "module", "main": "build/legacy/index.cjs", "module": "build/legacy/index.js", "publishConfig": { "access": "public" }, "files": [ "build/**/*", "src/**/*", "index.ts", "tsconfig.pando.json" ], "peerDependencies": { "@pandacss/dev": "*", "autoprefixer": "*", "postcss": "*" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", "@pandacss/dev": "^0.41.0", "@pandacss/types": "^0.41.0", "tsup": "^8.0.1", "@nurl/configs": "0.0.0" }, "keywords": [ "nurl", "ganglion", "ganglion design system", "panda-css", "nurl preset", "ganglion preset", "panda-preset" ], "scripts": { "build": "tsup --experimental-dts", "clean": "rm -rf ./build", "lint:js": "eslint --max-warnings 0 \"./**/*.@(ts|tsx)\"", "lint:ts": "tsc --project tsconfig.lint.json --noEmit", "test": "jest --passWithNoTests" }, "types": "build/legacy/index.d.ts", "exports": { ".": { "import": { "types": "./build/modern/index.d.ts", "default": "./build/modern/index.js" }, "require": { "types": "./build/modern/index.d.cts", "default": "./build/modern/index.cjs" } }, "./package.json": "./package.json", "./tsconfig.pando.json": "./tsconfig.pando.json" }, "typesVersions": { "*": { ".": [ "build/legacy/index.d.ts" ] } } }