-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.36 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
{
"name": "nuxtlify-theme-builder",
"private": true,
"type": "module",
"version": "1.0.0",
"author": "Toni Kritz",
"scripts": {
"predev": "node scripts/generate-tailwind-safelist.mjs",
"prebuild": "node scripts/generate-tailwind-safelist.mjs",
"pregenerate": "node scripts/generate-tailwind-safelist.mjs",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"extract:nuxt-ui": "node scripts/extract-nuxt-ui-types.mjs",
"scrape:nuxt-ui-props": "node scripts/scrape-nuxt-ui-props.mjs app/config/nuxt-ui-docs.targets.json --outDir app/generated/nuxt-ui-docs"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.15",
"@iconify-json/lucide": "^1.2.62",
"@iconify-json/simple-icons": "^1.2.47",
"@nuxt/ui": "^3.3.2",
"@nuxtjs/i18n": "^10.0.5",
"@nuxtjs/seo": "^3.1.0",
"@nuxtjs/sitemap": "^7.4.3",
"@pinia/nuxt": "^0.11.2",
"@vercel/analytics": "^1.5.0",
"ai": "^5.0.15",
"cheerio": "^1.0.0-rc.12",
"nuxt": "^4.0.3",
"pinia": "^3.0.3",
"shiki": "^3.9.2",
"tailwind-merge": "^3.3.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@nuxt/eslint": "^1.8.0",
"@types/archiver": "^6.0.3",
"eslint": "^9.33.0",
"typescript": "^5.8.3"
}
}