UNPKG

planning-day

Version:

TypeScript Playground plugin for planning an agile sprint or iteration by combining static type verification of configuration with a React Gantt chart visualization.

68 lines (67 loc) 2.26 kB
{ "private": false, "name": "planning-day", "description": "TypeScript Playground plugin for planning an agile sprint or iteration by combining static type verification of configuration with a React Gantt chart visualization.", "version": "0.4.0", "repository": "https://github.com/JSuder-xx/planning-day.git", "author": "John Suder", "license": "MIT", "scripts": { "start": "npm run watch", "watch": "cross-env NODE_ENV=development rollup -c -w", "lint": "eslint . --ext .ts,.tsx", "build": "cross-env NODE_ENV=production rollup -c" }, "keywords": [ "playground-plugin" ], "dependencies": { "goober": "^1.7.1", "react": "^16.13.0", "react-dnd": "^11.1.3", "react-dnd-html5-backend": "^11.1.3", "react-fast-compare": "^3.2.0", "react-resize-aware": "^3.0.0" }, "devDependencies": { "@babel/core": "^7.8.6", "@babel/preset-env": "^7.8.6", "@babel/preset-react": "^7.8.3", "@babel/preset-typescript": "^7.8.3", "@rollup/plugin-commonjs": "^15.1.0", "@rollup/plugin-image": "^2.0.4", "@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-replace": "^2.3.1", "@types/node": "^13.7.7", "@types/react": "^16.9.23", "@typescript-eslint/eslint-plugin": "2.x", "@typescript-eslint/parser": "2.x", "babel-eslint": "10.x", "chalk": "^3.0.0", "cross-env": "^7.0.1", "eslint": "6.x", "eslint-config-react-app": "^5.2.0", "eslint-plugin-flowtype": "4.x", "eslint-plugin-import": "2.x", "eslint-plugin-jsx-a11y": "6.x", "eslint-plugin-react": "7.x", "eslint-plugin-react-hooks": "2.x", "get-chrome-tabs": "^1.0.0", "monaco-editor": "^0.20.0", "open-cli": "^5.0.0", "rollup": "^1.32.0", "rollup-plugin-analyzer": "^3.2.2", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-css-only": "^2.0.0", "rollup-plugin-eslint": "^7.0.0", "rollup-plugin-execute": "^1.1.1", "rollup-plugin-external-globals": "^0.5.0", "rollup-plugin-filesize": "^6.2.1", "rollup-plugin-ignore": "^1.0.5", "rollup-plugin-postcss": "^2.1.1", "rollup-plugin-progress": "^1.1.1", "rollup-plugin-serve": "^1.0.1", "rollup-plugin-terser": "^5.2.0", "typescript": "^3.9.7" } }