-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 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
{
"name": "tech-weburz-com",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host 0.0.0.0 --port 3001",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"typecheck": "nuxt typecheck",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.108",
"@iconify-json/simple-icons": "^1.2.83",
"@nuxt/content": "^3.14.0",
"@nuxt/image": "^2.0.0",
"@nuxt/ui": "^4.7.1",
"@takumi-rs/core": "^1.3.0",
"@vueuse/core": "^14.3.0",
"minimark": "^0.2.0",
"nuxt": "^4.4.6",
"nuxt-og-image": "^6.5.1",
"tailwindcss": "^4.3.0",
"ufo": "^1.6.4"
},
"devDependencies": {
"@nuxt/eslint": "^1.15.2",
"eslint": "^10.4.0",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.8.1",
"prettier-plugin-organize-imports": "^4.3.0",
"typescript": "^6.0.3",
"vue-tsc": "^3.3.0"
},
"packageManager": "pnpm@11.1.3"
}