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

54 lines
1.4 KiB
JSON
Raw Normal View History

{
2020-07-02 21:21:37 -04:00
"main": "lib/index.js",
"name": "react-chartcontrol",
2021-02-25 02:03:13 -05:00
"version": "1.4.0",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test"
},
"dependencies": {
2020-12-04 11:07:19 -05:00
"@fluentui/react": "^7.153.4",
2020-12-04 09:47:35 -05:00
"@microsoft/sp-core-library": "1.11.0",
"@microsoft/sp-lodash-subset": "1.11.0",
"@microsoft/sp-office-ui-fabric-core": "1.11.0",
"@microsoft/sp-property-pane": "1.11.0",
"@microsoft/sp-webpart-base": "1.11.0",
"@pnp/common": "^1.2.8",
"@pnp/logging": "^1.2.8",
"@pnp/odata": "^1.2.8",
"@pnp/sp": "^1.2.8",
2021-02-24 07:48:59 -05:00
"@pnp/spfx-controls-react": "2.4.0",
"@pnp/spfx-property-controls": "2.3.0",
2020-12-13 02:13:04 -05:00
"chartjs-plugin-streaming": "^1.8.0",
"color": "^3.1.3",
2021-02-24 07:48:59 -05:00
"lodash": "^4.17.21",
"moment": "^2.29.2",
"patternomaly": "^1.3.2",
2020-07-02 21:21:37 -04:00
"react": "16.8.5",
"react-dom": "16.8.5"
},
"resolutions": {
2020-07-02 21:21:37 -04:00
"@types/react": "16.8.8"
},
"devDependencies": {
2020-07-02 21:21:37 -04:00
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
2020-12-04 09:47:35 -05:00
"@microsoft/sp-build-web": "1.11.0",
"@microsoft/sp-module-interfaces": "1.11.0",
"@microsoft/sp-tslint-rules": "1.11.0",
"@microsoft/sp-webpart-workbench": "1.11.0",
"@types/chai": "3.4.34",
2020-12-04 09:47:35 -05:00
"@types/es6-promise": "0.0.33",
"@types/mocha": "2.2.38",
2020-12-04 09:47:35 -05:00
"@types/react": "16.8.8",
"@types/react-dom": "16.8.3",
"@types/webpack-env": "1.13.1",
2020-07-02 21:21:37 -04:00
"ajv": "~5.2.2",
"gulp": "~3.9.1"
}
}