-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 932 Bytes
/
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "npx nuxthub preview",
"deploy": "npx nuxthub deploy",
"postinstall": "nuxt prepare",
"lint": "eslint ."
},
"dependencies": {
"@atinux/kysely-d1": "^0.3.1",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.11",
"@nuxt/eslint": "^0.6.1",
"@nuxt/ui": "^2.19.2",
"@nuxt/ui-pro": "^1.5.0",
"@nuxthub/core": "^0.8.6",
"@vueuse/core": "^11.2.0",
"better-auth": "0.7.6-beta.2",
"nuxt": "^3.14.159",
"ofetch": "^1.4.1",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.6.1",
"eslint": "^9.14.0",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.10",
"wrangler": "^3.85.0"
},
"packageManager": "[email protected]"
}