@the-control-group/ui
Advanced tools
Comparing version 0.14.3 to 1.0.0
{ | ||
"name": "@the-control-group/ui", | ||
"version": "0.14.3", | ||
"version": "1.0.0", | ||
"description": "UI kit based on ReactJS for TCG projects", | ||
@@ -10,7 +10,8 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"start": "docz dev", | ||
"docs": "docz build", | ||
"build": "webpack --mode production", | ||
"docz:dev": "docz dev", | ||
"docz:build": "docz build", | ||
"start": "cpx \"src/**/*.{less,js}\" lib --watch", | ||
"copy": "rm -rf lib/ && cpx \"src/**/*.{less,js}\" lib", | ||
"test": "eslint src", | ||
"prepublishOnly": "npm test && npm run build" | ||
"prepublishOnly": "npm test && npm run copy" | ||
}, | ||
@@ -26,42 +27,20 @@ "repository": { | ||
}, | ||
"browserslist": [ | ||
"last 1 version", | ||
"not dead", | ||
"> 1% in US" | ||
], | ||
"homepage": "https://github.com/the-control-group/ui#readme", | ||
"devDependencies": { | ||
"babel-core": "^6.26.3", | ||
"babel-eslint": "^8.2.6", | ||
"babel-loader": "^7.1.5", | ||
"babel-plugin-react-transform": "^3.0.0", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-preset-react": "^6.24.1", | ||
"classnames": "^2.2.6", | ||
"clean-webpack-plugin": "^0.1.19", | ||
"css-loader": "^1.0.0", | ||
"docz": "^0.8.0", | ||
"docz-plugin-css": "^0.8.0", | ||
"eslint": "^5.2.0", | ||
"eslint-plugin-react": "^7.10.0", | ||
"file-loader": "^1.1.11", | ||
"less": "^3.8.0", | ||
"less-loader": "^4.1.0", | ||
"postcss-loader": "^2.1.6", | ||
"cpx": "^1.5.0", | ||
"docz": "^0.10.2", | ||
"docz-plugin-css": "^0.10.2", | ||
"eslint": "^5.3.0", | ||
"eslint-plugin-react": "^7.11.1", | ||
"prop-types": "^15.6.2", | ||
"raw-loader": "^0.5.1", | ||
"react": "^16.4.1", | ||
"react-dom": "^16.4.1", | ||
"style-loader": "^0.21.0", | ||
"svg-loader": "0.0.2", | ||
"svg-url-loader": "^2.3.2", | ||
"url-loader": "^1.0.1", | ||
"webpack": "^4.16.3", | ||
"webpack-cli": "^3.1.0" | ||
"react": "^16.4.2", | ||
"react-dom": "^16.4.2" | ||
}, | ||
"peerDependencies": { | ||
"classnames": ">=2", | ||
"prop-types": ">=15", | ||
"react": ">=16" | ||
} | ||
} |
@@ -5,1 +5,4 @@ # ui | ||
To see documentation, navigate here: https://the-control-group.github.io/ui/ | ||
## Batteries not included | ||
This package does not come transpiled - the importing library is responsible for setting proper browser targets and transpilation options. |
Sorry, the diff of this file is too big to display
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
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
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
10
29
0
8
40017
3
823
1