-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.59 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
{
"name": "nuxt",
"type": "module",
"private": true,
"packageManager": "pnpm@11.17.0",
"engines": {
"node": ">=24.11.0",
"pnpm": ">=11.17.0"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@comark/nuxt": "0.7.0",
"@nuxt/fonts": "0.14.0",
"@nuxt/icon": "2.5.1",
"@nuxt/image": "2.1.0",
"@nuxtjs/sitemap": "8.5.0",
"@octokit/request-error": "7.1.2",
"@octokit/rest": "22.0.1",
"@shikijs/langs": "4.4.3",
"@shikijs/themes": "4.4.3",
"@tailwindcss/typography": "0.5.20",
"comark": "0.7.0",
"nuxt": "4.5.2",
"reka-ui": "2.10.4",
"shiki": "4.4.3",
"tailwindcss": "4.3.3",
"vue": "3.5.42",
"vue-router": "5.3.1"
},
"devDependencies": {
"@iconify-json/fa7-brands": "1.2.4",
"@iconify-json/fa7-regular": "1.2.3",
"@iconify-json/fa7-solid": "1.2.5",
"@nuxt/eslint": "1.17.0",
"@tailwindcss/vite": "4.3.3",
"@types/node": "24.13.3",
"eslint": "10.10.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.6",
"prettier": "3.9.6",
"prettier-plugin-tailwindcss": "0.8.1",
"tsx": "4.23.13",
"typescript": "6.0.3"
}
}