2020-03-09 14:09:17 -04:00
|
|
|
{
|
|
|
|
"name": "react-simple-poll",
|
2021-07-01 01:06:57 -04:00
|
|
|
"version": "2.1.0",
|
2020-03-09 14:09:17 -04:00
|
|
|
"private": true,
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-03-16 08:29:22 -04:00
|
|
|
"@microsoft/sp-core-library": "1.13.1",
|
|
|
|
"@microsoft/sp-lodash-subset": "1.13.1",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.13.1",
|
|
|
|
"@microsoft/sp-property-pane": "1.13.1",
|
|
|
|
"@microsoft/sp-webpart-base": "1.13.1",
|
2020-10-17 01:12:04 -04:00
|
|
|
"@pnp/polyfill-ie11": "^2.0.1-5",
|
2020-03-09 14:09:17 -04:00
|
|
|
"@pnp/sp": "^2.0.2",
|
|
|
|
"@pnp/spfx-controls-react": "^1.16.0",
|
|
|
|
"@pnp/spfx-property-controls": "^1.16.0",
|
2022-04-10 12:56:58 -04:00
|
|
|
"moment": "^2.29.2",
|
2022-03-16 08:29:22 -04:00
|
|
|
"office-ui-fabric-react": "7.174.1",
|
|
|
|
"react": "16.13.1",
|
|
|
|
"react-dom": "16.13.1"
|
2020-03-09 14:09:17 -04:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "16.8.8"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-16 08:29:22 -04:00
|
|
|
"@microsoft/rush-stack-compiler-3.9": "0.4.47",
|
|
|
|
"@microsoft/sp-build-web": "1.13.1",
|
|
|
|
"@microsoft/sp-module-interfaces": "1.13.1",
|
|
|
|
"@microsoft/sp-tslint-rules": "1.13.1",
|
|
|
|
"@types/react": "16.9.51",
|
|
|
|
"@types/react-dom": "16.9.8",
|
|
|
|
"ajv": "~6.12.3",
|
|
|
|
"gulp": "4.0.2",
|
|
|
|
"@types/webpack-env": "1.13.1"
|
2020-03-09 14:09:17 -04:00
|
|
|
}
|
|
|
|
}
|