-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.26 KB
/
package.json
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@una-ui/content",
"type": "module",
"version": "45.1.0",
"packageManager": "pnpm@10.5.2",
"description": "Craft visually appealing content effortlessly using Una UI",
"author": "Phojie Rengel <phojrengel@gmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/phojie",
"homepage": "https://content.unaui.com",
"repository": {
"type": "git",
"url": "git+https://github.com/una-ui/content.git"
},
"bugs": "https://github.com/una-ui/content/issues",
"keywords": [
"markdown",
"docs",
"vue",
"nuxt",
"una-ui",
"nuxt-content",
"nuxt-theme",
"theme"
],
"main": "./nuxt.config.ts",
"files": [
"app",
"app.vue",
"assets",
"components",
"components.json",
"composables",
"layouts",
"lib",
"nuxt.config.ts",
"pages",
"types"
],
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"reset": "pnpm store prune && rm -rf .nuxt dist node_modules pnpm-lock.yaml && pnpm install",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/lucide": "^1.2.27",
"@iconify-json/radix-icons": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.26",
"@iconify-json/tabler": "^1.2.16",
"@iconify-json/vscode-icons": "^1.2.16",
"@iconify/utils": "^2.3.0",
"@nuxt/content": "^2.13.4",
"@nuxt/icon": "^1.10.3",
"@nuxt/image": "^1.9.0",
"@una-ui/nuxt": "npm:@una-ui/nuxt-edge",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"nuxt": "^3.16.0",
"nuxt-content-snippet": "^1.0.0",
"nuxt-og-image": "^5.0.2",
"radix-vue": "^1.9.17",
"tailwind-merge": "^3.0.2",
"typescript": "5.6.3",
"ufo": "^1.5.4",
"unocss": "^v66.0.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.3.0",
"@nuxt/devtools": "^2.1.1",
"@unocss/core": "66.0.0",
"@unocss/eslint-plugin": "^66.0.0",
"@unocss/extractor-mdc": "^66.0.0",
"@vueuse/core": "^12.7.0",
"eslint": "^9.21.0",
"shiki": "^2.5.0",
"vue-tsc": "2.1.10"
}
}