75 lines
2.2 KiB
JSON
75 lines
2.2 KiB
JSON
{
|
|
"name": "gantt-task-react",
|
|
"version": "0.3.4",
|
|
"description": "Interactive Gantt Chart for React with TypeScript.",
|
|
"author": "MaTeMaTuK <maksym.vikarii@gmail.com>",
|
|
"homepage": "https://github.com/MaTeMaTuK/gantt-task-react",
|
|
"license": "MIT",
|
|
"repository": "MaTeMaTuK/gantt-task-react",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.modern.js",
|
|
"source": "src/index.tsx",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"gantt",
|
|
"typescript",
|
|
"chart",
|
|
"svg",
|
|
"gantt-chart",
|
|
"gantt chart",
|
|
"react-gantt",
|
|
"task"
|
|
],
|
|
"scripts": {
|
|
"build": "microbundle-crl --no-compress --format modern,cjs",
|
|
"start": "microbundle-crl watch --no-compress --format modern,cjs",
|
|
"prepare": "run-s build",
|
|
"test": "run-s test:unit test:lint test:build",
|
|
"test:build": "run-s build",
|
|
"test:lint": "eslint --ext .tsx src/**/*",
|
|
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
|
|
"test:watch": "react-scripts test --env=jsdom",
|
|
"predeploy": "cd example && npm install && npm run build",
|
|
"deploy": "gh-pages -d example/build"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.12.0",
|
|
"@testing-library/react": "^11.2.6",
|
|
"@testing-library/user-event": "^13.1.8",
|
|
"@types/jest": "^26.0.23",
|
|
"@types/node": "^15.0.1",
|
|
"@types/react": "^17.0.4",
|
|
"@types/react-dom": "^17.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
|
"@typescript-eslint/parser": "^4.22.0",
|
|
"babel-eslint": "^10.0.3",
|
|
"cross-env": "^7.0.3",
|
|
"eslint-config-prettier": "^6.15.0",
|
|
"eslint-config-standard": "^14.1.0",
|
|
"eslint-config-standard-react": "^9.2.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-node": "^11.0.0",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"eslint-plugin-promise": "^4.3.1",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"eslint-plugin-standard": "^4.1.0",
|
|
"gh-pages": "^3.1.0",
|
|
"microbundle-crl": "^0.13.11",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.2.1",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0",
|
|
"react-scripts": "^4.0.3",
|
|
"typescript": "^3.9.9"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|