sp-dev-fx-webparts/samples/react-calendar/package.json

80 lines
2.5 KiB
JSON
Raw Normal View History

{
"name": "react-calendar",
2020-06-09 17:08:34 -04:00
"main": "lib/index.js",
"version": "1.0.2",
"private": true,
"engines": {
"node": ">=0.10.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": {
2020-06-09 17:08:34 -04:00
"@microsoft/sp-core-library": "1.10.0",
"@microsoft/sp-lodash-subset": "1.10.0",
"@microsoft/sp-office-ui-fabric-core": "1.10.0",
"@microsoft/sp-property-pane": "1.10.0",
"@microsoft/sp-webpart-base": "1.10.0",
"@pnp/pnpjs": "^1.3.0",
"@pnp/spfx-controls-react": "1.12.0",
"@pnp/spfx-property-controls": "1.14.1",
"@types/draft-js": "^0.10.30",
"@types/es6-promise": "0.0.33",
"@types/globalize": "0.0.34",
"@types/jquery": "^3.3.29",
2020-06-09 17:08:34 -04:00
"@types/react": "16.8.8",
"@types/react-big-calendar": "^0.20.13",
2020-06-09 17:08:34 -04:00
"@types/react-dom": "16.8.3",
"@types/webpack-env": "1.13.1",
2019-06-11 12:10:09 -04:00
"@uifabric/fluent-theme": "^0.16.7",
2020-06-09 17:08:34 -04:00
"browserslist": "^4.12.0",
"caniuse-lite": "^1.0.30001079",
"draft-js": "^0.10.5",
"draftjs-to-html": "^0.8.4",
"globalize": "^1.4.2",
"immutable": "^4.0.0-rc.12",
"jquery": "^3.3.1",
"moment": "^2.24.0",
2020-06-09 17:08:34 -04:00
"office-ui-fabric-react": "6.189.2",
"react": "16.8.5",
"react-big-calendar": "^0.20.4",
2020-06-09 17:08:34 -04:00
"react-dom": "16.8.5",
"react-draft-wysiwyg": "^1.13.2",
2019-06-11 12:10:09 -04:00
"spfx-uifabric-themes": "^0.6.0",
"string-format": "^2.0.0",
2019-06-11 12:10:09 -04:00
"typescript": "^3.2.4",
"xml2js": "^0.4.19"
},
"resolutions": {
2019-06-11 12:10:09 -04:00
"@types/react": "16.7.22"
},
"devDependencies": {
2019-06-11 12:10:09 -04:00
"@microsoft/rush-stack-compiler-2.9": "0.7.7",
"@microsoft/rush-stack-compiler-3.2": "0.3.17",
2020-06-09 17:08:34 -04:00
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
"@microsoft/sp-build-web": "1.10.0",
"@microsoft/sp-module-interfaces": "1.10.0",
"@microsoft/sp-tslint-rules": "1.10.0",
"@microsoft/sp-webpart-workbench": "1.10.0",
"@types/chai": "3.4.34",
"@types/mocha": "2.2.38",
2019-06-11 12:10:09 -04:00
"@types/xml2js": "^0.4.4",
"@voitanos/jest-preset-spfx-react16": "^1.1.0",
"ajv": "~5.2.2",
"gulp": "~3.9.1",
"gulp-sequence": "1.0.0",
"gulp-stylelint": "^8.0.0",
"jest": "^23.6.0",
"karma-junit-reporter": "^1.2.0",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.5.4",
"webpack-bundle-analyzer": "^3.1.0"
}
}