opt-table
Version:
A Responsive and Customizable Rich Table
92 lines (91 loc) • 2.53 kB
JSON
{
"name": "opt-table",
"version": "1.6.6-alpha",
"description": "A Responsive and Customizable Rich Table",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"scripts": {
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module CommonJS --outDir dist/cjs",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"author": "Amin Hoseiny",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.15",
"@mui/material": "^5.14.15",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.1",
"@storybook/react": "^7.5.1",
"@storybook/react-webpack5": "^7.5.1",
"@storybook/testing-library": "^0.0.13",
"@types/node": "^18.14.1",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.0.11",
"babel-loader": "^8.3.0",
"css-loader": "^6.8.1",
"framer-motion": "^10.16.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"source-map-loader": "4.0.1",
"storybook": "^7.5.1",
"style-loader": "^3.3.3",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.15",
"@mui/material": "^5.14.15",
"framer-motion": "^10.16.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.15",
"@mui/material": "^5.14.15",
"framer-motion": "^10.16.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"keywords": [
"table",
"data-grid",
"framer-motion",
"mui",
"material ui",
"framer motion table",
"material ui table",
"material-ui-table",
"mui-table",
"framer-mui-table",
"opt-table",
"optTable",
"opttable"
],
"repository": {
"url": "https://github.com/ir-tec/opt-table.git",
"type": "git"
}
}