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"
|
|
}
|
|
} |