2017-03-13 06:35:20 -04:00
|
|
|
{
|
|
|
|
"name": "modern-charts",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
2020-02-07 20:28:30 -05:00
|
|
|
"main": "lib/index.js",
|
2017-03-13 06:35:20 -04:00
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-02-07 20:28:30 -05:00
|
|
|
"@microsoft/sp-core-library": "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",
|
2017-03-13 06:35:20 -04:00
|
|
|
"@types/chart.js": "0.0.14",
|
2020-02-07 20:28:30 -05:00
|
|
|
"@types/es6-promise": "0.0.33",
|
|
|
|
"@types/react": "16.8.8",
|
|
|
|
"@types/react-dom": "16.8.3",
|
|
|
|
"@types/webpack-env": "1.13.1",
|
|
|
|
"chart.js": "^2.9.3",
|
2017-03-13 06:35:20 -04:00
|
|
|
"color-scheme": "0.0.5",
|
2020-02-07 20:28:30 -05:00
|
|
|
"office-ui-fabric-react": "6.189.2",
|
|
|
|
"react": "16.8.5",
|
2017-03-13 06:35:20 -04:00
|
|
|
"react-chartjs-2": "^2.0.5",
|
2020-02-07 20:28:30 -05:00
|
|
|
"react-dom": "16.8.5"
|
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "16.8.8"
|
2017-03-13 06:35:20 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-02-07 20:28:30 -05: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",
|
|
|
|
"ajv": "5.2.2",
|
2017-03-13 06:35:20 -04:00
|
|
|
"gulp": "~3.9.1",
|
2020-02-07 20:28:30 -05:00
|
|
|
"tslint-microsoft-contrib": "5.0.0"
|
2017-03-13 06:35:20 -04:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
}
|
|
|
|
}
|