virtualized-table
Version:
Large data volume table
87 lines (86 loc) • 2.63 kB
JSON
{
"name": "virtualized-table",
"version": "0.2.13",
"description": "Large data volume table",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PengChen96/virtualized-table.git"
},
"bugs": {
"url": "https://github.com/PengChen96/virtualized-table/issues"
},
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"prod": "webpack --env.NODE_ENV=production --config ./config/webpack.config.js",
"build": "webpack --config ./config/webpack.dev.config.js",
"dev": "webpack-dev-server --devtool=source-map --host 0.0.0.0 --config ./config/webpack.dev.config.js",
"test": "jest --coverage",
"update": "jest -u",
"storybook": "start-storybook -p 9001",
"buildstorybook": "build-storybook -c .storybook -o .out",
"deploystorybook": "storybook-to-ghpages --existing-output-dir=.out --branch=gh-pages"
},
"keywords": [
"react",
"table"
],
"storybook-deployer": {
"gitUsername": "PengChen96",
"gitEmail": "2601349541@qq.com",
"commitMessage": "Deploy Storybook [skip ci]"
},
"author": "PengChen",
"license": "MIT",
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"dependencies": {
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "7.2.3",
"@babel/preset-react": "7.0.0",
"@mdx-js/loader": "^1.6.22",
"@storybook/addon-docs": "^6.3.7",
"@storybook/addon-knobs": "^6.2.9",
"@storybook/react": "^6.3.7",
"@storybook/storybook-deployer": "^2.8.10",
"@welldone-software/why-did-you-render": "^6.2.3",
"babel-eslint": "^10.0.3",
"babel-loader": "8.0.5",
"css-loader": "^2.1.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "5.6.0",
"eslint-config-react-app": "3.0.5",
"eslint-loader": "2.1.1",
"eslint-plugin-flowtype": "2.50.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.11.1",
"html-webpack-plugin": "3.2.0",
"immutability-helper": "^3.0.2",
"jest": "^24.9.0",
"less": "^3.10.3",
"less-loader": "^4.1.0",
"react": "16.9.0",
"react-dnd": "^10.0.2",
"react-dnd-html5-backend": "^10.0.2",
"react-dom": "16.9.0",
"react-resizable": "^1.11.0",
"style-loader": "0.19.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "4.29.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}