-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 918 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
{
"name": "h5p-guessit",
"version": "1.7.3",
"description": "H5P Guess It ==========",
"main": "index.js",
"scripts": {
"build": "cross-env NODE_ENV='production' webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rezeau/h5p-guessit-papijo.git"
},
"keywords": [],
"author": "Joseph Rézeau",
"license": "MIT",
"bugs": {
"url": "https://github.com/rezeau/h5p-guessit-papijo/issues"
},
"homepage": "https://github.com/rezeau/h5p-guessit-papijo#readme",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^9.0.0",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^14.2.1",
"webpack": "^5.94.0",
"webpack-cli": "^4.10.0"
}
}