-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.49 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
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "whocallsthefleet-yuubari-server",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"license": "UNLICENSED",
"private": true,
"dependencies": {
"assert": "^2.1.0",
"bind-event": "^1.1.2",
"camelcase": "^6.3.0",
"check-css-prop": "^1.0.3",
"classnames": "^2.5.1",
"hotkeys-js": "^3.13.7",
"kckit": "^1.87.0",
"localforage": "^1.10.0",
"lz-string": "^1.5.0",
"md5-file": "^5.0.0",
"metas": "^1.1.0",
"qs": "^6.12.0",
"react-markdown": "^7.1.2",
"react-transition-group": "^4.4.5",
"swiper": "^7.4.1",
"whocallsthefleet-backgrounds": "^1.3.2",
"whocallsthefleet-database": "^20240308.0.1",
"chalk": "^4.1.2",
"classlist-polyfill": "^1.2.0",
"cli-spinners": "^2.7.0",
"cli-table": "^0.3.11",
"commander": "^9.4.0",
"cookie": "^0.5.0",
"copyfiles": "^2.4.1",
"debug": "^4.3.4",
"ejs": "^3.1.8",
"es5-shim": "^4.6.7",
"execa": "^5.1.1",
"favicons": "^6.2.2",
"filesize": "^9.0.11",
"fs-extra": "^10.1.0",
"glob": "^7.2.3",
"glob-promise": "^4.2.2",
"hoist-non-react-statics": "^3.3.2",
"inquirer": "^8.2.4",
"is-port-reachable": "^3.0.0",
"is-url": "^1.2.4",
"js-cookie": "^3.0.1",
"koa": "^2.13.4",
"koa-better-http-proxy": "^0.2.10",
"koa-body": "^4.2.0",
"koa-convert": "^2.0.0",
"koa-helmet": "^6.1.0",
"koa-mount": "^4.0.0",
"koa-proxies": "^0.12.2",
"koa-router": "^11.0.1",
"koa-static": "^5.0.0",
"koot-cli-kit": "^0.0.3",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"npm-run-script": "^0.0.4",
"open": "^8.4.0",
"ora": "^5.4.1",
"os-locale": "^5.0.0",
"pm2": "^5.2.0",
"portfinder": "^1.0.28",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^8.0.2",
"react-router": "npm:@diablohu/react-router-v3@^3.2.7",
"react-router-redux": "^4.0.8",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"resolve": "^1.22.1",
"rimraf": "^3.0.2",
"sanitize-filename": "1.6.3",
"sharp": "^0.28.3",
"sp-koa-views": "^1.0.1",
"sync-request": "^6.1.0",
"terminate": "^2.5.0",
"typescript": "^4.7.4",
"xmlify": "^1.1.0"
}
}