-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
46 lines (46 loc) · 1.39 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
{
"name": "h5p-drag-text",
"version": "1.5.7",
"private": true,
"description": "Drag the Words allows content designers to create textual expressions with missing pieces of text. The end user drags a missing piece of text to its correct place, to form a complete expression.",
"scripts": {
"test": "ava",
"build": "webpack --mode=production",
"watch": "webpack --watch --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/h5p/h5p-drag-text.git"
},
"author": "Joubel",
"license": "MIT",
"homepage": "https://github.com/h5p/h5p-drag-text",
"devDependencies": {
"@ava/babel": "^2.0.0",
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.6",
"@babel/plugin-transform-object-assign": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/register": "7.21.0",
"ava": "^5.2.0",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.1",
"h5p-lib-controls": "0.0.15",
"mini-css-extract-plugin": "^2.6.1",
"raw-loader": "^4.0.2",
"require-extension-hooks": "^0.3.3",
"require-extension-hooks-babel": "^1.0.0",
"style-loader": "^3.3.1",
"timer-machine": "^1.1.0",
"url-loader": "^4.1.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.2"
},
"ava": {
"require": [
"@babel/register",
"./tests/helpers/setup.js"
]
}
}