react-gantt-chart
Version:

128 lines (127 loc) • 3.87 kB
JSON
{
"name": "react-gantt-chart",
"license": "MIT",
"version": "0.3.0-rc.11",
"files": [
"library/**/*"
],
"main": "library/cjs.js",
"module": "library/esm.js",
"types": "library/index.d.ts",
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"scripts": {
"//DEFAULT": "-----------------------------------------------------------------",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"commit": "git-cz",
"lint": "eslint . --ext .ts,.tsx",
"//LIBRARY": "-----------------------------------------------------------------",
"lib:clear": "rimraf library",
"lib:build": "rollup --config rollup.config.js",
"lib:link": "npm link && npm link react-gantt-chart",
"//RELEASE": "-----------------------------------------------------------------",
"release": "standard-version",
"release:patch": "standard-version --release-as patch",
"release:minor": "standard-version --release-as minor",
"release:major": "standard-version --release-as major",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"//PUBLISH": "-----------------------------------------------------------------",
"publish:dry": "npm publish --dry-run",
"prepublishOnly": "npm test -- --watchAll=false && npm run lint && npm run lib:clear && npm run lib:build",
"//LOCAL CI": "-----------------------------------------------------------------",
"act:general_test": "act -W ./.github/workflows/general_test.yaml",
"act:node_version_test": "act -W ./.github/workflows/node_versions_test.yaml"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
"@storybook/addon-actions": "^6.4.18",
"@storybook/addon-essentials": "^6.4.18",
"@storybook/addon-links": "^6.4.18",
"@storybook/builder-webpack5": "^6.4.18",
"@storybook/manager-webpack5": "^6.4.18",
"@storybook/node-logger": "^6.4.18",
"@storybook/preset-create-react-app": "^4.0.1",
"@storybook/react": "^6.4.18",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.22",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"chromatic": "^6.5.3",
"git-cz": "^4.8.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.70.1",
"rollup-plugin-dts": "^4.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"standard-version": "^9.3.2",
"typescript": "^4.5.5",
"web-vitals": "^2.1.4",
"webpack": "^5.68.0"
},
"volta": {
"node": "16.14.2"
},
"engines": {
"node": ">=14.0.0"
},
"author": {
"name": "Nikita Galkin",
"url": "https://github.com/NikitaSmithTheOne"
},
"repository": {
"type": "git",
"url": "https://github.com/NikitaSmithTheOne/react-gantt-chart.git"
},
"keywords": [
"react",
"gantt",
"chart",
"svg",
"gantt chart",
"project management",
"interactive",
"interactive gantt"
]
}