nillys-react-table-library
Version:
Responsive table library for React.js
46 lines (45 loc) • 1.26 kB
JSON
{
"name": "nillys-react-table-library",
"version": "1.1.4",
"files": [
"nrtl/",
"LICENSE.md",
"nrtl/nrtl.css"
],
"main": "nrtl/index.js",
"module": "nrtl/index.esm.js",
"types": "nrtl/index.d.ts",
"exports": {
".": {
"import": "./nrtl/index.mjs",
"require": "./nrtl/index.js"
},
"./style": {
"import": "./nrtl/nrtl.css",
"default": "./nrtl/nrtl.css"
}
},
"style": "nrtl/nrtl.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "sass src/nrtl.scss nrtl/nrtl.css --style=compressed",
"build": "tsup src/index.ts --format esm,cjs --dts --out-dir nrtl"
},
"keywords": ["table", "responsive", "react", "library", "table-library", "table-component", "react-table", "react-table-library", "react-table-component"],
"author": "Nicolas DECRESSAC",
"license": "NRTL-NonCommercial",
"description": "Responsive table library for React.js",
"dependencies": {
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"sass": "^1.79.4",
"tsup": "^8.3.0",
"typescript": "^5.6.3"
}
}