2019-01-22 09:08:28 -05:00
|
|
|
{
|
2020-07-02 21:21:37 -04:00
|
|
|
"main": "lib/index.js",
|
2019-01-22 09:08:28 -05:00
|
|
|
"name": "react-chartcontrol",
|
2021-02-25 02:03:13 -05:00
|
|
|
"version": "1.4.0",
|
2019-01-22 09:08:28 -05:00
|
|
|
"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",
|
2019-01-22 09:08:28 -05:00
|
|
|
"@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",
|
2022-04-10 12:56:50 -04:00
|
|
|
"moment": "^2.29.2",
|
2019-01-22 09:08:28 -05:00
|
|
|
"patternomaly": "^1.3.2",
|
2020-07-02 21:21:37 -04:00
|
|
|
"react": "16.8.5",
|
|
|
|
"react-dom": "16.8.5"
|
2019-01-22 09:08:28 -05:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2020-07-02 21:21:37 -04:00
|
|
|
"@types/react": "16.8.8"
|
2019-01-22 09:08:28 -05:00
|
|
|
},
|
|
|
|
"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",
|
2019-01-22 09:08:28 -05:00
|
|
|
"@types/chai": "3.4.34",
|
2020-12-04 09:47:35 -05:00
|
|
|
"@types/es6-promise": "0.0.33",
|
2019-01-22 09:08:28 -05:00
|
|
|
"@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"
|
2019-01-22 09:08:28 -05:00
|
|
|
}
|
|
|
|
}
|