@leftfield-solutions/sharebase
Version:
Sharebase is a SharePoint Framework (SPFx) web part that provides a set of components to help you build SharePoint pages.
54 lines (53 loc) • 1.6 kB
JSON
{
"name": "@leftfield-solutions/sharebase",
"version": "0.0.16",
"description": "Sharebase is a SharePoint Framework (SPFx) web part that provides a set of components to help you build SharePoint pages.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"keywords": [
"Sharepoint",
"Sharepoint Framework (SPFx)",
"FluentUI v9",
"PnP"
],
"author": "Matt Schauer",
"license": "ISC",
"dependencies": {
"@types/react": ">=17.0.70",
"@types/react-dom": ">=17.0.17"
},
"peerDependencies": {
"primeflex": ">=3.3.1",
"@fluentui/react-components": ">=9.58.2",
"@fluentui/react-icons": ">=2.0.274",
"@fluentui/react-migration-v8-v9": ">=9.6.48",
"@microsoft/sp-application-base": ">=1.19.0",
"@microsoft/sp-webpart-base": ">=1.19.0",
"@pnp/core": ">=4.7.0",
"@pnp/graph": ">=4.7.0",
"@pnp/odata": ">=2.15.0",
"@pnp/queryable": ">=4.7.0",
"@pnp/sp": ">=4.7.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"uuid": ">=11.0.3"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@rollup/plugin-babel": "^6.0.4",
"babel-loader": "^9.2.1",
"rollup": "^2.79.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0"
}
}