2020-08-16 04:26:49 -04:00
|
|
|
{
|
|
|
|
"name": "react-pnpjsexplorer",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-10-05 05:54:52 -04:00
|
|
|
"@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-property-pane": "1.11.0",
|
|
|
|
"@microsoft/sp-webpart-base": "1.11.0",
|
2020-08-16 04:26:49 -04:00
|
|
|
"@pnp/sp": "^2.0.5",
|
|
|
|
"ace-builds": "^1.4.11",
|
2020-10-05 05:54:52 -04:00
|
|
|
"office-ui-fabric-react": "6.214.0",
|
2020-08-16 04:26:49 -04:00
|
|
|
"react": "16.8.5",
|
|
|
|
"react-ace": "^9.1.1",
|
|
|
|
"react-dom": "16.8.5",
|
|
|
|
"react-json-view": "^1.19.1"
|
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "16.8.8"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
|
2020-10-05 05:54:52 -04:00
|
|
|
"@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",
|
2020-08-16 04:26:49 -04:00
|
|
|
"@types/chai": "3.4.34",
|
|
|
|
"@types/mocha": "2.2.38",
|
2020-10-05 05:54:52 -04:00
|
|
|
"ajv": "~5.2.2",
|
|
|
|
"gulp": "~3.9.1"
|
2020-08-16 04:26:49 -04:00
|
|
|
}
|
|
|
|
}
|