-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·57 lines (57 loc) · 1.61 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
{
"name": "moodle-reloader-for-qu",
"version": "2.0.5",
"description": "This extension reload Moodle page when the course start.",
"main": "dist/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch --config ./webpack.config.js",
"build": "webpack --config ./webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Segu-g/Moodle-Reloader-for-QU.git"
},
"author": "Segu",
"license": "MIT",
"bugs": {
"url": "https://github.com/Segu-g/Moodle-Reloader-for-QU/issues"
},
"homepage": "https://github.com/Segu-g/Moodle-Reloader-for-QU#readme",
"devDependencies": {
"@types/react-dom": "^17.0.1",
"@types/react-tabs": "^2.3.2",
"@types/webpack": "^4.41.26",
"@types/webpack-dev-server": "^3.11.1",
"@webpack-cli/init": "^1.1.3",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.1.0",
"mini-css-extract-plugin": "^1.3.9",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.17",
"ts-node": "^9.1.1",
"typescript": "^4.2.2",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@types/chrome": "0.0.133",
"node": "^15.12.0",
"rc-dialog": "^8.5.2",
"react": "^17.0.1",
"react-dnd": "^13.1.1",
"react-dnd-html5-backend": "^12.1.1",
"react-dom": "^17.0.1",
"react-tabs": "^3.2.1",
"url-loader": "^4.1.1"
}
}