{
  "name": "files_texteditor",
  "license": "agpl",
  "private": true,
  "scripts": {
    "dev": "NODE_ENV=development webpack",
    "watch": "NODE_ENV=development webpack --progress --watch",
    "build": "NODE_ENV=production webpack --progress",
    "sass": "sass --load-path css css/",
    "sass:watch": "sass --watch --load-path css css/"
  },
  "browserslist": [
    "extends @nextcloud/browserslist-config"
  ],
  "engines": {
    "node": "^20.0.0",
    "npm": "^9.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.22.9",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/preset-env": "^7.22.9",
    "@nextcloud/browserslist-config": "^2.3.0",
    "babel-loader": "^9.1.2",
    "clean-webpack-plugin": "^4.0.0",
    "css-loader": "^6.8.1",
    "escape-html": "^1.0.3",
    "file-loader": "^6.2.0",
    "promise-loader": "^1.0.0",
    "sass": "^1.63.6",
    "style-loader": "^3.3.3",
    "webpack": "^5.76.0",
    "webpack-cli": "^5.1.4",
    "webpack-merge": "^5.9.0"
  },
  "dependencies": {
    "@nextcloud/router": "^2.1.2",
    "brace": "^0.11.1",
    "marked": "^5.1.1"
  }
}
