UNPKG

@asup/simple-table

Version:

REACT table, because I wanted one that took an array of objects as an input.

117 lines (116 loc) 3.26 kB
{ "name": "@asup/simple-table", "version": "1.4.19", "description": "REACT table, because I wanted one that took an array of objects as an input.", "author": "Paul Thomas <@PaulDThomas>", "private": false, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/PaulDThomas/simple-table.git" }, "keywords": [ "react", "typescript", "simple", "array-of-objects", "table" ], "bugs": { "url": "https://github.com/PaulDThomas/simple-table/issues" }, "homepage": "https://github.com/PaulDThomas/simple-table", "main": "dist/cjs/main.js", "module": "dist/esm/main.js", "types": "dist/simple-table.d.ts", "files": [ "dist" ], "scripts": { "prepare": "husky", "start": "start.bat", "test": "jest --collectCoverage=true", "test-watch": "jest --watch --collectCoverage=true --maxWorkers=4", "eslint": "eslint \"src/**/*.{js,jsx,ts,tsx}\" \"demo/**/*.{js,jsx,ts,tsx}\"", "build": "parcel build src/main.ts" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "dependencies": { "@swc/helpers": "^0.5.17", "lodash": "^4.17.21", "react": "^18.0.0", "react-dom": "^18.0.0" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "devDependencies": { "@eslint/compat": "^1.2.3", "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.16.0", "@parcel/packager-raw-url": "^2.7.0", "@parcel/packager-ts": "^2.8.2", "@parcel/transformer-typescript-types": "^2.14.1", "@parcel/transformer-webmanifest": "^2.7.0", "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.4.3", "@types/jest": "^29.2.2", "@types/lodash": "^4.17.16", "@types/node": "^20.12.7", "@types/react": "^18.0.25", "@types/react-dom": "^18.0.8", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^9.0.0", "eslint-config-prettier": "^10.0.2", "eslint-plugin-jest": "^28.6.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-unused-imports": "^4.1.4", "husky": "^9.0.10", "jest": "^29.2.2", "jest-environment-jsdom": "^29.7.0", "jest-watch-typeahead": "^2.2.2", "lint-staged": "^16.1.0", "parcel": "^2.7.0", "postcss": "^8.4.47", "prettier": "^3.0.3", "prettier-plugin-organize-imports": "^4.1.0", "process": "^0.11.10", "ts-jest": "^29.0.3", "ts-jest-mock-import-meta": "^1.2.0", "ts-node": "^10.9.1", "typescript": "^5.0.4", "typescript-eslint": "^8.6.0", "typescript-plugin-css-modules": "^5.1.0" }, "@parcel/transformer-js": { "inlineEnvironment": [ "REACT_APP_*", "npm_package_*" ] }, "@parcel/transformer-css": { "cssModules": { "pattern": "ast-[name]-[hash]-[local]", "dashedIndents": true } }, "lint-staged": { "**/*": "prettier --write --ignore-unknown" } }