2019-01-27 03:27:58 -05:00
|
|
|
{
|
|
|
|
"name": "react-rssreader",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
2020-11-22 18:00:30 -05:00
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "16.8.8"
|
|
|
|
},
|
|
|
|
"main": "lib/index.js",
|
2019-01-27 03:27:58 -05:00
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-11-22 18:00:30 -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-27 03:27:58 -05:00
|
|
|
"@pnp/common": "1.2.6",
|
|
|
|
"@pnp/logging": "1.2.6",
|
2023-04-21 08:18:31 -04:00
|
|
|
"@pnp/spfx-controls-react": "^2.10.0",
|
2019-01-27 03:27:58 -05:00
|
|
|
"@pnp/spfx-property-controls": "1.12.0",
|
|
|
|
"@types/handlebars": "4.0.39",
|
|
|
|
"common-tags": "1.8.0",
|
|
|
|
"handlebars": "4.0.12",
|
2023-05-25 09:45:44 -04:00
|
|
|
"handlebars-helpers": "^0.8.4",
|
2019-01-27 03:27:58 -05:00
|
|
|
"moment": "2.22.2",
|
2020-11-22 18:00:30 -05:00
|
|
|
"office-ui-fabric-react": "6.214.0",
|
|
|
|
"react": "16.8.5",
|
|
|
|
"react-dom": "16.8.5",
|
2019-01-27 03:27:58 -05:00
|
|
|
"react-moment": "0.8.3",
|
|
|
|
"ts-md5": "1.2.4",
|
|
|
|
"xml2js": "0.4.19"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-11-22 18:00:30 -05:00
|
|
|
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
|
2023-10-10 12:25:54 -04:00
|
|
|
"@microsoft/sp-build-web": "1.18.0",
|
2020-11-22 18:00:30 -05:00
|
|
|
"@microsoft/sp-module-interfaces": "1.11.0",
|
|
|
|
"@microsoft/sp-tslint-rules": "1.11.0",
|
2023-10-10 12:25:54 -04:00
|
|
|
"@microsoft/sp-webpart-workbench": "1.12.1",
|
2019-01-27 03:27:58 -05:00
|
|
|
"@types/chai": "3.4.34",
|
2020-11-22 18:00:30 -05:00
|
|
|
"@types/es6-promise": "0.0.33",
|
2019-01-27 03:27:58 -05:00
|
|
|
"@types/mocha": "2.2.38",
|
2020-11-22 18:00:30 -05:00
|
|
|
"@types/react": "16.8.8",
|
|
|
|
"@types/react-dom": "16.8.3",
|
|
|
|
"@types/webpack-env": "1.13.1",
|
2019-01-27 03:27:58 -05:00
|
|
|
"ajv": "~5.2.2",
|
|
|
|
"gulp": "~3.9.1",
|
|
|
|
"unlazy-loader": "0.1.3",
|
|
|
|
"webpack-bundle-analyzer": "^3.0.3"
|
|
|
|
}
|
|
|
|
}
|