react-slider-ms
Version:
React Slider. Supports Horizontal and Vertical direction.
91 lines (90 loc) • 2.62 kB
JSON
{
"name": "react-slider-ms",
"version": "1.0.3",
"description": "React Slider. Supports Horizontal and Vertical direction.",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist"
],
"keywords": [
"react",
"reactjs",
"reactJS",
"slider",
"Horizontal",
"Vertical",
"responsive",
"lightweight"
],
"author": "Mayank Saxena <mayanksaxena90@gmail.com>",
"homepage": "https://github.com/mayanksaxena/react-slider-ms",
"license": "MIT",
"scripts": {
"start": "start-storybook -p 6006 -s public",
"build-react": "react-scripts build",
"test": "react-scripts test",
"lint": "eslint \"src/**/*.js{x,}\"",
"build": "rimraf dist && npm run build-css && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__",
"build-storybook": "build-storybook -s public",
"react-start": "react-scripts start",
"build-css": "node-sass --include-path ./src --include-path ./node_modules src/ -o src/"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.4.4",
"@storybook/addon-actions": "^5.0.11",
"@storybook/addon-info": "^5.0.11",
"@storybook/addon-knobs": "^5.0.11",
"@storybook/addon-links": "^5.0.11",
"@storybook/addons": "^5.0.11",
"@storybook/react": "^5.0.11",
"babel-loader": "^8.0.5",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.3.5",
"eslint": "6.0.1",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.14.2",
"husky": "^2.7.0",
"markserv": "^1.15.0",
"node-sass": "^4.12.0",
"npm": "6.5.0",
"prettier": "^1.18.1",
"pretty-quick": "^1.11.0",
"react": "^16.8.6",
"react-doc-generator": "^1.2.5",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.1",
"react-test-renderer": "^16.8.6",
"rimraf": "^2.6.2",
"yargs": "^13.2.4"
},
"dependencies": {
"bootstrap": "^4.3.1",
"copyfiles": "^2.1.0",
"lodash": "~4.17.11",
"npm-run-all": "~4.1.5",
"prop-types": "~15.7.0",
"react-router-dom": "^5.0.1",
"react-sanitized-html": "^2.0.0",
"sanitize-html": "~1.20.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged --pattern '**/*.js' --pattern '**/*.jsx' && npm run lint"
}
}
}