UNPKG

@konnorkooi/schedule-glance

Version:
71 lines (70 loc) 1.93 kB
{ "name": "@konnorkooi/schedule-glance", "version": "2.0.1", "description": "A customizable weekly schedule component", "main": "dist/index.js", "types": "dist/index.d.ts", "style": "dist/index.css", "files": [ "dist/index.js", "dist/index.css", "dist/index.d.ts" ], "scripts": { "start": "parcel demo/index.html", "build": "parcel build src/index.ts --no-source-maps --no-cache --dist-dir dist", "clean": "rm -rf dist .parcel-cache", "prepare": "npm run clean && npm run build", "prepublishOnly": "npm run build", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/konnorkooi/schedule-glance.git" }, "keywords": [ "schedule", "calendar", "react", "typescript", "component", "weekly-schedule", "calendar-component" ], "author": "Konnor Kooi <your.email@example.com>", "license": "MIT", "bugs": { "url": "https://github.com/konnorkooi/schedule-glance/issues" }, "homepage": "https://github.com/konnorkooi/schedule-glance#readme", "peerDependencies": { "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, "devDependencies": { "@babel/core": "^7.15.0", "@babel/preset-env": "^7.15.0", "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.15.0", "@parcel/packager-ts": "^2.12.0", "@parcel/transformer-sass": "^2.12.0", "@parcel/transformer-typescript-types": "^2.12.0", "@types/node": "^22.9.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.2.4", "autoprefixer": "^10.4.20", "parcel": "^2.12.0", "postcss": "^8.4.41", "process": "^0.11.10", "react": "^18.3.1", "react-dom": "^18.2.0", "sass": "^1.77.8", "typescript": "^5.1.3" }, "publishConfig": { "access": "public" }, "dependencies": { "html2canvas": "^1.4.1" } }