react-freeslider
Version:
React component to make responsive free slider
39 lines (38 loc) • 990 B
JSON
{
"name": "react-freeslider",
"version": "1.1.0",
"description": "React component to make responsive free slider",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && NODE_ENV=production babel lib --out-dir dist --copy-files",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Djibdjib/react-freeSlider.git"
},
"keywords": [
"react",
"slider",
"component",
"free",
"responsive"
],
"author": "djibdjib",
"license": "ISC",
"bugs": {
"url": "https://github.com/Djibdjib/react-freeSlider/issues"
},
"homepage": "https://github.com/Djibdjib/react-freeSlider#readme",
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6"
},
"dependencies": {
"@babel/polyfill": "^7.12.1"
}
}