-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
71 lines (71 loc) · 1.7 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
64
65
66
67
68
69
70
71
{
"title": "魔袋",
"name": "modai",
"version": "2021.1011.1852",
"description": "苹果CMS v10 魔袋工具箱",
"keywords": [
"魔袋",
"大橙子",
"毛大姐",
"苹果CMS",
"工具箱",
"modai",
"maodajie",
"maccms",
"video",
"player",
"vfed",
"maccms10",
"tools"
],
"homepage": "http://modai.maodajie.com",
"repository": "git+https://github.com/maodajie/modai.git",
"bugs": "https://github.com/maodajie/modai/issues",
"author": {
"name": "大橙子",
"url": "http://maodajie.com",
"email": "[email protected]",
"addgroup": "https://jq.qq.com/?_wv=1027&k=51Zakp5",
"telegram": "https://t.me/maccms_tools",
"qqgroup": "137183109",
"qqcode": "1570457334"
},
"exploit": {
"down": "http://192.168.31.152/addons/modai-down/"
},
"statics": {
"down": "https://cdn.jsdelivr.net/gh/maodajie/modai@down/"
},
"main": "statics/script/index.js",
"license": "BSD",
"private": true,
"engines": {
"node": ">=6"
},
"scripts": {
"build": "webpack",
"ncu": "npm-check-updates",
"ncu-u": "npm-check-updates -u",
"del": "rimraf node_modules"
},
"dependencies": {
"clipboard": "^2.0.8"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"expose-loader": "^3.0.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.3.0",
"moment": "^2.29.1",
"npm-check-updates": "^11.8.5",
"rimraf": "^3.0.2",
"url-loader": "^4.1.1",
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0"
}
}