-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.17 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
{
"name": "manofculture-webui",
"version": "1.0.0",
"description": "Frontend WebUI of the Man of Culture project",
"main": "index.js",
"scripts": {
"dev": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/legekka/manofculture-webui.git"
},
"keywords": [
"man",
"of",
"culture",
"webui",
"frontend",
"weeb",
"anime",
"rating",
"node",
"dotenv",
"express",
"multer",
"form-data",
"echarts",
"lazysizes",
"ejs",
"ai",
"artificial",
"intelligence",
"file",
"upload",
"single",
"page",
"application",
"discord",
"oauth",
"vanilla",
"css",
"js",
"es5",
"web-components",
"nord",
"theme",
"mit"
],
"author": "Spkz & legekka",
"license": "MIT",
"bugs": {
"url": "https://github.com/legekka/manofculture-webui/issues"
},
"homepage": "https://github.com/legekka/manofculture-webui#readme",
"dependencies": {
"axios": "^1.4.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"form-data": "^4.0.0",
"multer": "^1.4.5-lts.1"
}
}