react-skillbars
Version:
React NPM library containing skill bars with full color customizations and responsive layout.
150 lines (149 loc) • 3.94 kB
JSON
{
"name": "react-skillbars",
"version": "2.2.0",
"description": "React NPM library containing skill bars with full color customizations and responsive layout.",
"main": "dist/ejs/index.js",
"types": "dist/types/index.d.ts",
"module": "dist/esm/index.js",
"source": "src/index.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/crisboarna/react-skillbars.git"
},
"author": "Cristian Boarna <contact@crisboarna.com>",
"bugs": {
"url": "https://github.com/crisboarna/react-skillbars/issues"
},
"homepage": "https://crisboarna.github.io/crisboarna/react-skillbars/",
"scripts": {
"lint": "eslint '*/**/*.{js,ts,tsx}' --max-warnings 0",
"test": "jest --coverage",
"build": "rollup -c",
"postbuild": "cd ../../ && cp README.md LICENSE.md CONTRIBUTING.md packages/react-skillbars",
"release": "semantic-release"
},
"dependencies": {},
"devDependencies": {
"@nx/jest": "17.1.3",
"@nx/react": "17.1.3",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-typescript": "^8.3.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.4",
"@shopify/jest-dom-mocks": "^3.0.16",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.10",
"@types/node": "^18.19.2",
"@types/react": "^18.2.42",
"@types/react-test-renderer": "^18.0.7",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"babel-jest": "^29.7.0",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.71.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^22.0.9",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2"
},
"peerDependencies": {
"react": ">=16.8 >=17 >=18",
"react-dom": ">=16.8 >=17 >=18"
},
"files": [
"dist",
"README.md",
"CONTRIBUTING.md",
"CHANGELOG.md",
"LICENSE.md",
"package.json"
],
"keywords": [
"ReactJs",
"skill bars",
"bars",
"progress bars",
"percentage bars",
"percentage"
],
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/npm",
{
"tarballDir": "dist"
}
],
[
"@semantic-release/git",
{
"assets": [
"package.json",
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]"
}
],
[
"@semantic-release/github",
{
"assets": "dist/*.tgz"
}
]
],
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"master",
"next",
"next-major",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
]
}
}