-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.22 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": "@explorendla/h5p-caretaker-client",
"description": "JavaScript reference client for using H5P Caretaker",
"version": "1.0.19",
"scripts": {
"lint": "stylelint './src/**/*.css' && eslint './src/**/*.js'",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/ndlano/h5p-caretaker-client.git"
},
"keywords": [
"H5P",
"maintenance"
],
"author": "NDLA <[email protected]> (https://ndla.no)",
"license": "MIT",
"bugs": {
"url": "https://github.com/NDLANO/h5p-caretaker-client/issues"
},
"homepage": "https://github.com/ndlano/h5p-caretaker-client",
"main": "dist/@explorendla/h5p-caretaker-client.js",
"style": "dist/@explorendla/h5p-caretaker-client.css",
"files": [
"dist/"
],
"type": "module",
"devDependencies": {
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint-config-snordian-h5p": "github:otacke/eslint-config-snordian-h5p",
"mini-css-extract-plugin": "^2.9.2",
"stylelint": "^16.15.0",
"stylelint-config-recommended": "^15.0.0",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
}
}