UNPKG

2.63 kBJSONView Raw
1{
2 "name": "virtualized-table",
3 "version": "0.2.13",
4 "description": "Large data volume table",
5 "publishConfig": {
6 "registry": "https://registry.npmjs.org/"
7 },
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/PengChen96/virtualized-table.git"
11 },
12 "bugs": {
13 "url": "https://github.com/PengChen96/virtualized-table/issues"
14 },
15 "main": "dist/index.js",
16 "files": [
17 "dist"
18 ],
19 "scripts": {
20 "prod": "webpack --env.NODE_ENV=production --config ./config/webpack.config.js",
21 "build": "webpack --config ./config/webpack.dev.config.js",
22 "dev": "webpack-dev-server --devtool=source-map --host 0.0.0.0 --config ./config/webpack.dev.config.js",
23 "test": "jest --coverage",
24 "update": "jest -u",
25 "storybook": "start-storybook -p 9001",
26 "buildstorybook": "build-storybook -c .storybook -o .out",
27 "deploystorybook": "storybook-to-ghpages --existing-output-dir=.out --branch=gh-pages"
28 },
29 "keywords": [
30 "react",
31 "table"
32 ],
33 "storybook-deployer": {
34 "gitUsername": "PengChen96",
35 "gitEmail": "2601349541@qq.com",
36 "commitMessage": "Deploy Storybook [skip ci]"
37 },
38 "author": "PengChen",
39 "license": "MIT",
40 "peerDependencies": {
41 "react": ">=16.0.0",
42 "react-dom": ">=16.0.0"
43 },
44 "dependencies": {
45 "prop-types": "^15.7.2"
46 },
47 "devDependencies": {
48 "@babel/core": "7.2.2",
49 "@babel/plugin-proposal-class-properties": "^7.14.5",
50 "@babel/preset-env": "7.2.3",
51 "@babel/preset-react": "7.0.0",
52 "@mdx-js/loader": "^1.6.22",
53 "@storybook/addon-docs": "^6.3.7",
54 "@storybook/addon-knobs": "^6.2.9",
55 "@storybook/react": "^6.3.7",
56 "@storybook/storybook-deployer": "^2.8.10",
57 "@welldone-software/why-did-you-render": "^6.2.3",
58 "babel-eslint": "^10.0.3",
59 "babel-loader": "8.0.5",
60 "css-loader": "^2.1.1",
61 "enzyme": "^3.10.0",
62 "enzyme-adapter-react-16": "^1.15.1",
63 "eslint": "5.6.0",
64 "eslint-config-react-app": "3.0.5",
65 "eslint-loader": "2.1.1",
66 "eslint-plugin-flowtype": "2.50.1",
67 "eslint-plugin-import": "2.14.0",
68 "eslint-plugin-jsx-a11y": "6.1.2",
69 "eslint-plugin-react": "7.11.1",
70 "html-webpack-plugin": "3.2.0",
71 "immutability-helper": "^3.0.2",
72 "jest": "^24.9.0",
73 "less": "^3.10.3",
74 "less-loader": "^4.1.0",
75 "react": "16.9.0",
76 "react-dnd": "^10.0.2",
77 "react-dnd-html5-backend": "^10.0.2",
78 "react-dom": "16.9.0",
79 "react-resizable": "^1.11.0",
80 "style-loader": "0.19.1",
81 "uglifyjs-webpack-plugin": "^2.2.0",
82 "webpack": "4.29.0",
83 "webpack-cli": "^3.3.12",
84 "webpack-dev-server": "^3.11.0"
85 }
86}