85 lines
2.9 KiB
JSON
85 lines
2.9 KiB
JSON
{
|
|
"name": "rhythm-of-business-calendar",
|
|
"version": "1.0.0",
|
|
"main": "lib/index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"deploy": "gulp deploy",
|
|
"package": "gulp package",
|
|
"test": "./node_modules/.bin/jest"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "~16.9.51"
|
|
},
|
|
"dependencies": {
|
|
"@fluentui/react": "^8.77.2",
|
|
"@fluentui/react-hooks": "^8.6.0",
|
|
"@fluentui/react-icons-mdl2": "^1.3.11",
|
|
"@microsoft/sp-component-base": "^1.15.2",
|
|
"@microsoft/sp-core-library": "^1.15.2",
|
|
"@microsoft/sp-http": "^1.15.2",
|
|
"@microsoft/sp-list-subscription": "^1.15.2",
|
|
"@microsoft/sp-loader": "^1.15.2",
|
|
"@microsoft/sp-property-pane": "1.15.2",
|
|
"@microsoft/sp-webpart-base": "1.15.2",
|
|
"@pnp/common": "^2.13.0",
|
|
"@pnp/graph": "^2.13.0",
|
|
"@pnp/logging": "^2.13.0",
|
|
"@pnp/odata": "^2.13.0",
|
|
"@pnp/sp": "^2.13.0",
|
|
"compressed-json": "^1.0.16",
|
|
"he": "^1.2.0",
|
|
"hoist-non-react-statics": "^3.3.0",
|
|
"lodash": "^4.17.21",
|
|
"moment-timezone": "^0.5.34",
|
|
"office-ui-fabric-react": "7.185.7",
|
|
"react": "~16.13.1",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-dom": "~16.13.1",
|
|
"react-router-dom": "^6.3.0",
|
|
"sanitize-html": "^2.12.1",
|
|
"swiped-events": "^1.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/eslint-config-spfx": "^1.15.2",
|
|
"@microsoft/eslint-plugin-spfx": "^1.15.2",
|
|
"@microsoft/gulp-core-build": "3.17.19",
|
|
"@microsoft/rush-stack-compiler-4.5": "0.2.2",
|
|
"@microsoft/sp-build-core-tasks": "^1.20.1",
|
|
"@microsoft/sp-build-web": "^1.20.1",
|
|
"@microsoft/sp-module-interfaces": "^1.15.2",
|
|
"@rushstack/eslint-config": "2.5.1",
|
|
"@testing-library/jest-dom": "^5.14.1",
|
|
"@testing-library/react": "^11.2.7",
|
|
"@types/he": "^1.1.2",
|
|
"@types/hoist-non-react-statics": "^3.3.1",
|
|
"@types/jest": "^26.0.24",
|
|
"@types/react": "~16.9.51",
|
|
"@types/react-beautiful-dnd": "^13.1.2",
|
|
"@types/react-dom": "~16.9.8",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/react-test-renderer": "~16.9.5",
|
|
"@types/sanitize-html": "^2.3.2",
|
|
"@types/sharepoint": "^2016.1.10",
|
|
"@types/webpack-env": "^1.16.2",
|
|
"acorn": "^8.4.1",
|
|
"ajv": "^8.6.1",
|
|
"enhanced-resolve": "^5.8.2",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-zip": "^5.1.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^26.6.3",
|
|
"json5": "^2.2.2",
|
|
"raf": "^3.4.1",
|
|
"react-test-renderer": "~16.13.1",
|
|
"stateful-process-command-proxy": "^1.0.1",
|
|
"ts-jest": "^26.5.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.15.1"
|
|
}
|
|
}
|