UNPKG

react-todolist-component

Version:

A clean, customizable React TodoList component with TypeScript support and advanced modal editor

79 lines (78 loc) 2.24 kB
{ "name": "react-todolist-component", "version": "1.5.0", "type": "module", "description": "A clean, customizable React TodoList component with TypeScript support and advanced modal editor", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "rollup -c && cp src/TodoList.css dist/", "dev": "rollup -c rollup.config.dev.js -w", "test": "jest", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "prepare": "npm run build", "lint": "eslint src --ext .ts,.tsx", "lint:fix": "eslint src --ext .ts,.tsx --fix" }, "keywords": [ "react", "todolist", "todo", "component", "typescript", "ui" ], "author": "Marco Furrer", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/MarcoFurrer/todolist.git" }, "homepage": "https://github.com/MarcoFurrer/todolist#readme", "bugs": { "url": "https://github.com/MarcoFurrer/todolist/issues" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.5", "@storybook/addon-essentials": "^7.6.7", "@storybook/addon-interactions": "^7.6.7", "@storybook/addon-links": "^7.6.7", "@storybook/blocks": "^7.6.7", "@storybook/react": "^7.6.7", "@storybook/react-vite": "^7.6.7", "@storybook/testing-library": "^0.2.2", "@types/jest": "^29.5.8", "@types/react": "^18.2.38", "@types/react-dom": "^18.2.17", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "eslint": "^8.54.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.7.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^4.6.1", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-peer-deps-external": "^2.2.4", "storybook": "^7.6.7", "typescript": "^5.2.2" }, "dependencies": { "clsx": "^2.0.0", "react-cart-editor": "^1.1.0" } }