react-responsive-list
Version:
📋 React Responsive List (Table)
65 lines (64 loc) • 2.33 kB
JSON
{
"name": "react-responsive-list",
"version": "0.0.4",
"description": "📋 React Responsive List (Table)",
"main": "dist/ResponsiveTable.cjs.js",
"jsnext:main": "dist/ResponsiveTable.es.js",
"module": "dist/ResponsiveTable.es.js",
"files": [
"dist",
"assets/*.css"
],
"author": "Aleksandr Anokhin <sanohin@zoho.com> (http://github.com/sanohin)",
"homepage": "https://github.com/sanohin/react-responsive-list",
"repository": {
"type": "git",
"url": "https://github.com/sanohin/react-responsive-list.git"
},
"bugs": {
"url": "https://github.com/sanohin/react-responsive-list.git"
},
"license": "MIT",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"build": "npm run build:es; npm run build:cjs",
"build:es": "rollup -c ./rollup.config.js --environment FORMAT:es",
"build:cjs": "rollup -c ./rollup.config.js --environment FORMAT:cjs",
"watch": "rollup -c ./rollup.config.js -w --environment FORMAT:es",
"example": "parcel ./example/index.html --out-dir build",
"build-example": "parcel build ./example/index.html --out-dir build --public-url ./",
"start": "npm run build; npm run example",
"deploy-example": "npm run build-example; gh-pages -d ./example",
"preversion": "rm -rf dist && npm run build",
"postpublish": "git push && git push --tag",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"gh-pages": "^1.0.0",
"http-server": "^0.10.0",
"parcel-bundler": "^1.3.0",
"prettier": "1.9.0",
"prop-types": "^15.5.10",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-live": "1.7.1",
"rollup": "^0.53.0",
"rollup-plugin-babel": "^3.0.3",
"styled-components": "2.2.4",
"watchify": "^3.9.0"
},
"keywords": [
"react",
"react-component",
"table",
"list",
"responsive"
]
}