UNPKG

frappe-gantt

Version:

A simple, modern, interactive gantt library for the web

60 lines (59 loc) 1.56 kB
{ "name": "frappe-gantt", "version": "1.0.3", "description": "A simple, modern, interactive gantt library for the web", "main": "src/index.js", "type": "module", "scripts": { "dev": "vite", "build-dev": "vite build --watch", "build": "vite build", "lint": "eslint src/**/*.js", "prettier": "prettier --write \"{src/*,tests/*,rollup.config}.js\"", "prettier-check": "prettier --check \"{src/*,tests/*,rollup.config}.js\"" }, "repository": { "type": "git", "url": "git+https://github.com/frappe/gantt.git" }, "files": [ "src", "dist", "README.md" ], "exports": { ".": { "require": "./dist/frappe-gantt.umd.js", "import": "./dist/frappe-gantt.es.js", "style": "./dist/frappe-gantt.css" } }, "keywords": [ "gantt", "svg", "simple gantt", "project timeline", "interactive gantt", "project management" ], "author": "Faris Ansari", "license": "MIT", "bugs": { "url": "https://github.com/frappe/gantt/issues" }, "homepage": "https://github.com/frappe/gantt", "devDependencies": { "eslint": "^9.15.0", "eslint-config-prettier": "^2.9.0", "eslint-plugin-prettier": "^2.6.0", "postcss-nesting": "^12.1.2", "prettier": "3.2.5", "vite": "^5.2.10" }, "eslintIgnore": [ "dist" ], "sideEffects": [ "*.css" ] }