codn
Version:
Sustainable and lightweight react components based on the greenCSS style guide. SSR ready.
99 lines (98 loc) ⢠3.29 kB
JSON
{
"name": "codn",
"version": "7.0.15",
"description": "Sustainable and lightweight react components based on the greenCSS style guide. SSR ready.",
"main": "dist/index.js",
"module": "dist/index.es.js",
"scripts": {
"prettier:check": "prettier --check .",
"prettier:format": "prettier --write .",
"purgecss": "purgecss --config ./purgecss.config.js echo \n\n\nšļø Purge successful. šļø",
"success-message": "echo š Everything is awesome. š...š„ļø Auto checking completed, ready to deploy.š„ļø...āļø Run: git push āļø \n\n\n\n",
"pre-commit": "git pull origin && npm run test:badges && npm run prettier:format && npm run prettier:check && npm run purgecss && npm run build && git add -A . && npm run success-message",
"storybook": "start-storybook -p 6006",
"build": "rollup -c",
"build:storybook": "build-storybook",
"prepare": "husky install",
"test": "react-scripts test --setupFiles",
"test:coverage": "npm test -- --coverage --ci --watchAll=false --collectCoverageFrom=src/**/*.js --collectCoverageFrom=!src/**/*.stories.js --collectCoverageFrom=!src/components/Captcha/*.js",
"test:badges": "npm run test:coverage && jest-coverage-badges --output '../../images/badges"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Se-Gl/codn.git"
},
"keywords": [
"ssr",
"react",
"next.js",
"javascript-library",
"react-components",
"react-component",
"sustainability",
"green",
"green-software",
"green-library",
"modal",
"pop-up",
"input",
"textarea",
"accordion",
"collapse",
"toast",
"component",
"components",
"web-component"
],
"author": "SeGl",
"license": "MIT",
"bugs": {
"url": "https://github.com/Se-Gl/codn/issues"
},
"homepage": "https://github.com/Se-Gl/codn#readme",
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@rollup/plugin-node-resolve": "^13.3.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/builder-webpack4": "^6.5.9",
"@storybook/manager-webpack4": "^6.5.9",
"@storybook/react": "^6.1.21",
"@storybook/testing-library": "^0.0.13",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"babel-loader": "^8.2.5",
"greencss": "^1.2.1",
"husky": "^8.0.1",
"jest-coverage-badges": "^1.1.2",
"prettier": "^2.7.1",
"purgecss": "^4.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"rollup": "^2.77.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^19.0.3"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"jest": {
"coverageReporters": [
"json-summary",
"text",
"lcov"
]
}
}