{
  "name": "shaarli",
  "description": "Shaarli frontend",
  "author": "The Shaarli Community",
  "license": "SEE LICENSE IN COPYING",
  "dependencies": {
    "awesomplete": "^1.1.5",
    "blazy": "^1.8.2",
    "fork-awesome": "^1.2.0",
    "he": "^1.2.0",
    "pure-extras": "^1.0.0",
    "purecss": "^3.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.24.5",
    "@babel/preset-env": "^7.24.5",
    "babel-loader": "^9.1.3",
    "css-loader": "^7.1.1",
    "eslint": "^8.57.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.29.1",
    "file-loader": "^6.2.0",
    "glob": "^10.3.15",
    "micromatch": "^4.0.8",
    "mini-css-extract-plugin": "^2.9.0",
    "sass": "^1.77.2",
    "sass-loader": "^14.2.1",
    "stylelint": "^16.5.0",
    "stylelint-config-standard": "^36.0.0",
    "stylelint-config-standard-scss": "^13.1.0",
    "terser-webpack-plugin": "^5.3.10",
    "webpack": "^5.94.0",
    "webpack-cli": "^5.1.4"
  },
  "resolutions": {
    "string-width": "4.2.3"
  },
  "scripts": {
    "build": "webpack",
    "watch": "webpack --watch"
  }
}