-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 951 Bytes
/
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
{
"name": "player",
"version": "1.0.1",
"description": "",
"main": "server.js",
"type": "module",
"scripts": {
"dev": "vite",
"watch": "vite build --watch",
"build": "npm run build:client && npm run build:server",
"build:client": "vite build --outDir dist/client --ssrManifest",
"build:server": "vite build --outDir dist/server --ssr ./index.js",
"preview": "vite preview",
"deploy": "npm run build && deploy.bat"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/compress": "^6.4.0",
"@fastify/cookie": "^9.0.4",
"@fastify/session": "^10.4.0",
"@fastify/static": "^6.10.2",
"@fastify/vite": "^4.0.0",
"@fastify/websocket": "^8.2.0",
"axios": "^1.4.0",
"diff": "^5.1.0",
"fastify": "^4.18.0",
"mime": "^3.0.0",
"range-parser": "^1.2.1",
"rss-parser": "^3.13.0",
"wasm-opencc": "^1.0.2",
"webtorrent": "^2.1.22"
}
}