sp-dev-fx-webparts/samples/react-content-query-online/package.json

91 lines
2.6 KiB
JSON

{
"name": "react-content-query-webpart",
"version": "1.1.0",
"private": true,
"main": "lib/index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test"
},
"dependencies": {
"@microsoft/mgt": "^2.0.1",
"@microsoft/sp-build-web": "1.18.0",
"@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",
"@pnp/spfx-controls-react": "2.3.0",
"@pnp/spfx-property-controls": "2.2.0",
"@types/handlebars": "4.0.32",
"acorn": ">=5.7.4",
"atob": ">=2.1.0",
"base64-url": ">=2.0.0",
"braces": ">=2.3.1",
"clean-css": ">=4.1.11",
"cryptiles": ">=4.1.2",
"deep-extend": ">=0.5.1",
"diff": ">=3.5.0",
"extend": ">=3.0.2",
"fresh": ">=0.5.2",
"fstream": ">=1.0.12",
"growl": ">=1.10.0",
"handlebars": "^4.7.7",
"handlebars-helpers": "^0.8.4",
"hoek": ">=4.2.1",
"is-my-json-valid": ">=2.17.2",
"js-yaml": ">=3.13.1",
"lodash": ">=4.17.21",
"lodash.merge": ">=4.6.2",
"lodash.mergewith": ">=4.6.2",
"lodash.template": ">=4.5.0",
"macaddress": ">=0.2.9",
"minimist": ">=1.2.6",
"mixin-deep": ">=1.3.2",
"moment": ">=2.29.4",
"morgan": ">=1.9.1",
"natives": "^1.1.6",
"node.extend": ">=1.1.7",
"office-ui-fabric-react": "6.214.0",
"open": ">=6.0.0",
"randomatic": ">=3.0.0",
"react": "16.8.5",
"react-ace": "^5.1.0",
"react-dom": "16.8.5",
"set-value": ">=3.0.3",
"sshpk": ">=1.13.2",
"stringstream": ">=0.0.6",
"tar": ">=2.2.2",
"underscore.string": ">=3.3.5",
"ws": ">=1.1.5"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-2.9": "0.7.16",
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
"@microsoft/sp-module-interfaces": "1.11.0",
"@microsoft/sp-tslint-rules": "1.11.0",
"@microsoft/sp-webpart-workbench": "1.12.1",
"@types/chai": "3.4.34",
"@types/es6-promise": "0.0.33",
"@types/mocha": "2.2.38",
"@types/react": "16.8.8",
"@types/react-dom": "16.8.3",
"@types/webpack-env": "1.13.1",
"ajv": "5.2.2",
"awesome-typescript-loader": "^3.2.1",
"gulp": "~3.9.1",
"gulp-sequence": "1.0.0",
"gulp-stylelint": "^13.0.0",
"jest": "^23.6.0",
"stylelint": "14.16.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.14.2",
"tslint-microsoft-contrib": "^5.0.0",
"unlazy-loader": "^0.1.2"
}
}