-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.63 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"db": "drizzle-kit generate:mysql",
"lint": "eslint .",
"lint:debug": "eslint . --debug",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@iconify-json/ph": "^1.1.10",
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/color-mode": "^3.3.2",
"@shikijs/markdown-it": "^1.0.0-beta.0",
"@types/markdown-it": "^13.0.7",
"@unocss/eslint-config": "^0.58.5",
"@unocss/nuxt": "^0.58.3",
"@unocss/preset-icons": "^0.58.4",
"drizzle-kit": "^0.20.13",
"eslint": "^8.56.0",
"eslint-plugin-security-node": "^1.1.4",
"eslint-plugin-tailwindcss": "^3.14.1",
"nuxt": "^3.11.2",
"nuxt-security": "^2.0.0-beta.0",
"vue": "^3.4.14",
"vue-router": "^4.2.5"
},
"dependencies": {
"@auth/core": "^0.17.0",
"@hebilicious/authjs-nuxt": "^0.3.5",
"@iktakahiro/markdown-it-katex": "^3.0.4",
"@nuxt/image": "^1.3.0",
"@sindresorhus/slugify": "^2.2.1",
"@unocss/reset": "^0.58.3",
"bcrypt": "^5.1.1",
"drizzle-orm": "^0.29.3",
"lru-cache": "^10.2.2",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-container": "^4.0.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"markdown-it-toc-done-right": "^4.2.0",
"mysql2": "^3.8.0",
"tinycolor2": "^1.6.0",
"twemoji": "^14.0.2",
"winston": "^3.11.0"
}
}