-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 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": "wm-downloader",
"version": "0.6.0",
"description": "KMU E-Learning file downloader.",
"main": "src/index.js",
"repository": "https://github.com/KMU-Dev/wm-downloader",
"author": "趙子賢 <danny900714@gmail.com>",
"license": "MIT",
"private": false,
"scripts": {
"start": "cross-env NODE_ENV=development webpack server",
"build": "webpack",
"lint": "eslint ."
},
"dependencies": {
"jquery": "^3.6.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"ms": "^2.1.3"
},
"devDependencies": {
"@types/jquery": "^3.5.5",
"@types/js-yaml": "^4.0.4",
"@types/lodash": "^4.14.177",
"@types/ms": "^0.7.31",
"@types/tampermonkey": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"cross-env": "^7.0.3",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "2.4.1",
"ts-loader": "^9.2.2",
"typescript": "^4.4.4",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"webpack-userscript": "^2.5.8"
}
}