-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 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
{
"name": "website",
"version": "1.0.0",
"description": "Website for Pretendo Network",
"license": "AGPL-3.0-only",
"type": "module",
"scripts": {
"start": "node --enable-source-maps .output/server/index.mjs",
"build": "nuxt build",
"prepare": "nuxt prepare",
"dev": "nuxt dev",
"dev:host": "nuxt dev --host",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@hcaptcha/vue3-hcaptcha": "^1.3.0",
"@nuxt/content": "^3.4.0",
"@nuxt/eslint": "^1.3.0",
"@nuxt/fonts": "^0.11.1",
"@nuxt/icon": "^1.11.0",
"@nuxtjs/i18n": "^9.5.3",
"@pretendonetwork/mii-js": "^1.0.9",
"base64-arraybuffer": "^1.0.2",
"eslint": "^9.24.0",
"feed": "^4.2.2",
"node-stdlib-browser": "^1.2.0",
"nuxt": "^3.16.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"overrides": {
"vite": "^6.3.2"
},
"devDependencies": {
"@iconify-json/fa": "^1.2.2",
"@iconify-json/fa6-brands": "^1.2.6",
"@iconify-json/ph": "^1.2.2",
"@pretendonetwork/eslint-config": "^0.0.8",
"eslint-plugin-vue": "^10.0.0",
"sass-embedded": "^1.86.3"
}
}