2019-07-28 06:19:30 -04:00
|
|
|
{
|
|
|
|
"name": "react-carousel",
|
2021-06-13 00:34:29 -04:00
|
|
|
"version": "4.0.0",
|
2019-07-28 06:19:30 -04:00
|
|
|
"private": true,
|
2021-06-10 09:52:55 -04:00
|
|
|
"engines": "undefined",
|
2019-07-28 06:19:30 -04:00
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"preversion": "node ./tools/pre-version.js",
|
|
|
|
"postversion": "gulp dist",
|
|
|
|
"test": "./node_modules/.bin/jest --config ./config/jest.config.json",
|
|
|
|
"test:watch": "./node_modules/.bin/jest --config ./config/jest.config.json --watchAll"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-06-13 00:34:29 -04:00
|
|
|
"@microsoft/sp-core-library": "1.12.1",
|
|
|
|
"@microsoft/sp-http": "1.12.1",
|
|
|
|
"@microsoft/sp-lodash-subset": "1.12.1",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.12.1",
|
|
|
|
"@microsoft/sp-property-pane": "1.12.1",
|
|
|
|
"@microsoft/sp-webpart-base": "1.12.1",
|
2020-06-17 09:18:27 -04:00
|
|
|
"@microsoft/teams-js": "^1.6.0",
|
|
|
|
"@pnp/common": "^1.3.11",
|
|
|
|
"@pnp/graph": "^1.3.11",
|
2019-07-28 06:19:30 -04:00
|
|
|
"@pnp/pnpjs": "^1.3.3",
|
2020-06-17 09:18:27 -04:00
|
|
|
"@pnp/sp": "^1.3.11",
|
2019-07-28 06:19:30 -04:00
|
|
|
"@pnp/spfx-controls-react": "1.13.2",
|
|
|
|
"@pnp/spfx-property-controls": "1.15.0",
|
|
|
|
"@types/es6-promise": "0.0.33",
|
|
|
|
"@types/jquery": "^3.3.30",
|
|
|
|
"@types/webpack-env": "1.13.1",
|
|
|
|
"@uifabric/fluent-theme": "^0.16.9",
|
2020-06-17 09:18:27 -04:00
|
|
|
"@uifabric/styling": "^7.12.1",
|
2019-07-28 06:19:30 -04:00
|
|
|
"jquery": "^3.4.1",
|
2020-06-17 09:18:27 -04:00
|
|
|
"office-ui-fabric-react": "6.189.2",
|
|
|
|
"react": "16.8.5",
|
|
|
|
"react-dom": "16.8.5",
|
2019-07-28 06:19:30 -04:00
|
|
|
"react-slick": "^0.24.0",
|
|
|
|
"slick-carousel": "^1.8.1",
|
|
|
|
"video-react": "^0.14.0"
|
|
|
|
},
|
|
|
|
"resolutions": {
|
2020-06-17 09:18:27 -04:00
|
|
|
"@types/react": "16.8.8"
|
2019-07-28 06:19:30 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-06-17 09:18:27 -04:00
|
|
|
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
|
2021-06-10 09:52:55 -04:00
|
|
|
"@microsoft/rush-stack-compiler-3.7": "0.2.3",
|
2022-10-22 16:27:42 -04:00
|
|
|
"@microsoft/sp-build-web": "1.12.1",
|
2021-06-10 09:52:55 -04:00
|
|
|
"@microsoft/sp-module-interfaces": "1.12.1",
|
|
|
|
"@microsoft/sp-tslint-rules": "1.12.1",
|
|
|
|
"@microsoft/sp-webpart-workbench": "1.12.1",
|
2019-07-28 06:19:30 -04:00
|
|
|
"@types/chai": "3.4.34",
|
|
|
|
"@types/mocha": "2.2.38",
|
2021-06-10 09:52:55 -04:00
|
|
|
"@types/react": "16.9.36",
|
|
|
|
"@types/react-dom": "16.9.8",
|
2019-07-28 06:19:30 -04:00
|
|
|
"@voitanos/jest-preset-spfx-react16": "^1.1.0",
|
|
|
|
"ajv": "~5.2.2",
|
2021-06-10 09:52:55 -04:00
|
|
|
"gulp": "4.0.2",
|
2019-07-28 06:19:30 -04:00
|
|
|
"gulp-sequence": "1.0.0",
|
|
|
|
"jest": "^23.6.0",
|
|
|
|
"jest-junit": "^6.3.0",
|
|
|
|
"typescript": "~3.3.x",
|
|
|
|
"webpack-bundle-analyzer": "^3.3.2"
|
|
|
|
},
|
|
|
|
"jest-junit": {
|
|
|
|
"output": "temp/test/junit/junit.xml",
|
|
|
|
"usePathForSuiteName": "true"
|
2020-06-17 09:18:27 -04:00
|
|
|
},
|
|
|
|
"main": "lib/index.js"
|
2019-07-28 06:19:30 -04:00
|
|
|
}
|