forked from XasYer/YePanel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "YePanel",
"version": "1.10.8",
"main": "index.js",
"author": "XasYer",
"type": "module",
"scripts": {
"start": "node lib/index.js",
"dev": "tsx src/index.ts",
"build": "tsc && tsc-alias",
"clean": "rm -rf lib"
},
"dependencies": {
"@fastify/auth": "^5.0.1",
"@fastify/cors": "^10.0.1",
"@fastify/multipart": "^9.0.1",
"@fastify/static": "^8.0.2",
"@fastify/websocket": "^11.0.1",
"chalk": "^5.3.0",
"chokidar": "^4.0.1",
"fastify": "^5.0.0",
"iconv-lite": "^0.6.3",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"node-schedule": "^2.1.1",
"redis": "^4.7.0",
"sequelize": "^6.37.4",
"systeminformation": "^5.23.5",
"yaml": "^2.5.1"
},
"devDependencies": {
"@stylistic/eslint-plugin-ts": "^2.8.0",
"@types/lodash": "^4.17.9",
"@types/node": "^20.11.19",
"@types/node-schedule": "^2.1.7",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^8.57.0",
"fastify-tsconfig": "^2.0.0",
"tsc-alias": "^1.8.8",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
}
}