mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-19 11:26:13 +00:00
83 lines
2.4 KiB
JSON
83 lines
2.4 KiB
JSON
{
|
|
"name": "react-calendar",
|
|
"main": "lib/index.js",
|
|
"version": "1.0.12",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=16.20.2 <17.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"preversion": "node ./tools/pre-version.js",
|
|
"postversion": "gulp dist",
|
|
"test": "./node_modules/.bin/jest --config ./config/jest.config.json",
|
|
"test:watch": "./node_modules/.bin/jest --config ./config/jest.config.json --watchAll"
|
|
},
|
|
"dependencies": {
|
|
"@fluentui/react": "8.85.1",
|
|
"@microsoft/sp-adaptive-card-extension-base": "1.16.1",
|
|
"@microsoft/sp-core-library": "1.16.1",
|
|
"@microsoft/sp-lodash-subset": "1.16.1",
|
|
"@microsoft/sp-office-ui-fabric-core": "1.16.1",
|
|
"@microsoft/sp-property-pane": "1.16.1",
|
|
"@microsoft/sp-webpart-base": "1.16.1",
|
|
"@pnp/graph": "2.11.0",
|
|
"@pnp/sp": "2.11.0",
|
|
"@pnp/spfx-controls-react": "3.12.0",
|
|
"@pnp/spfx-property-controls": "3.12.0",
|
|
"jquery": "3.7.1",
|
|
"office-ui-fabric-react": "7.199.1",
|
|
"@uifabric/fluent-theme": "^0.16.7",
|
|
"react": "17.0.1",
|
|
"react-big-calendar": "1.13.0",
|
|
"react-dom": "17.0.1",
|
|
"react-select": "5.2.2",
|
|
"string-format": "2.0.0",
|
|
"tslib": "2.3.1",
|
|
"underscore": "^1.13.6",
|
|
"draft-js": "^0.10.5",
|
|
"draftjs-to-html": "^0.8.4",
|
|
"react-draft-wysiwyg": "1.15.0",
|
|
"globalize": "^1.4.2",
|
|
"immutable": "4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/eslint-plugin-spfx": "1.16.1",
|
|
"@microsoft/rush-stack-compiler-4.5": "0.2.2",
|
|
"@microsoft/sp-build-web": "1.16.1",
|
|
"@microsoft/sp-module-interfaces": "1.16.1",
|
|
"@microsoft/sp-webpart-base": "1.16.1",
|
|
"@pnp/graph-commonjs": "2.11.0",
|
|
"@pnp/sp-commonjs": "2.11.0",
|
|
"@rushstack/eslint-config": "2.5.1",
|
|
"@testing-library/jest-dom": "5.16.2",
|
|
"@testing-library/react": "12.1.2",
|
|
"@types/jest": "26.0.4",
|
|
"@types/react": "17.0.45",
|
|
"@types/react-big-calendar": "1.8.9",
|
|
"@types/react-dom": "17.0.17",
|
|
"@types/string-format": "2.0.0",
|
|
"@types/underscore": "^1.11.4",
|
|
"@types/webpack-env": "1.15.2",
|
|
"@types/xml2js": "0.4.14",
|
|
"ajv": "6.12.5",
|
|
"eslint": "8.7.0",
|
|
"eslint-plugin-react-hooks": "4.3.0",
|
|
"gulp": "4.0.2",
|
|
"gulp-sequence": "1.0.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"typescript": "4.5.5",
|
|
"webpack-bundle-analyzer": "^3.1.0"
|
|
},
|
|
"solution": {
|
|
"developer": {
|
|
"name": "",
|
|
"privacyUrl": "",
|
|
"termsOfUseUrl": "",
|
|
"websiteUrl": "",
|
|
"mpnId": ""
|
|
}
|
|
}
|
|
}
|