-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "filter-h5pdownload",
"version": "1.0.0",
"description": "filter-h5pdownload",
"main": "src/index.ts",
"repository": "https://github.com/fondation-unit/moodle-filter_h5pdownload",
"author": "Pierre Duverneix",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@types/jquery": "^3.5.14",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.23.1",
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-load-gruntfile": "^0.0.2",
"grunt-webpack": "^5.0.0",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^9.4.1",
"tsconfig-paths": "^4.1.0",
"webpack": "^5.74.0"
},
"dependencies": {
"core-js": "^3.25.2",
"typescript": "^4.8.3"
}
}