mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
* initialize * wer * asd * ok * COOOOL * asd * move most to panel * switch to react-slick * gOT cSS * poseter * asd * Leave image until user selcte to play * sdg * qwe * asd * addiing back 3d carousel * Added back 3d carousel * coverflow working * all 3 working * fixup linting * Update README.md * fix readme * Update README.md * got it working on rc0 * autoplay * qwd * rename Cpverflow to Coverflow * cdn qw * SPHttpClient.configurations.v1 * as * AS * added instructions on merging existing github procjects * added controls to set playerwidth and height * Update README.md fixup readme
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "videotst",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-client-base": "~0.7.0",
|
|
"@microsoft/sp-core-library": "~0.1.2",
|
|
"@microsoft/sp-webpart-base": "~0.4.0",
|
|
"@types/webpack-env": ">=1.12.1 <1.14.0",
|
|
"@types/react": "0.14.46",
|
|
"@types/react-addons-shallow-compare": "0.14.17",
|
|
"@types/react-addons-test-utils": "0.14.15",
|
|
"@types/react-addons-update": "0.14.14",
|
|
"@types/react-dom": "0.14.18",
|
|
"office-ui-fabric-react": "0.69.0",
|
|
"react": "0.14.8",
|
|
"react-3d-carousel": "0.0.6",
|
|
"react-dom": "0.14.8",
|
|
"react-slick": "^0.14.5",
|
|
"reactjs-coverflow": "^1.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "~0.9.0",
|
|
"@microsoft/sp-module-interfaces": "~0.7.0",
|
|
"@microsoft/sp-webpart-workbench": "~0.8.0",
|
|
"gulp": "~3.9.1",
|
|
"@types/chai": ">=3.4.34 <3.6.0",
|
|
"@types/mocha": ">=2.2.33 <2.6.0"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
}
|
|
} |