UNPKG

@chayns-components/core

Version:

A set of beautiful React components for developing your own applications with chayns.

93 lines (92 loc) 2.94 kB
{ "name": "@chayns-components/core", "version": "5.5.1", "description": "A set of beautiful React components for developing your own applications with chayns.", "sideEffects": false, "browserslist": [ ">0.5%", "not dead", "not op_mini all", "not IE 11" ], "keywords": [ "chayns", "react", "components" ], "author": "Tobit.Software", "homepage": "https://github.com/TobitSoftware/chayns-components/tree/main/packages/core#readme", "license": "MIT", "types": "lib/types/index.d.ts", "main": "lib/cjs/index.js", "module": "lib/esm/index.js", "exports": { ".": { "types": "./lib/types/index.d.ts", "node": "./lib/cjs/index.js", "require": "./lib/cjs/index.js", "default": "./lib/esm/index.js" } }, "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib", "AGENTS.md" ], "repository": { "type": "git", "url": "git+https://github.com/TobitSoftware/chayns-components.git" }, "scripts": { "build": "npm run build:cjs && npm run build:esm && npm run build:types", "build:types": "tsc", "build:cjs": "cross-env NODE_ENV=cjs babel src --out-dir lib/cjs --extensions=.ts,.tsx --source-maps --ignore=src/stories", "build:esm": "cross-env NODE_ENV=esm babel src --out-dir lib/esm --extensions=.ts,.tsx --source-maps --ignore=src/stories", "watch:js": "npm run build:esm -- --watch", "link": "npm link && npm run watch:js" }, "bugs": { "url": "https://github.com/TobitSoftware/chayns-components/issues" }, "devDependencies": { "@babel/cli": "^7.29.7", "@babel/core": "^7.29.7", "@babel/preset-env": "^7.29.7", "@babel/preset-react": "^7.29.7", "@babel/preset-typescript": "^7.29.7", "@types/react": "^18.3.31", "@types/react-dom": "^18.3.7", "@types/styled-components": "^5.1.36", "@types/uuid": "^10.0.0", "babel-loader": "^9.2.1", "chayns-api": "^2.6.19", "cross-env": "^7.0.3", "lerna": "^8.2.4", "react": "^18.3.1", "react-dom": "^18.3.1", "styled-components": "^6.4.3", "typescript": "^5.9.3" }, "dependencies": { "@chayns-components/textstring": "^5.5.0", "@chayns/colors": "^2.0.2", "@chayns/uac-service": "~0.0.62", "clsx": "^2.1.1", "react-compiler-runtime": "^1.0.0", "uuid": "^10.0.0" }, "peerDependencies": { "chayns-api": ">=2.2.0", "motion": ">=12.4.1", "react": ">=18.0.0", "react-dom": ">=18.0.0", "styled-components": ">=5.3.11" }, "publishConfig": { "access": "public" }, "gitHead": "581cbd1cd8559244f8e863d52bb6bca35fc5de04" }