-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpackage.json
37 lines (37 loc) · 1013 Bytes
/
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
{
"name": "h5p-audio-recorder",
"version": "1.0.0",
"description": "H5P content type for recording audio",
"scripts": {
"dev": "webpack --mode=development",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/h5p/h5p-audio-recorder.git"
},
"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",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"raw-loader": "^4.0.2",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"timer-machine": "^1.1.0",
"vue-loader": "^17.0.0",
"vue-style-loader": "^4.1.3",
"webpack": "^5.94.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"util": "^0.12.4",
"vue": "^3.2.37"
}
}