UNPKG

@kenreymozo/kenrey-component

Version:

Components for kendallrey

72 lines (71 loc) 2.42 kB
{ "name": "@kenreymozo/kenrey-component", "version": "2.0.2", "description": "Components for kendallrey", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/KenReyMozo/kenrey-ui.git" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "npm run scss && npm run build:esm && npm run build:cjs && npm run build:css-components && npm run build:css", "build:esm": "tsc", "build:cjs": "tsc --module commonjs --outDir dist/cjs", "build:css-components": "cp src/components/*.css dist/cjs/components && cp src/components/*.css dist/esm/components", "build:css": "cp src/index.module.css dist/cjs/ && cp src/index.module.css dist/esm/", "lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"", "prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\"", "test": "jest --config jestconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test && npm run prettier && npm run lint", "prefab": "npm run build:esm && npm run build:cjs && npm run scss && npm test && npm run prettier && npm run lint && npm run build:css-components && npm run build:css", "scss": "node-sass src/scss -o src/components", "prepub": "sh prepub.sh" }, "peerDependencies": { "react": ">=16" }, "files": [ "dist", "LICENSE", "README.md" ], "keywords": [ "kenrey-project", "kenrey-ui", "kenrey-component" ], "author": "KendallRey", "license": "MIT", "devDependencies": { "@testing-library/react": "^14.0.0", "@types/jest": "^29.5.7", "@types/react": "^18.2.33", "@typescript-eslint/eslint-plugin": "^6.9.1", "@typescript-eslint/parser": "^6.9.1", "css-loader": "^6.8.1", "eslint": "^8.52.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-canvas-mock": "^2.5.2", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.0.3", "react": "^18.2.0", "react-dom": "^18.2.0", "sass": "^1.69.5", "node-sass": "^9.0.0", "style-loader": "^3.3.3", "ts-jest": "^29.1.1", "typescript": "^5.2.2" } }