UNPKG

simple-widgets

Version:

A Collection of React components to make your React code simpler

96 lines (95 loc) 2.91 kB
{ "name": "simple-widgets", "version": "1.43.6", "description": "A Collection of React components to make your React code simpler", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "clean": "rm -Rf node_modules *lock* ; npm install", "prep": "npm ci --silent ; npx npm-force-resolutions ; npm audit", "build": "npm run esbuild && npm run pack", "esbuild": "rm -rf dist && node esbuild.mjs", "pack": "npm pack --silent && ls -l simple-widgets-${npm_package_version}.tgz", "dry": "run-s build dry-run", "pub": "run-s build release", "example": "See https://github.com/martinjackson/simple-widgets-sample.git", "dry-run": "release-it --dry-run -n --no-git.requireCleanWorkingDir", "release": "release-it --no-git.requireCleanWorkingDir", "test-ct": "playwright test -c playwright-ct.config.js" }, "resolutions": { "marked": "17.0.1" }, "repository": { "type": "git", "url": "git+https://github.com/martinjackson/simple-widgets.git" }, "keywords": [ "React", "checkbox", "choice", "pulldown", "pdf", "radiobutton" ], "author": "Martin A. Jackson", "license": "ISC", "bugs": { "url": "https://github.com/martinjackson/simple-widgets/issues" }, "homepage": "https://github.com/martinjackson/simple-widgets#readme", "devDependencies": { "@babel/core": "^7.27.7", "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@playwright/experimental-ct-react": "^1.53.1", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.3.0", "@types/node": "^24.0.5", "acorn-dynamic-import": "^4.0.0", "ajv": "^8.17.1", "autoprefixer": "^10.4.21", "chalk": "^5.4.1", "core-js": "^3.43.0", "deep-object-diff": "^1.1.9", "esbuild": "^0.25.5", "esbuild-node-externals": "^1.18.0", "esbuild-plugin-inline-image": "^0.0.9", "esbuild-plugin-markdown": "^0.0.3", "esbuild-postcss": "^0.0.4", "flow-bin": "^0.274.1", "json-loader": "^0.5.7", "npm-run-all": "^4.1.5", "object-sizeof": "^2.6.5", "peer-deps-externals-webpack-plugin": "^1.0.4", "progress-bar-webpack-plugin": "^2.1.0", "react": "=18.3.1", "react-dom": "=18.3.1", "regenerator-runtime": "^0.14.1", "release-it": "^19.0.3", "strip-comments": "^2.0.1" }, "peerDependencies": { "@apollo/client": "^3.7.11", "deep-object-diff": "^1.1.9", "graphql-tag": "^2.12.6", "object-sizeof": "^2.6.1", "@types/react": ">=18", "react": ">=18", "react-dom": ">=18" }, "dependencies": { "@emotion/react": "^11.14.0", "crypto-js": "^4.2.0", "date-fns": "^4.1.0", "pdfmake": "^0.2.20", "prop-types": "^15.8.1", "react-autobind": "^1.0.6", "react-calendar": "^6.0.0", "react-csv": "^2.2.2", "react-spinners": "^0.17.0", "zustand": "^5.0.6" } }