-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.48 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.48 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
{
"name": "nuxt",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">=24.11.0",
"pnpm": ">=10.33.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.3.1",
"@nuxt/fonts": "0.14.0",
"@nuxt/icon": "2.2.2",
"@nuxt/image": "2.0.0",
"@nuxtjs/sitemap": "8.0.15",
"@octokit/rest": "22.0.1",
"@shikijs/langs": "4.0.2",
"@shikijs/themes": "4.0.2",
"@tailwindcss/typography": "0.5.19",
"comark": "0.3.2",
"nuxt": "4.4.6",
"shiki": "4.0.2",
"tailwindcss": "4.3.0",
"vue": "3.5.34",
"vue-router": "5.0.7"
},
"devDependencies": {
"@iconify-json/fa7-regular": "1.2.3",
"@iconify-json/fa7-solid": "1.2.4",
"@nuxt/eslint": "1.15.2",
"@tailwindcss/vite": "4.3.0",
"@types/node": "24.12.4",
"eslint": "10.4.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.5",
"prettier": "3.8.3",
"prettier-plugin-tailwindcss": "0.8.0",
"tsx": "4.22.2",
"typescript": "6.0.3"
}
}