UNPKG

@nestbotics/nct_frontend_common_components

Version:

A collection of reusable React components with theme management and styling utilities

95 lines (94 loc) 2.65 kB
{ "name": "@nestbotics/nct_frontend_common_components", "version": "1.1.0", "description": "A collection of reusable React components with theme management and styling utilities", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./styles": "./dist/assets/styles/global.css", "./package.json": "./package.json" }, "scripts": { "build": "npm run clean && npm run build:cjs && npm run build:esm && npm run copy:assets && npm run generate:types", "build:cjs": "babel src --out-dir dist --config-file ./babel.config.cjs.js", "build:esm": "babel src --out-dir dist --out-file-extension .esm.js --config-file ./babel.config.esm.js", "copy:assets": "cpx 'src/assets/**/*' dist/assets", "generate:types": "node scripts/generate-types.js", "clean": "rimraf dist", "prepublishOnly": "npm run build", "test": "echo \"No tests specified\" && exit 0", "dev": "npm run build -- --watch" }, "files": [ "dist", "README.md", "LICENSE" ], "keywords": [ "react", "components", "ui", "theme", "material-ui", "styled-components", "nestbotics" ], "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0", "@mui/material": ">=5.0.0", "@mui/icons-material": ">=5.0.0", "@emotion/react": ">=11.0.0", "@emotion/styled": ">=11.0.0", "react-hot-toast": ">=2.0.0", "react-toastify": ">=9.0.0" }, "peerDependenciesMeta": { "react-hot-toast": { "optional": true }, "react-toastify": { "optional": true } }, "dependencies": { "axios": "^1.6.0", "dayjs": "^1.11.0", "html2canvas": "^1.4.0", "js-cookie": "^3.0.5", "jspdf": "^2.5.0", "react-router-dom": "^6.8.0" }, "devDependencies": { "@babel/cli": "^7.23.0", "@babel/core": "^7.23.0", "@babel/preset-env": "^7.23.0", "@babel/preset-react": "^7.23.0", "@babel/plugin-transform-runtime": "^7.23.0", "cpx": "^1.5.0", "rimraf": "^5.0.0" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/Nestbotics/nct_frontend_common_components.git" }, "bugs": { "url": "https://github.com/Nestbotics/nct_frontend_common_components/issues" }, "homepage": "https://github.com/Nestbotics/nct_frontend_common_components#readme", "license": "MIT", "author": "Nestbotics", "engines": { "node": ">=14.0.0", "npm": ">=6.0.0" } }