forked from heyform/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.66 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
{
"name": "@heyform/docs",
"type": "module",
"version": "0.3.2",
"author": "Heyooo, Inc.",
"private": true,
"license": "MIT",
"homepage": "https://docs.heyform.net",
"repository": {
"type": "git",
"url": "git+https://github.com/heyform/docs.git"
},
"bugs": "https://github.com/heyform/docs/issues",
"main": "./nuxt.config.ts",
"files": [
"app",
"app.vue",
"components",
"components.json",
"composables",
"layouts",
"lib",
"nuxt.config.ts",
"pages"
],
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@nuxt/content": "^2.13.0",
"@nuxt/icon": "^1.0.0",
"@nuxt/image": "^1.7.0",
"@nuxtjs/color-mode": "^3.4.2",
"@nuxtjs/tailwindcss": "^6.12.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"ipx": "^3.0.1",
"lucide-vue-next": "^0.379.0",
"medium-zoom": "^1.1.0",
"nuxt": "^3.12.2",
"radix-vue": "^1.8.5",
"shadcn-nuxt": "^0.10.4",
"sharp": "^0.33.4",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.2",
"vue": "^3.4.30",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.1",
"@iconify-json/heroicons": "^1.1.21",
"@iconify-json/lucide": "^1.1.195",
"@iconify-json/simple-icons": "^1.1.108",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"eslint": "9.2.0",
"shiki": "^1.9.1",
"vue-tsc": "^2.0.22"
}
}