react-droplite
Version:
Fat free react drag and drop lists
46 lines (45 loc) • 1.13 kB
JSON
{
"name": "react-droplite",
"version": "0.0.8-alfa",
"description": "Fat free react drag and drop lists",
"main": "dist/react-droplite.js",
"peerDependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"dependencies": {
"node-sass": "^4.12.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@storybook/react": "^5.1.11",
"babel-loader": "^8.0.6",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode development",
"storybook": "start-storybook -p 9001",
"build-storybook": "build-storybook -c .storybook -o ./docs/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juanto121/Droplite.git"
},
"keywords": [
"Drag",
"Drop",
"react",
"list",
"light"
],
"author": "Juan Torres",
"license": "MIT",
"bugs": {
"url": "https://github.com/juanto121/Droplite/issues"
},
"homepage": "https://github.com/juanto121/Droplite#readme"
}