forked from ppy-sb/Guccho
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 4.35 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "guccho",
"version": "1.3.0",
"private": true,
"type": "module",
"scripts": {
"build": "nuxi build",
"build:hljs": "node scripts/gen-hljs.mjs",
"build:gen": "pnpm run build:hljs",
"build:all": "pnpm run build:gen && pnpm run build",
"dev": "nuxi dev",
"generate": "nuxi generate",
"start:prod": "dotenv -e .env node .output/server/index.mjs",
"start:dev:inspect": "dotenv -e .env node -- --inspect .output/server/index.mjs",
"analyze": "nuxi analyze",
"postinstall": "pnpm run build:gen & nuxi prepare",
"typecheck": "nuxi typecheck",
"lint": "eslint --ext '.js,.vue,.ts,.jsx,.tsx' --ignore-path .gitignore .",
"lint:fix": "pnpm run lint --fix",
"sync-from-lock": "pnpm run upgrade && npx syncyarnlock --save --keepPrefix && pnpm run install",
"check-update": "npx npm-check-updates",
"update-dep": "npx npm-check-updates -u && pnpm run install",
"check-backend-config": "tsc --noEmit env.ts"
},
"dependencies": {
"@headlessui-float/vue": "^0.11.4",
"@headlessui/vue": "^1.7.16",
"@nuxt/image": "^1.0.0-rc.3",
"@nuxtjs/auth-next": "5.0.0-1667386184.dfbbb54",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/i18n": "^8.2.0",
"@pinia/nuxt": "^0.5.1",
"@tailwindcss/typography": "^0.5.10",
"@tiptap/core": "^2.1.12",
"@tiptap/extension-code-block": "^2.1.12",
"@tiptap/extension-code-block-lowlight": "^2.1.12",
"@tiptap/extension-highlight": "^2.1.12",
"@tiptap/extension-link": "^2.1.12",
"@tiptap/extension-task-item": "^2.1.12",
"@tiptap/extension-task-list": "^2.1.12",
"@tiptap/extension-text-align": "^2.1.12",
"@tiptap/extension-typography": "^2.1.12",
"@tiptap/html": "^2.1.12",
"@tiptap/pm": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"@tiptap/suggestion": "^2.1.12",
"@tiptap/vue-3": "^2.1.12",
"@trpc/client": "^10.40.0",
"@trpc/server": "^10.40.0",
"@types/ua-parser-js": "^0.7.37",
"@vueuse/core": "^10.5.0",
"atropos": "^2.0.2",
"bcryptjs": "^2.4.3",
"bson": "^6.1.0",
"chart.js": "^4.4.0",
"color-convert": "^2.0.1",
"core-js": "^3.33.0",
"daisyui-vue": "^0.0.1-alpha.21",
"devalue": "^4.3.2",
"directory-tree": "^3.5.1",
"dotenv-cli": "^7.3.0",
"drizzle-orm": "^0.30.0",
"glob": "10.3.10",
"highlight.js": "^11.9.0",
"image-type": "^5.2.0",
"lodash-es": "^4.17.21",
"lowlight": "^3.1.0",
"md5": "^2.3.0",
"mysql2": "^3.9.8",
"nodemailer": "^6.9.10",
"prosemirror-commands": "^1.5.2",
"prosemirror-dropcursor": "^1.8.1",
"prosemirror-gapcursor": "^1.3.2",
"prosemirror-history": "^1.3.2",
"prosemirror-keymap": "^1.2.2",
"prosemirror-schema-list": "^1.3.0",
"prosemirror-state": "^1.4.3",
"prosemirror-transform": "^1.8.0",
"prosemirror-view": "^1.32.1",
"redis": "^4.6.10",
"remixicon": "^3.5.0",
"schema-evolution": "^0.0.5",
"superjson": "^2.0.0",
"switch-pattern": "^0.2.1",
"systeminformation": "^5.21.12",
"trpc-nuxt": "0.10.20",
"ts-enum-util": "^4.0.2",
"ts-mixer": "^6.0.3",
"ua-parser-js": "^1.0.36",
"uuid": "^9.0.1",
"validator": "^13.11.0",
"vue": "^3.3.4",
"vue-advanced-cropper": "^2.8.8",
"vue-chart-3": "^3.1.8",
"vue-json-pretty": "^2.4.0",
"winston": "^3.11.0",
"zod": "^3.22.4",
"zod-validation-error": "^1.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.43.1",
"@nuxt/devtools": "^0.8.5",
"@nuxtjs/tailwindcss": "^6.11.4",
"@pinia-plugin-persistedstate/nuxt": "^1.1.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tiptap/extension-image": "^2.1.12",
"@types/bcryptjs": "^2.4.4",
"@types/chart.js": "^2.9.38",
"@types/color-convert": "^2.0.1",
"@types/lodash-es": "^4.17.9",
"@types/md5": "^2.3.3",
"@types/node": "20.8.6",
"@types/nodemailer": "^6.4.14",
"@types/uuid": "^9.0.5",
"@types/validator": "^13.11.3",
"@vicons/ionicons5": "^0.12.0",
"@vueuse/components": "^10.5.0",
"daisyui": "^4.10.1",
"drizzle-kit": "^0.20.14",
"eslint": "^8.54.0",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-vue": "^9.17.0",
"nuxt": "^3.9.0",
"nuxt-animejs": "^2.0.0",
"nuxt-icon": "^0.5.0",
"pinia": "^2.0.0",
"sass": "^1.69.3",
"tailwind-highlightjs": "^2.0.1",
"typescript": "^5.2.2",
"vue-tsc": "^1.8.19"
}
}