sp-dev-fx-webparts/samples/react-pagecontributors/package.json

41 lines
1.0 KiB
JSON
Raw Normal View History

2017-08-07 09:56:43 -04:00
{
"name": "react-pagecontributors",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
2021-05-21 20:23:15 -04:00
"@microsoft/sp-core-library": "1.12.1",
"@microsoft/sp-property-pane": "1.12.1",
"@microsoft/sp-webpart-base": "1.12.1",
"office-ui-fabric-react": "7.156.0",
"react": "16.9.0",
"react-dom": "16.9.0",
2017-08-07 09:56:43 -04:00
"sp-pnp-js": "^2.0.7"
},
"devDependencies": {
2021-05-21 20:23:15 -04:00
"@microsoft/rush-stack-compiler-3.7": "0.2.3",
"@microsoft/sp-build-web": "1.12.1",
"@microsoft/sp-module-interfaces": "1.12.1",
"@microsoft/sp-tslint-rules": "1.12.1",
"@microsoft/sp-webpart-workbench": "1.12.1",
"@types/es6-promise": "0.0.33",
"@types/react": "16.9.36",
"@types/react-dom": "16.9.8",
"@types/webpack-env": "1.13.1",
"ajv": "5.2.2",
"gulp": "4.0.2",
"tslint-microsoft-contrib": "5.0.0"
2017-08-07 09:56:43 -04:00
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test"
2021-05-21 20:23:15 -04:00
},
"resolutions": {
"@types/react": "16.8.8"
},
"main": "lib/index.js"
2017-08-07 09:56:43 -04:00
}