-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
{
"name": "h5p-questionnaire",
"version": "1.0.0",
"description": "Create a questionnaire",
"scripts": {
"build": "cross-env NODE_ENV='production' webpack",
"watch": "cross-env NODE_ENV='development' webpack --watch",
"dev": "cross-env NODE_ENV='development' webpack-dev-server --config webpack.dev.config.js -d --inline --hot --open"
},
"keywords": [
"questionnaire",
"survey",
"h5p",
"library"
],
"author": "thomasmars",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/plugin-transform-classes": "^7.22.15",
"@babel/plugin-transform-object-assign": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"exports-loader": "^4.0.0",
"expose-loader": "^4.0.0",
"file-loader": "^6.2.0",
"h5p-view": "^1.0.3",
"imports-loader": "^4.0.0",
"jasmine-core": "^4.2.0",
"mini-css-extract-plugin": "^2.6.1",
"postcss-loader": "^7.2.4",
"style-loader": "3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0"
}
}