Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
{
2
  "name": "h5p-editor-php-library",
3
  "version": "1.0.0",
4
  "description": "A general library that is supposed to be used in most PHP implementations of H5P.",
5
  "scripts": {
6
    "build": "webpack && rm styles/css/index.js",
7
    "watch": "webpack --watch"
8
  },
9
  "keywords": [],
10
  "author": "",
11
  "license": "SEE LICENSE IN README.md",
12
  "devDependencies": {
13
    "copy-webpack-plugin": "^12.0.2",
14
    "css-loader": "^6.10.0",
15
    "h5p-image-cropper": "github:h5p/h5p-image-cropper",
16
    "mini-css-extract-plugin": "^2.8.1",
17
    "sass": "^1.72.0",
18
    "sass-loader": "^14.1.1",
19
    "style-loader": "^3.3.4",
20
    "webpack": "^5.91.0",
21
    "webpack-cli": "^5.1.4",
22
    "zebra_datepicker": "1.9.11"
23
  }
24
}