2018-02-14 09:05:00 -05:00
|
|
|
{
|
|
|
|
"name": "react-slide-swiper",
|
2018-12-19 02:20:10 -05:00
|
|
|
"version": "0.0.3",
|
2018-02-14 09:05:00 -05:00
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-04-08 05:35:34 -04:00
|
|
|
"@microsoft/sp-core-library": "^1.7.0",
|
2018-12-19 02:20:10 -05:00
|
|
|
"@microsoft/sp-lodash-subset": "1.7.0",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.7.0",
|
2019-04-08 05:35:34 -04:00
|
|
|
"@microsoft/sp-webpart-base": "^1.7.0",
|
|
|
|
"@microsoft/sp-http": "^1.7.0",
|
|
|
|
"@pnp/common": "^1.3.0",
|
|
|
|
"@pnp/logging": "^1.3.0",
|
|
|
|
"@pnp/odata": "^1.3.0",
|
|
|
|
"@pnp/sp": "^1.3.0",
|
2018-09-10 06:12:36 -04:00
|
|
|
"@types/es6-promise": "0.0.33",
|
2018-12-19 02:20:10 -05:00
|
|
|
"@types/react": "16.4.2",
|
|
|
|
"@types/react-dom": "16.0.5",
|
2018-09-10 06:12:36 -04:00
|
|
|
"@types/webpack-env": "1.13.1",
|
2018-12-19 02:20:10 -05:00
|
|
|
"react": "16.3.2",
|
|
|
|
"react-dom": "16.3.2",
|
|
|
|
"swiper": "4.4.2"
|
2018-02-14 09:05:00 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-12-19 02:20:10 -05:00
|
|
|
"@microsoft/sp-build-web": "1.7.0",
|
|
|
|
"@microsoft/sp-module-interfaces": "1.7.0",
|
|
|
|
"@microsoft/sp-webpart-workbench": "1.7.0",
|
2018-09-10 06:12:36 -04:00
|
|
|
"@types/chai": "3.4.34",
|
|
|
|
"@types/mocha": "2.2.38",
|
2019-04-08 05:35:34 -04:00
|
|
|
"ajv": "^6.9.1",
|
2018-09-10 06:12:36 -04:00
|
|
|
"gulp": "~3.9.1",
|
2018-02-14 09:05:00 -05:00
|
|
|
"webpack-bundle-analyzer": "2.9.2"
|
|
|
|
}
|
|
|
|
}
|