forked from sr258/h5p-advanced-blanks
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.24 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "h5p-advanced-blanks",
"version": "1.1.0",
"description": "Fill the blanks exercise with individual feedback",
"private": true,
"scripts": {
"test": "npx ava",
"build": "webpack --mode=development && cp node_modules/ractive/ractive.min.js ./dist",
"watch": "webpack --watch --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sr258/h5p-advanced-blanks.git"
},
"keywords": [
"h5p",
"library"
],
"author": "Joubel",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-transform-object-assign": "^7.18.6",
"@babel/preset-env": "^7.18.10",
"@types/diff": "^5.0.3",
"@types/jquery": "^3.5.16",
"@types/ractive": "^0.7.27",
"autoprefixer": "^10.4.14",
"ava": "^4.3.3",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"diff": "^5.1.0",
"html-loader": "^4.2.0",
"postcss": "^8.4.31",
"postcss-loader": "^7.2.4",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.94.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"ractive": "^1.4.2"
}
}