{ "name": "roman-numerals", "version": "0.0.1", "private": true, "engines": { "node": ">=0.10.0" }, "scripts": { "build": "gulp bundle", "clean": "gulp clean", "test": "gulp test" }, "dependencies": { "@microsoft/sp-core-library": "1.8.2", "@microsoft/sp-lodash-subset": "1.8.2", "@microsoft/sp-office-ui-fabric-core": "1.8.2", "@microsoft/sp-property-pane": "1.8.2", "@microsoft/sp-webpart-base": "1.8.2", "@types/es6-promise": "0.0.33", "@types/webpack-env": "1.13.1", "office-ui-fabric-react": "6.143.0", "react": "^16.8.6", "react-dom": "^16.8.6" }, "resolutions": { "@types/react": "16.7.22" }, "devDependencies": { "@microsoft/rush-stack-compiler-2.9": "0.7.7", "@microsoft/rush-stack-compiler-3.3": "^0.2.15", "@microsoft/sp-build-web": "1.8.2", "@microsoft/sp-module-interfaces": "1.8.2", "@microsoft/sp-tslint-rules": "1.8.2", "@microsoft/sp-webpart-workbench": "1.8.2", "@types/chai": "3.4.34", "@types/mocha": "2.2.38", "@types/react": "^16.8.19", "@types/react-dom": "^16.8.4", "ajv": "~5.2.2", "gulp": "~3.9.1", "typescript": "^3.5.1" } }