UNPKG

@taeopia/react-table

Version:

This is a table library for use in React.

70 lines (69 loc) 2.04 kB
{ "name": "@taeopia/react-table", "version": "1.0.4", "description": "This is a table library for use in React.", "publishConfig": { "access": "public" }, "main": "./dist/index.cjs.js", "module": "./dist/index.esm.js", "browser": "./dist/index.umd.js", "types": "./dist/index.d.ts", "scripts": { "build": "rollup -c", "build:watch": "rollup -cw", "test": "jest --config jest.config.js", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "clean": "sh ./scripts/clean.sh", "release": "sh ./scripts/release.sh" }, "repository": { "type": "git", "url": "https://github.com/weezlely/taeopia" }, "keywords": [ "react", "react-table", "@tanstack/react-table", "JavasScript", "Typescript" ], "author": "taetaeo", "license": "ISC", "devDependencies": { "@babel/core": "^7.24.5", "@rollup/plugin-alias": "^5.1.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-image": "^3.0.3", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@types/jest": "^29.5.14", "@types/node": "^22.0.0", "@types/react": "^18.3.1", "autoprefixer": "^10.4.19", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "node-sass": "^9.0.0", "postcss": "^8.4.38", "postcss-import": "^16.1.0", "postcss-prefixer": "^3.0.0", "rollup": "^4.17.1", "rollup-plugin-filesize": "^10.0.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-typescript-paths": "^1.5.0", "rollup-plugin-typescript2": "^0.36.0", "rollup-plugin-uglify": "^6.0.4", "ts-jest": "^29.2.5", "typescript": "^5.4.5" }, "peerDependencies": { "@tanstack/react-table": "^8.20.5", "react": "^18.3.1", "react-dom": "^18.3.1" } }