octable
Version:
OCTable is a compound React component library for rendering customizable data tables
76 lines (75 loc) • 1.96 kB
JSON
{
"name": "octable",
"version": "0.0.3",
"description": "OCTable is a compound React component library for rendering customizable data tables",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"keywords": [
"react",
"react-component",
"data-table",
"table",
"pagination",
"search",
"data",
"customizable"
],
"author": "Jeanne4L",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Jeanne4L/oc-storybook-table"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest run --coverage",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.0.1",
"@eslint/js": "^9.21.0",
"@storybook/addon-a11y": "^9.0.16",
"@storybook/addon-docs": "^9.0.16",
"@storybook/addon-vitest": "^9.0.16",
"@storybook/react-vite": "^9.0.16",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.12",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.1.3",
"c8": "^10.1.3",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-storybook": "^9.0.16",
"globals": "^15.15.0",
"jsdom": "^26.1.0",
"storybook": "^9.0.16",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.1.3"
}
}