forked from otacke/h5p-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "h5p-portfolio",
"version": "0.9.9",
"description": "H5P Portfolio",
"scripts": {
"lint": "stylelint './src/**/*.scss' && eslint './src/**/*.js'",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/otacke/h5p-portfolio"
},
"keywords": [
"h5p",
"library"
],
"author": "RUB, Oliver Tacke",
"license": "MIT",
"type": "module",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"eslint": "^8.51.0",
"eslint-plugin-jsdoc": "^46.8.2",
"mini-css-extract-plugin": "^2.7.6",
"regenerator-runtime": "^0.14.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.69.3",
"sass-loader": "^13.3.2",
"stylelint": "^15.11.0",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-recommended-scss": "^13.0.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"color": "^4.2.3",
"he": "^1.2.0"
},
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead"
}