Comparing version 0.1.0 to 0.1.1
125
package.json
{ | ||
"name": "cola-ui", | ||
"version": "0.1.0", | ||
"private":false, | ||
"description": "A React.js UI components", | ||
"repository": "https://github.com/Sijia1998/Cola-UI", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "npm run dev", | ||
"dev": "webpack-dev-server --inline --progress --config webpack.dev.conf.js", | ||
"build": "webpack --config webpack.prod.conf.js" | ||
}, | ||
"keywords": [], | ||
"author": "zhusijia3", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"autoprefixer": "^9.1.5", | ||
"babel-core": "^6.26.3", | ||
"babel-eslint": "^9.0.0", | ||
"babel-loader": "^7.1.1", | ||
"babel-plugin-import": "^1.8.0", | ||
"babel-plugin-lodash": "^3.3.4", | ||
"babel-plugin-syntax-jsx": "^6.18.0", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.5", | ||
"babel-plugin-transform-object-assign": "^6.22.0", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-react": "^6.24.1", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"chalk": "^2.4.1", | ||
"clean-webpack-plugin": "^1.0.1", | ||
"compression-webpack-plugin": "^2.0.0", | ||
"copy-webpack-plugin": "^4.5.2", | ||
"css-loader": "^1.0.0", | ||
"eslint": "^5.5.0", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-friendly-formatter": "^4.0.1", | ||
"eslint-plugin-html": "^4.0.5", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jsx-a11y": "^6.1.1", | ||
"eslint-plugin-react": "^7.11.1", | ||
"extract-text-webpack-plugin": "^4.0.0-beta.0", | ||
"file-loader": "^2.0.0", | ||
"friendly-errors-webpack-plugin": "^1.7.0", | ||
"html-webpack-plugin": "^3.2.0", | ||
"less": "^3.8.1", | ||
"less-loader": "^4.1.0", | ||
"lodash-webpack-plugin": "^0.11.5", | ||
"node-notifier": "^5.2.1", | ||
"optimize-css-assets-webpack-plugin": "^5.0.0", | ||
"ora": "^3.0.0", | ||
"portfinder": "^1.0.17", | ||
"postcss-import": "^12.0.1", | ||
"postcss-load-config": "^2.0.0", | ||
"postcss-loader": "^3.0.0", | ||
"postcss-plugin": "^1.0.0", | ||
"postcss-safe-parser": "^4.0.1", | ||
"postcss-url": "^8.0.0", | ||
"prop-types": "^15.6.2", | ||
"react-hot-loader": "^4.3.6", | ||
"rimraf": "^2.6.2", | ||
"semver": "^5.5.1", | ||
"shelljs": "^0.8.2", | ||
"style-loader": "^0.23.0", | ||
"uglifyjs-webpack-plugin": "^1.3.0", | ||
"url-loader": "^1.1.1", | ||
"webpack": "^4.17.2", | ||
"webpack-bundle-analyzer": "^3.0.1", | ||
"webpack-cli": "^3.1.0", | ||
"webpack-dev-server": "^3.1.8", | ||
"webpack-merge": "^4.1.4" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.18.0", | ||
"history": "^4.7.2", | ||
"mobx": "^5.9.0", | ||
"mobx-react": "^5.4.3", | ||
"react": "^16.7.0", | ||
"react-dom": "^16.7.0", | ||
"react-router-dom": "^4.3.1", | ||
"sugarss": "^2.0.0" | ||
} | ||
"name": "cola-ui", | ||
"version": "0.1.1", | ||
"description": "", | ||
"main": "dist/bundle.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "webpack --env.NODE_ENV=production", | ||
"dev": "webpack-dev-server --open", | ||
"start": "npm run dev" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Sijia1998/Cola-UI.git" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/Sijia1998/Cola-UI/issues" | ||
}, | ||
"homepage": "https://github.com/Sijia1998/Cola-UI#readme", | ||
"devDependencies": { | ||
"@babel/core": "^7.4.4", | ||
"@babel/preset-env": "^7.4.4", | ||
"@babel/preset-react": "^7.0.0", | ||
"babel-loader": "^8.0.6", | ||
"css-loader": "^2.1.1", | ||
"html-webpack-plugin": "^3.2.0", | ||
"style-loader": "^0.23.1", | ||
"webpack": "^4.32.0", | ||
"webpack-cli": "^3.3.2", | ||
"webpack-dev-server": "^3.4.1", | ||
"webpack-node-externals": "^1.7.2" | ||
}, | ||
"dependencies": { | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6" | ||
} | ||
} |
@@ -1,1 +0,1 @@ | ||
基于React封装一套属于智邮普创工作室风格的UI组件库 | ||
基于React封装一套属于智邮普创工作室风格的UI组件库 |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2
11
0
3612
3
0
1
2
- Removedaxios@^0.18.0
- Removedhistory@^4.7.2
- Removedmobx@^5.9.0
- Removedmobx-react@^5.4.3
- Removedreact-router-dom@^4.3.1
- Removedsugarss@^2.0.0
- Removed@babel/runtime@7.26.0(transitive)
- Removedaxios@0.18.1(transitive)
- Removedfollow-redirects@1.5.10(transitive)
- Removedhistory@4.10.1(transitive)
- Removedhoist-non-react-statics@2.5.53.3.2(transitive)
- Removedinvariant@2.2.4(transitive)
- Removedis-buffer@2.0.5(transitive)
- Removedisarray@0.0.1(transitive)
- Removedmobx@5.15.7(transitive)
- Removedmobx-react@5.4.4(transitive)
- Removedpath-to-regexp@1.9.0(transitive)
- Removedpicocolors@0.2.1(transitive)
- Removedpostcss@7.0.39(transitive)
- Removedreact-lifecycles-compat@3.0.4(transitive)
- Removedreact-router@4.3.1(transitive)
- Removedreact-router-dom@4.3.1(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
- Removedresolve-pathname@3.0.0(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsugarss@2.0.0(transitive)
- Removedtiny-invariant@1.3.3(transitive)
- Removedtiny-warning@1.0.3(transitive)
- Removedvalue-equal@1.0.1(transitive)
- Removedwarning@4.0.3(transitive)
Updatedreact@^16.8.6
Updatedreact-dom@^16.8.6