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

89 lines
2.5 KiB
JSON
Raw Normal View History

2020-05-06 03:43:32 -04:00
{
"name": "react-content-query-webpart",
"version": "1.2.0",
2020-05-06 03:43:32 -04:00
"private": true,
"engines": {
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0"
2020-05-06 03:43:32 -04:00
},
"main": "lib/index.js",
2020-05-06 03:43:32 -04:00
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test"
},
"dependencies": {
2021-01-06 03:34:46 -05:00
"@microsoft/mgt": "^2.0.1",
"@microsoft/sp-build-web": "1.18.0",
"@microsoft/sp-core-library": "1.18.2",
"@microsoft/sp-lodash-subset": "1.18.2",
"@microsoft/sp-office-ui-fabric-core": "1.18.2",
"@microsoft/sp-property-pane": "1.18.2",
"@microsoft/sp-webpart-base": "1.18.2",
2023-05-03 10:19:56 -04:00
"@pnp/spfx-controls-react": "2.3.0",
2021-01-05 23:36:10 -05:00
"@pnp/spfx-property-controls": "2.2.0",
2020-05-06 03:43:32 -04:00
"@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",
2021-01-06 21:42:17 -05:00
"handlebars-helpers": "^0.8.4",
2020-05-06 03:43:32 -04:00
"hoek": ">=4.2.1",
"is-my-json-valid": ">=2.17.2",
"js-yaml": ">=3.13.1",
"lodash": ">=4.17.21",
2020-05-06 03:43:32 -04:00
"lodash.merge": ">=4.6.2",
"lodash.mergewith": ">=4.6.2",
"lodash.template": ">=4.5.0",
"macaddress": ">=0.2.9",
"minimist": ">=1.2.6",
2020-05-06 03:43:32 -04:00
"mixin-deep": ">=1.3.2",
"moment": ">=2.29.4",
2020-05-06 03:43:32 -04:00
"morgan": ">=1.9.1",
"natives": "^1.1.6",
"node.extend": ">=1.1.7",
"open": ">=6.0.0",
"randomatic": ">=3.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-ace": "^11.0.1",
"set-value": ">=3.0.3",
2020-05-06 03:43:32 -04:00
"sshpk": ">=1.13.2",
"stringstream": ">=0.0.6",
"tar": ">=7.0.0",
2020-05-06 03:43:32 -04:00
"underscore.string": ">=3.3.5",
"ws": ">=8.17.1",
"tslib": "2.3.1",
"@fluentui/react": "^8.106.4"
2020-05-06 03:43:32 -04:00
},
"devDependencies": {
"@microsoft/rush-stack-compiler-4.7": "0.1.0",
"@rushstack/eslint-config": "2.5.1",
"@microsoft/eslint-plugin-spfx": "1.18.2",
"@microsoft/eslint-config-spfx": "1.18.2",
"@microsoft/sp-build-web": "1.18.2",
"@microsoft/sp-module-interfaces": "1.18.2",
2020-05-06 03:43:32 -04:00
"@types/chai": "3.4.34",
2020-11-02 16:12:44 -05:00
"@types/es6-promise": "0.0.33",
2020-05-06 03:43:32 -04:00
"@types/mocha": "2.2.38",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.17",
2020-11-02 16:12:44 -05:00
"@types/webpack-env": "1.13.1",
2020-05-06 03:43:32 -04:00
"ajv": "5.2.2",
"eslint": "8.7.0",
"eslint-plugin-react-hooks": "4.3.0",
"gulp": "4.0.2",
2020-05-06 03:43:32 -04:00
"gulp-sequence": "1.0.0",
"jest": "^23.6.0",
"typescript": "4.7.4"
2020-05-06 03:43:32 -04:00
}
}