mgw-react-dynamic-swiper
Version:
React wrapper for IDangerous Swiper that auto-magically updates slides, and reinitializes.
63 lines (62 loc) • 1.81 kB
JSON
{
"name": "mgw-react-dynamic-swiper",
"version": "1.2.0",
"description": "React wrapper for IDangerous Swiper that auto-magically updates slides, and reinitializes.",
"main": "lib",
"scripts": {
"test": "npm run lint && ./node_modules/.bin/_mocha test/.setup.js test/**/*.test.js",
"build-lib": "./node_modules/.bin/babel src --out-dir lib && cp src/styles.css lib",
"build-docs": "npm run build-lib && rm -rf docs && mkdir docs && cd demo && npm install && npm run build && mv build/* ../docs && rm -rf build",
"prepublish": "npm run build-lib",
"copy-styles": "node scripts/copy-swiper-styles.js",
"lint": "standard",
"lint-fix": "standard --fix"
},
"keywords": [
"swiper",
"react swiper",
"idangerous swiper"
],
"author": "Nick Pisacane <pisacanen@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/nickpisacane/react-dynamic-swiper"
},
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-eslint": "^7.0.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.24.0",
"chai": "^3.5.0",
"enzyme": "^2.4.1",
"jsdom": "^9.4.1",
"mocha": "^3.2.0",
"react": "^16.4.0",
"react-addons-test-utils": "^15.3.0",
"react-dom": "^16.4.0",
"sinon": "^2.1.0",
"standard": "^10.0.2"
},
"dependencies": {
"classnames": "^2.2.5",
"deep-equal": "^1.0.1",
"lodash.omit": "^4.5.0",
"prop-types": "^15.6.1",
"swiper": "^3.4.2"
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"test",
"docs",
"demo",
"scripts",
"lib"
]
}
}