56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
|
{
|
||
|
"name": "react-questions-and-answers",
|
||
|
"version": "1.0.0",
|
||
|
"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": {
|
||
|
"@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-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",
|
||
|
"@types/es6-promise": "3.3.0",
|
||
|
"@types/react-dom": "16.9.8",
|
||
|
"@types/webpack-env": "1.15.2",
|
||
|
"classnames": "^2.2.6",
|
||
|
"immutable": "^4.0.0-rc.12",
|
||
|
"primeicons": "4.0.0",
|
||
|
"primereact": "4.2.1",
|
||
|
"quill": "1.3.7",
|
||
|
"react": "16.8.5",
|
||
|
"react-dom": "16.8.5",
|
||
|
"react-redux": "7.2.1",
|
||
|
"redux": "4.0.5",
|
||
|
"redux-logger": "3.0.6",
|
||
|
"redux-thunk": "2.3.0"
|
||
|
},
|
||
|
"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",
|
||
|
"gulp": "^3.9.1",
|
||
|
"run-sequence": "^2.2.1"
|
||
|
}
|
||
|
}
|