virtuallist-antd
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "virtuallist-antd", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "virtualList for antd-table, 实现antd-table的虚拟列表, antd-table无限滚动, infinite scrolling for antd-table", | ||
"main": "src/index.tsx", | ||
"main": "./build/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "webpack --config webpack.config.js --profile --progress" | ||
}, | ||
@@ -19,6 +20,26 @@ "keywords": [ | ||
"license": "ISC", | ||
"dependencies": { | ||
"react": "^16.12.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.7.4", | ||
"@babel/plugin-proposal-class-properties": "^7.7.4", | ||
"@babel/plugin-proposal-decorators": "^7.7.4", | ||
"@babel/plugin-proposal-do-expressions": "^7.7.4", | ||
"@babel/plugin-proposal-export-default-from": "^7.7.4", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.7.4", | ||
"@babel/plugin-proposal-function-bind": "^7.7.4", | ||
"@babel/plugin-proposal-function-sent": "^7.7.4", | ||
"@babel/plugin-proposal-json-strings": "^7.7.4", | ||
"@babel/plugin-proposal-logical-assignment-operators": "^7.7.4", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4", | ||
"@babel/plugin-proposal-numeric-separator": "^7.7.4", | ||
"@babel/plugin-proposal-optional-chaining": "^7.7.4", | ||
"@babel/plugin-proposal-pipeline-operator": "^7.7.4", | ||
"@babel/plugin-proposal-throw-expressions": "^7.7.4", | ||
"@babel/plugin-syntax-dynamic-import": "^7.7.4", | ||
"@babel/plugin-syntax-import-meta": "^7.7.4", | ||
"@babel/preset-env": "^7.7.4", | ||
"@babel/preset-react": "^7.7.4", | ||
"@babel/preset-typescript": "^7.7.4", | ||
"@types/lodash-es": "^4.17.3", | ||
@@ -28,16 +49,12 @@ "@types/react": "^16.9.13", | ||
"babel-loader": "^8.0.6", | ||
"babel-plugin-import": "^1.13.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"css-loader": "^3.2.1", | ||
"lodash-es": "^4.17.15", | ||
"react": "^16.12.0", | ||
"typescript": "^3.7.2" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"es2015", | ||
"@babel/preset-react" | ||
], | ||
"plugins": [ | ||
"@babel/plugin-proposal-nullish-coalescing-operator", | ||
"@babel/plugin-proposal-optional-chaining" | ||
] | ||
"style-loader": "^1.0.1", | ||
"ts-loader": "^6.2.1", | ||
"typescript": "^3.7.2", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.10" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18129
7
348
1
33
+ Addedreact@^16.12.0
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@16.14.0(transitive)
+ Addedreact-is@16.13.1(transitive)