2020-09-20 12:12:43 -04:00
|
|
|
{
|
|
|
|
"name": "react-questions-and-answers",
|
2021-03-24 17:05:12 -04:00
|
|
|
"version": "2.0.0",
|
2020-09-20 12:12:43 -04:00
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test",
|
|
|
|
"package-dev": "gulp package",
|
|
|
|
"package-prod": "gulp package --ship"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-03-24 17:05:12 -04:00
|
|
|
"@fluentui/theme": "^1.3.0",
|
|
|
|
"@microsoft/decorators": "1.11.0",
|
|
|
|
"@microsoft/sp-application-base": "1.11.0",
|
2020-09-20 12:12:43 -04:00
|
|
|
"@microsoft/sp-core-library": "1.11.0",
|
2021-03-24 17:05:12 -04:00
|
|
|
"@microsoft/sp-lodash-subset": "^1.11.0",
|
2020-09-20 12:12:43 -04:00
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.11.0",
|
|
|
|
"@microsoft/sp-webpart-base": "1.11.0",
|
|
|
|
"@pnp/common": "2.0.10",
|
|
|
|
"@pnp/graph": "2.0.10",
|
|
|
|
"@pnp/logging": "2.0.10",
|
|
|
|
"@pnp/odata": "2.0.10",
|
|
|
|
"@pnp/polyfill-ie11": "2.0.2",
|
|
|
|
"@pnp/sp": "2.0.10",
|
|
|
|
"@pnp/spfx-controls-react": "1.20.0",
|
2021-03-24 17:05:12 -04:00
|
|
|
"@tinymce/tinymce-react": "^3.7.0",
|
2020-09-20 12:12:43 -04:00
|
|
|
"@types/es6-promise": "3.3.0",
|
|
|
|
"@types/react-dom": "16.9.8",
|
|
|
|
"@types/webpack-env": "1.15.2",
|
2021-03-24 17:05:12 -04:00
|
|
|
"@uifabric/example-data": "^7.1.5",
|
2020-09-20 12:12:43 -04:00
|
|
|
"classnames": "^2.2.6",
|
|
|
|
"immutable": "^4.0.0-rc.12",
|
2021-03-24 17:05:12 -04:00
|
|
|
"moment": "^2.29.1",
|
|
|
|
"office-ui-fabric-react": "^7.145.0",
|
2020-09-20 12:12:43 -04:00
|
|
|
"react": "16.8.5",
|
|
|
|
"react-dom": "16.8.5",
|
|
|
|
"react-redux": "7.2.1",
|
|
|
|
"redux": "4.0.5",
|
|
|
|
"redux-logger": "3.0.6",
|
2021-03-24 17:05:12 -04:00
|
|
|
"redux-thunk": "2.3.0",
|
|
|
|
"tinymce": "^5.5.1"
|
2020-09-20 12:12:43 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@microsoft/rush-stack-compiler-3.3": "0.9.14",
|
|
|
|
"@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": "4.2.12",
|
|
|
|
"@types/mocha": "8.0.3",
|
|
|
|
"@types/react": "16.9.49",
|
|
|
|
"ajv": "6.12.4",
|
2021-03-24 17:05:12 -04:00
|
|
|
"css-loader": "^5.1.3",
|
2020-09-20 12:12:43 -04:00
|
|
|
"gulp": "^3.9.1",
|
2021-03-24 17:05:12 -04:00
|
|
|
"run-sequence": "^2.2.1",
|
|
|
|
"style-loader": "^2.0.0"
|
2020-09-20 12:12:43 -04:00
|
|
|
}
|
|
|
|
}
|