-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.82 KB
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
{
"name": "website",
"version": "1.0.0",
"description": "Website for Pretendo Network",
"license": "AGPL-3.0-only",
"type": "module",
"scripts": {
"start": "node --env-file=.env --enable-source-maps .output/server/index.mjs",
"build": "nuxt build",
"prepare": "nuxt prepare",
"dev": "nuxt dev",
"dev:host": "nuxt dev --host",
"typecheck": "nuxt typecheck",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@discordjs/rest": "^2.6.3",
"@hcaptcha/vue3-hcaptcha": "^1.3.0",
"@nuxt/content": "^3.4.0",
"@nuxt/eslint": "^1.3.0",
"@nuxt/fonts": "^0.14.0",
"@nuxt/icon": "^2.5.0",
"@nuxtjs/i18n": "^10.6.0",
"@pinia/nuxt": "^1.0.1",
"@pretendonetwork/error-codes": "^1.2.2",
"@pretendonetwork/grpc": "^2.5.4",
"@pretendonetwork/mii-js": "^1.0.11",
"@vueuse/core": "^14.4.0",
"better-sqlite3": "^12.11.1",
"discord-api-types": "^0.38.53",
"eslint": "^9.39.5",
"feed": "^6.0.0",
"hcaptcha": "^0.2.0",
"ioredis": "^5.11.1",
"mlly": "^1.8.2",
"mongodb": "^7.5.0",
"nice-grpc": "^2.1.17",
"nodemailer": "^9.0.5",
"nuxt": "^4.5.2",
"octokit": "^5.0.5",
"papr": "^17.1.1",
"rate-limiter-flexible": "^11.2.0",
"reka-ui": "^2.10.3",
"stripe": "^22.4.0",
"text-mask-core": "^5.1.2",
"vue": "^3.5.13",
"vue-router": "^5.2.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@iconify-json/fa7-brands": "^1.2.4",
"@iconify-json/ph": "^1.2.2",
"@pretendonetwork/eslint-config": "^0.1.4",
"@types/nodemailer": "^8.0.1",
"eslint-plugin-vue": "^10.0.0",
"sass-embedded": "^1.86.3",
"vue-tsc": "^3.3.10"
},
"allowScripts": {
"better-sqlite3@12.11.1": true,
"esbuild@0.28.1": true,
"esbuild@0.25.12": true,
"protobufjs@7.6.5": true,
"unrs-resolver@1.12.2": true,
"@parcel/watcher@2.6.0": true,
"vue-demi@0.14.10": true,
"esbuild@0.27.2": true
}
}