UNPKG

@raona/components

Version:

React components used at Raona to work with SPFx

52 lines (51 loc) 1.34 kB
{ "name": "@raona/components", "version": "1.0.93", "description": "React components used at Raona to work with SPFx", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "build:dev": "tsc --watch" }, "repository": { "type": "git", "url": "https://raonadev.visualstudio.com/Raona.SPFramework/_git/Raona.O365.SPUtils" }, "keywords": [ "React", "Components", "SPFx", "TypeScript" ], "author": "esBA263", "license": "ISC", "dependencies": { "@pnp/common": "1.3.4", "@pnp/graph": "1.3.4", "@pnp/logging": "1.3.4", "@pnp/odata": "1.3.4", "@pnp/sp": "1.3.4", "@pnp/sp-clientsvc": "1.3.4", "@pnp/sp-taxonomy": "1.3.4", "@pnp/spfx-controls-react": "^1.13.1", "@raona/icalendar-link": "^1.0.0", "@raona/sp": "0.0.158", "formik": "^1.5.4", "react": "16.3.2", "react-dom": "16.3.2", "react-icalendar-link": "^1.0.3", "react-lazy-load": "^3.0.13", "react-masonry-component": "^6.2.1", "react-quill": "^1.3.3", "react-slick": "^0.24.0", "slick-carousel": "^1.8.1", "yup": "^0.27.0" }, "devDependencies": { "@types/react": "16.7.0", "@types/react-dom": "16.8.3", "@types/yup": "^0.26.13", "typescript": "^3.4.5" } }