-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.12 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@iconify-json/lucide": "^1.2.44",
"@iconify-json/simple-icons": "^1.2.35",
"@nuxt/content": "^3.5.1",
"@nuxt/fonts": "0.11.4",
"@nuxt/icon": "1.13.0",
"@nuxt/image": "1.10.0",
"@nuxt/ui": "^3.1.3",
"@sapphire/snowflake": "^3.5.5",
"@sidebase/nuxt-auth": "0.10.1",
"@vueuse/core": "^13.3.0",
"next-auth": "~4.21.1",
"nuxt": "^3.17.4",
"v-calendar": "^3.1.2"
},
"devDependencies": {
"@iconify-json/ph": "^1.2.2",
"@nuxt/eslint": "^1.4.1&
3877
quot;,
"@popperjs/core": "^2.11.8",
"discord-api-types": "^0.38.9",
"eslint": "^9.27.0",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
"volta": {
"node": "22.16.0"
}
}