-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
73 lines (73 loc) · 2.23 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
{
"name": "osuturkiye",
"version": "1.0.0",
"description": "osu!Türkiye",
"main": "build/server/index.js",
"scripts": {
"start": "node build/server/index.js",
"lint": "eslint --ext .ts --ext .vue src",
"dev:client": "vite",
"build:server": "tsc -p tsconfig.server.json",
"build:server:watch": "tsc -p tsconfig.server.json --watch",
"build:client": "vue-tsc --noEmit && vite build --emptyOutDir",
"build:client:watch": "parcel watch -d build/client src/client/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Coderbora/osuturkiye.git"
},
"author": "",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/Coderbora/osuturkiye/issues"
},
"homepage": "https://github.com/Coderbora/osuturkiye#readme",
"devDependencies": {
"@types/async": "^3.2.7",
"@types/cron": "^1.7.3",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/lodash": "^4.14.171",
"@types/luxon": "^2.0.5",
"@types/mongodb": "^3.6.20",
"@types/mongodb-uri": "^0.9.1",
"@types/node": "^16.3.2",
"@types/passport": "^1.0.7",
"@types/passport-discord": "^0.1.4",
"@types/simple-oauth2": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@vitejs/plugin-vue": "^1.2.4",
"@vue/compiler-sfc": "^3.1.4",
"@vue/component-compiler-utils": "^3.2.2",
"discord-api-types": "^0.20.2",
"eslint": "^8.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-vue": "^7.13.0",
"typescript": "^4.3.5",
"vite": "^2.4.1",
"vue-hot-reload-api": "^2.3.4",
"vue-router": "^3.5.2",
"vue-template-compiler": "^2.6.14",
"vue-tsc": "^0.1.7"
},
"dependencies": {
"axios": "^0.23.0",
"connect-mongo": "^4.4.1",
"cron": "^1.8.2",
"discord.js": "^13.1.0",
"express": "^4.17.1",
"express-promise-router": "^4.0.1",
"express-session": "^1.17.2",
"lodash": "^4.17.21",
"luxon": "^2.0.2",
"mongodb-uri": "^0.9.7",
"mongoose": "^6.0.9",
"passport-discord": "^0.1.4",
"passport-osu": "^1.0.8",
"simple-oauth2": "^4.2.0",
"vue": "^3.1.4",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5"
}
}