{
  "name": "tartib",
  "version": "1.0.2",
  "description": "Reorder a list of DOM elements, by dragging an element within the list to occupy another position, other elements will shift to create a slot for the dragged element.",
  "main": "dist/js/tartib.min.js",
  "scripts": {
    "start": "webpack serve --open --config ./scripts/webpack.dev.js",
    "build": "webpack --config ./scripts/webpack.prod.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sefianecho/tartib.git"
  },
  "author": "Sefiane Chouaib",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sefianecho/tartib/issues"
  },
  "homepage": "https://github.com/sefianecho/tartib#readme",
  "devDependencies": {
    "@babel/core": "^7.19.1",
    "@babel/preset-env": "^7.19.1",
    "babel-loader": "^8.2.5",
    "css-loader": "^6.7.1",
    "html-webpack-plugin": "^5.5.0",
    "mini-css-extract-plugin": "^2.6.1",
    "sass": "^1.55.0",
    "sass-loader": "^13.0.2",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.11.1",
    "webpack-merge": "^5.8.0"
  }
}
