-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
63 lines (63 loc) · 1.91 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "h5p-hub-client",
"version": "1.0.0",
"description": "H5P Content Hub and H5P Content Type Hub",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
"lint": "./node_modules/.bin/eslint src",
"prettier": "./node_modules/.bin/prettier --single-quote --trailing-comma es5 --write \"src/**/*.js\"",
"watch": "webpack --mode development --watch",
"watch:test-api": "webpack --mode development --api test --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/h5p/h5p-hub.git"
},
"author": "Joubel AS",
"license": "MIT",
"bugs": {
"url": "https://github.com/h5p/h5p-hub/issues"
},
"homepage": "https://github.com/h5p/h5p-hub#readme",
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-object-assign": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.18.6",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"es6-promise": "^4.2.8",
"eslint": "^8.18.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-react": "^7.30.1",
"jasmine-core": "^4.2.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^2.6.1",
"prettier": "^2.7.1",
"react-async": "^10.0.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.80.7",
"sass-loader": "^13.3.3",
"style-loader": "^3.3.1",
"susy": "^2.2.14",
"url-loader": "^4.1.1",
"webpack": "^5.96.1",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"chance": "^1.1.8",
"filesize": "^9.0.11",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-modal": "^3.15.1"
}
}