@gamesb42/ui-kit
Advanced tools
Comparing version 0.0.1 to 0.0.2
112
package.json
{ | ||
"name": "@gamesb42/ui-kit", | ||
"version": "0.0.1", | ||
"description": "", | ||
"main": "lib/index.js", | ||
"module": "lib/index.esm.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"storybook": "start-storybook -p 6006", | ||
"build-storybook": "build-storybook", | ||
"build": "rollup -c" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@babel/core": "^7.19.1", | ||
"@rollup/plugin-commonjs": "^22.0.2", | ||
"@rollup/plugin-node-resolve": "^14.1.0", | ||
"@storybook/addon-actions": "^6.5.12", | ||
"@storybook/addon-essentials": "^6.5.12", | ||
"@storybook/addon-interactions": "^6.5.12", | ||
"@storybook/addon-links": "^6.5.12", | ||
"@storybook/builder-webpack4": "^6.5.12", | ||
"@storybook/manager-webpack4": "^6.5.12", | ||
"@storybook/react": "^6.5.12", | ||
"@storybook/testing-library": "^0.0.13", | ||
"@types/react": "^18.0.21", | ||
"babel-loader": "^8.2.5", | ||
"postcss": "^8.4.16", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"rollup": "^2.79.1", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"rollup-plugin-typescript2": "^0.34.0", | ||
"typescript": "^4.8.3" | ||
}, | ||
"peerDependencies": { | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"dependencies": {} | ||
"name": "@gamesb42/ui-kit", | ||
"version": "0.0.2", | ||
"description": "A simple template for a custom React component library", | ||
"scripts": { | ||
"build": "node ./scripts/prebuild.js && npx @emeks/antd-custom-theme-generator ./custom-theme.less ./src/antd.css && rollup -c", | ||
"storybook": "start-storybook -p 6006", | ||
"build-storybook": "build-storybook" | ||
}, | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@babel/core": "^7.19.3", | ||
"@emotion/react": "^11.10.4", | ||
"@emotion/styled": "^11.10.4", | ||
"@gamesb42/eslint-config": "^0.0.4", | ||
"@rollup/plugin-commonjs": "^22.0.2", | ||
"@rollup/plugin-node-resolve": "^14.1.0", | ||
"@rollup/plugin-typescript": "^8.5.0", | ||
"@storybook/addon-actions": "^6.5.12", | ||
"@storybook/addon-essentials": "^6.4.22", | ||
"@storybook/addon-interactions": "^6.5.12", | ||
"@storybook/addon-links": "^6.5.12", | ||
"@storybook/builder-webpack5": "^6.5.12", | ||
"@storybook/manager-webpack5": "^6.5.12", | ||
"@storybook/preset-scss": "^1.0.3", | ||
"@storybook/react": "^6.1.21", | ||
"@storybook/testing-library": "^0.0.13", | ||
"@types/react": "^18.0.21", | ||
"@typescript-eslint/eslint-plugin": "^5.38.1", | ||
"@typescript-eslint/parser": "^5.38.1", | ||
"babel-loader": "^8.2.5", | ||
"css-loader": "^6.7.1", | ||
"eslint": "^8.24.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-cypress": "^2.12.1", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jsx-a11y": "^6.6.1", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.31.8", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"markdown-to-jsx": "^7.1.7", | ||
"postcss": "^8.4.16", | ||
"react-textarea-autosize": "^8.3.4", | ||
"rollup": "^2.79.1", | ||
"rollup-plugin-delete": "^2.0.0", | ||
"rollup-plugin-dts": "^4.2.2", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"sass": "^1.55.0", | ||
"sass-loader": "^13.0.2", | ||
"storybook-addon-customize-antd-theme": "^1.1.0", | ||
"style-loader": "^3.3.1", | ||
"stylelint": "^14.13.0", | ||
"stylelint-config-prettier-scss": "^0.0.1", | ||
"stylelint-config-sass-guidelines": "^9.0.1", | ||
"stylelint-config-standard-scss": "^5.0.0", | ||
"typescript": "^4.8.4" | ||
}, | ||
"peerDependencies": { | ||
"antd": "= 4.23.3", | ||
"classnames": ">= 2.0.0", | ||
"react": ">= 16.0.0", | ||
"react-router-dom": ">= 5.0.0" | ||
}, | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
] | ||
} |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
1177577
348
28135
1
40
4
48
3
33
1