Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cola-ui

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cola-ui - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

dist/bundle.js

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组件库
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc