-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.3 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
{
"name": "getz3-dev",
"type": "module",
"private": true,
"packageManager": "pnpm@10.16.1",
"engines": {
"node": "^22.0.0"
},
"scripts": {
"dev": "mkdir -p /tmp/z3 && TMPDIR=/tmp/z3 nuxt dev --host",
"build": "nuxt build",
"generate": "nuxt generate",
"generate:staging": "NUXT_PUBLIC_SITE_URL=https://staging.getz3.dev ROBOTS_SITE_ENV=staging nuxt generate",
"generate:prod": "NUXT_PUBLIC_SITE_URL=https://getz3.dev ROBOTS_SITE_ENV=production nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@formkit/auto-animate": "^0.9.0",
"@nuxt/ui": "^4.3.0",
"@nuxtjs/robots": "^5.5.1",
"@nuxtjs/sitemap": "^7.5.0",
"@tailwindcss/vite": "^4.1.14",
"motion-v": "^1.9.0",
"tailwindcss": "^4.1.14"
},
"devDependencies": {
"@antfu/eslint-config": "^5.3.0",
"@iconify-json/lucide": "^1.2.69",
"@iconify-json/simple-icons": "^1.2.54",
"@nuxt/devtools": "latest",
"@types/node": "^22.18.3",
"eslint": "^9.35.0",
"eslint-plugin-better-tailwindcss": "^4.3.2",
"eslint-plugin-format": "^1.0.1",
"nuxt": "^4.1.3",
"typescript": "^5.9.2",
"vue": "^3.5.22",
"vue-tsc": "^3.2.2"
}
}