-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "client",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "prettier --write .",
"db:generate": "drizzle-kit generate"
},
"devDependencies": {
"@iconify-json/material-symbols": "1.2.7",
"@types/bcryptjs": "2.4.6",
"@types/uuid": "10.0.0",
"drizzle-kit": "0.28.1",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.1.0",
"typescript": "5.6.3",
"wrangler": "3.88.0"
},
"dependencies": {
"@nuxt/fonts": "0.10.2",
"@nuxt/icon": "1.8.1",
"@nuxthub/core": "0.8.7",
"@sidebase/nuxt-auth": "0.9.4",
"bcryptjs": "2.4.3",
"drizzle-orm": "0.36.3",
"naive-ui": "^2.40.1",
"nuxt": "3.14.159",
"nuxtjs-naive-ui": "1.0.2",
"sass": "1.81.0",
"unenv": "1.10.0",
"unplugin-auto-import": "0.18.5",
"unplugin-vue-components": "0.27.4",
"uuid": "11.0.3",
"vue": "3.5.13",
"vue-router": "4.4.5"
},
"trustedDependencies": [
"@parcel/watcher"
]
}