-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.28 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
47
48
49
50
{
"name": "orion",
"version": "0.0.0 ",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"db:generate": "drizzle-kit generate"
},
"dependencies": {
"@iconify-json/simple-icons": "^1.1.106",
"@nuxt/eslint": "^0.3.13",
"@nuxt/ui": "^2.17.0",
"@nuxt/ui-pro": "^1.3.0",
"@nuxthub/core": "^0.6.17",
"@nuxtjs/sitemap": "^5.2.1",
"drizzle-orm": "^0.31.2",
"easymde": "^2.18.0",
"nanoid": "^5.0.7",
"nuxt": "^3.12.2",
"nuxt-auth-utils": "^0.0.25",
"nuxt-authorization": "^0.0.3",
"nuxt-simple-robots": "4.0.0-rc.19",
"sanitize-html": "^2.13.0",
"slugify": "^1.6.6",
"uncrypto": "^0.1.3",
"vue": "^3.4.29",
"vue-router": "^4.3.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/ph": "^1.1.13",
"@types/markdown-it": "^14.1.1",
"@types/sanitize-html": "^2.11.0",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"drizzle-kit": "^0.22.7",
"eslint": "9.2.0",
"pathe": "^1.1.2",
"quill": "2.0.2",
"wrangler": "^3.60.3"
},
"packageManager": "[email protected]"
}