UNPKG

@excentone/spfx-react

Version:

Contains custom ReactJs components and hooks intended to use when developing SharePoint Framework (SPFx) Web components.

106 lines (105 loc) 3.38 kB
{ "name": "@excentone/spfx-react", "version": "1.0.0-alpha.1", "description": "Contains custom ReactJs components and hooks intended to use when developing SharePoint Framework (SPFx) Web components.", "main": "lib/index.js", "module": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "package.json" ], "scripts": { "lint": "gulp lint", "clean": "gulp clean", "build": "gulp build", "rebuild": "gulp rebuild", "prepublishOnly": "gulp rebuild" }, "repository": { "type": "git", "url": "git+https://gitlab.com/excentone/internal/libraries/js/spfx/sp-react.git" }, "keywords": [ "excent-one", "internal", "sharepoint", "spfx", "react" ], "author": { "name": "Benedict Semilla", "email": "benedict.semilla@excentone.com" }, "license": "ISC", "bugs": { "url": "https://gitlab.com/excentone/internal/libraries/js/spfx/sp-react/issues" }, "homepage": "https://gitlab.com/excentone/internal/libraries/js/spfx/sp-react#readme", "devDependencies": { "@excentone/spfx-core-lib": "^1.0.0-alpha.1", "@excentone/spfx-utilities": "^0.1.0-alpha.23", "@excentone/spfx-value-types": "^0.1.0-alpha.7", "@fluentui/react": "^7.204.0", "@fluentui/react-hooks": "^8.6.29", "@microsoft/gulp-core-build": "^3.18.0", "@microsoft/gulp-core-build-sass": "^4.17.0", "@microsoft/gulp-core-build-webpack": "^5.3.0", "@microsoft/sp-component-base": "~1.11.0", "@microsoft/sp-core-library": "~1.11.0", "@microsoft/sp-lodash-subset": "~1.11.0", "@pnp/sp": "2.9.0", "@pnp/spfx-controls-react": "2.9.0", "@types/gulp": "4.0.13", "@types/gulp-sass": "^4.0.0", "@types/luxon": "^3.3.0", "@types/node": "^20.3.3", "@types/node-sass": "^4.11.3", "@types/react": "^16.8.25", "@types/react-dom": "^16.8.5", "@typescript-eslint/eslint-plugin": "5.61.0", "@typescript-eslint/parser": "5.61.0", "@uifabric/file-type-icons": "^7.6.29", "change-case": "^4.1.2", "classnames": "^2.3.2", "css-loader": "^5.1.3", "del": "6.0.0", "eslint": "7.32.0", "eslint-config-prettier": "8.8.0", "gulp": "4.0.2", "gulp-eslint7": "0.3.2", "gulp-sass": "^4.1.1", "gulp-sourcemaps": "3.0.0", "gulp-typescript": "4.0.0", "luxon": "^3.3.0", "merge2": "1.4.1", "node-sass": "^5.0.0", "prettier": "2.8.8", "react": "^16.8.5", "react-dom": "^16.8.5", "sass": "^1.63.6", "ts-node": "10.9.1", "typescript": "4.8.4", "uglifyjs-webpack-plugin": "^2.2.0" }, "peerDependencies": { "@excentone/spfx-core-lib": ">=0.1.0 <1.0.0", "@excentone/spfx-utilities": ">=0.1.0 <1.0.0", "@excentone/spfx-value-types": ">=0.1.0 <1.0.0", "@fluentui/react": "^7.204.0", "@fluentui/react-hooks": "^8.6.29", "@microsoft/sp-component-base": "~1.11.x", "@microsoft/sp-core-library": "~1.11.x", "@microsoft/sp-lodash-subset": "~1.11.0", "@pnp/sp": "~2.9.x", "@pnp/spfx-controls-react": "~2.9.x", "change-case": "^4.x.x", "luxon": "^3.3.0", "react": "^16.x.x", "react-dom": "^16.x.x" }, "overrides": { "@excentone/spfx-utilities": "0.1.0-alpha.23", "@excentone/spfx-value-types": "0.1.0-alpha.7" } }