-
-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathpackage.json
147 lines (147 loc) · 4.28 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "karaoke-eternal",
"version": "0.0.0-dev.0",
"description": "Open karaoke party system",
"keywords": [
"karaoke",
"party",
"player",
"lyrics",
"cdgraphics",
"cdg",
"mp3+g",
"mp4",
"webgl"
],
"homepage": "https://www.karaoke-eternal.com",
"type": "module",
"main": "./server/main.js",
"engines": {
"node": ">=22.0.0",
"npm": ">=10.0.0"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development nodemon --watch server --watch shared -- -p 3000",
"build": "webpack --config config/webpack.config.js",
"serve": "node server/main.js",
"serve:docs": "hugo serve --source docs -b http://$(hostname) --bind 0.0.0.0",
"server": "npm run serve"
},
"files": [
"assets/**",
"build/**",
"server/**",
"shared/**"
],
"bin": {
"karaoke-eternal-server": "server/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bhj/KaraokeEternal.git"
},
"productName": "Karaoke Eternal Server",
"author": "RadRoot LLC",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.26.0",
"@jcoreio/async-throttle": "^1.6.1",
"@koa/router": "^13.1.0",
"bcrypt": "^5.1.1",
"ctx-compose": "^3.0.0",
"electron-log": "^5.2.4",
"fs-extra": "^11.2.0",
"json-e": "^4.8.0",
"json5": "^2.2.3",
"jsonwebtoken": "^9.0.2",
"koa": "^2.15.3",
"koa-body": "^6.0.1",
"koa-favicon": "^2.1.0",
"koa-logger": "^3.2.1",
"koa-mount": "^4.0.0",
"koa-range": "^0.3.0",
"koa-static": "^5.0.0",
"libseymour": "^0.9.0",
"music-metadata": "^10.6.4",
"socket.io": "^4.8.1",
"sqlate": "^2.2.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"unzipit": "^1.4.3",
"yargs": "^17.7.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/eslint-plugin": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@hello-pangea/dnd": "^17.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@reduxjs/toolkit": "^2.5.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@types/react": "^19.0.2",
"@types/redux-optimistic-ui": "^0.4.14",
"@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"babel-loader": "^9.2.1",
"blueimp-load-image": "^5.16.0",
"butterchurn": "^3.0.0-beta.4",
"butterchurn-presets": "^3.0.0-beta.4",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"cdgraphics": "^6.0.1",
"clsx": "^2.1.1",
"css-loader": "^7.1.2",
"eslint": "^9.17.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"fast-fuzzy": "^1.12.0",
"file-loader": "^6.2.0",
"globals": "^15.14.0",
"history": "^5.3.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.3",
"license-webpack-plugin": "^4.0.2",
"markdown-loader": "^8.0.0",
"mini-css-extract-plugin": "^2.9.2",
"modern-normalize": "^3.0.1",
"nodemon": "^3.1.9",
"prop-types": "^15.8.1",
"rc-slider": "^11.1.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-flip-toolkit": "^7.2.4",
"react-highlight-words": "^0.20.0",
"react-redux": "^9.2.0",
"react-refresh": "^0.16.0",
"react-responsive-modal": "^6.4.2",
"react-router-dom": "^6.28.1",
"react-swipeable": "^7.0.2",
"react-transition-group": "^4.4.5",
"react-window": "^1.8.11",
"redux-optimistic-ui": "^3.1.0",
"redux-persist": "^6.0.0",
"redux-throttle": "^0.1.1",
"screenfull": "^6.0.2",
"socket.io-client": "^4.8.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2",
"typescript-plugin-css-modules": "^5.1.0",
"use-resize-observer": "^9.1.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-middleware": "^7.4.2",
"webpack-hot-middleware": "^2.26.1",
"webpack-node-externals": "^3.0.0"
}
}