UNPKG

sp-app-react

Version:

React based Controls and Utilities for building applications in SharePoint

61 lines (60 loc) 1.62 kB
{ "name": "sp-app-react", "version": "2.2.0", "description": "React based Controls and Utilities for building applications in SharePoint", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "version": "git add -A src", "postversion": "git push && git push --tags" }, "files": [ "lib/**/*" ], "devDependencies": { "@fluentui/react": "^8.14.5", "@pnp/common": "^1.3.11", "@pnp/logging": "^1.3.11", "@pnp/odata": "^1.3.11", "@pnp/polyfill-ie11": "^2.0.2", "@pnp/sp": "^1.3.11", "@types/core-js": "^2.5.4", "@types/react": "^16.14.6", "@types/react-dom": "^16.9.12", "@uifabric/styling": "^7.19.0", "react": "^17.0.2", "react-dom": "^17.0.2", "typescript": "^4.3.3" }, "dependencies": { "@types/radium": "^0.24.3", "@types/yup": "^0.29.13", "@uifabric/react-hooks": "^7.14.0", "formik": "^2.2.6", "radium": "^0.26.1", "yup": "^0.32.9" }, "peerDependencies": { "@fluentui/react": ">8.14.0 < 9.0.0", "react": ">17.0.0 <18.0.0", "react-dom": ">17.0.0 <18.0.0", "typescript": "^4.3.3", "@pnp/common": "^1.3.11", "@pnp/logging": "^1.3.11", "@pnp/odata": "^1.3.11", "@pnp/polyfill-ie11": "^2.0.2", "@pnp/sp": "^1.3.11" }, "keywords": [ "SharePoint", "Formik", "React", "FluentUI" ], "author": "Jacob Pettis", "license": "ISC" }