-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 4.05 KB
/
package.json
File metadata and controls
140 lines (140 loc) · 4.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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "@soybeanjs/ui",
"version": "0.15.0-beta.2",
"description": "SoybeanUI is built on top of SoybeanHeadless, providing a collection of styled components for Vue 3.",
"homepage": "https://github.com/soybeanjs/soybean-ui",
"bugs": {
"url": "https://github.com/soybeanjs/soybean-ui/issues"
},
"license": "MIT",
"author": {
"name": "Soybean",
"email": "soybeanjs@outlook.com",
"url": "https://github.com/soybeanjs"
},
"repository": {
"url": "https://github.com/soybeanjs/soybean-ui.git"
},
"files": [
"dist"
],
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./nuxt": {
"types": "./dist/nuxt/index.d.ts",
"import": "./dist/nuxt/index.js",
"require": "./dist/nuxt/index.js"
},
"./resolver": {
"types": "./dist/resolver/index.d.ts",
"import": "./dist/resolver/index.js",
"require": "./dist/resolver/index.js"
},
"./styles.css": "./dist/styles.css"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "pnpm build:headless && pnpm build:ui && pnpm build:css",
"build:css": "unocss build",
"build:docs": "pnpm --filter @soybeanjs/ui-docs build",
"build:headless": "pnpm --filter @soybeanjs/headless build",
"build:play": "vite build",
"build:ui": "pnpm tsdown",
"cleanup": "soy cleanup",
"commit": "soy git-commit",
"dev": "vite",
"dev:docs": "pnpm --filter @soybeanjs/ui-docs dev",
"lint": "oxlint --fix && eslint --fix .",
"fmt": "oxfmt",
"prepare": "simple-git-hooks",
"preview": "vite preview",
"preview:docs": "pnpm --filter @soybeanjs/ui-docs preview",
"publish-pkg": "pnpm publish -r --access public",
"release": "soy release",
"stub": "tsx scripts/stub.ts",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"test:watch": "vitest watch",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"unstub": "tsx scripts/stub.ts --reset",
"upkg": "soy ncu"
},
"dependencies": {
"@formkit/auto-animate": "^0.9.0",
"@iconify/vue": "^5.0.0",
"@soybeanjs/colord": "^0.5.0",
"@soybeanjs/headless": "workspace:^",
"@soybeanjs/hooks": "^0.1.0",
"@soybeanjs/shadcn-theme": "^0.3.1",
"@soybeanjs/utils": "^0.1.0",
"@vueuse/core": "^14.2.1",
"clsx": "^2.1.1",
"fuse.js": "^7.3.0",
"tailwind-merge": "^3.5.0",
"tailwind-variants": "^3.2.2",
"valibot": "^1.3.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@soybeanjs/cli": "^1.7.1",
"@soybeanjs/eslint-config-vue": "^0.0.2",
"@soybeanjs/unocss-preset": "^0.2.0",
"@soybeanjs/unocss-shadcn": "^0.3.4",
"@types/node": "^25.6.0",
"@unocss/cli": "^66.6.8",
"@vitest/coverage-v8": "^4.1.4",
"@vue/test-utils": "^2.4.6",
"axe-core": "^4.11.3",
"eslint": "^10.2.1",
"happy-dom": "^20.9.0",
"lint-staged": "^16.4.0",
"oxfmt": "^0.45.0",
"oxlint": "^1.60.0",
"simple-git-hooks": "^2.13.1",
"tsdown": "0.21.9",
"tsx": "^4.21.0",
"typescript": "^6.0.3",
"unocss": "^66.6.8",
"unocss-preset-animations": "^1.3.0",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue": "^7.1.1",
"unplugin-vue-components": "^32.0.0",
"unplugin-vue-jsx": "^0.8.1",
"vite": "^8.0.8",
"vite-plugin-vue-devtools": "^8.1.1",
"vite-plugin-vue-meta-layouts": "^0.6.1",
"vitest": "^4.1.4",
"vue": "^3.5.32",
"vue-router": "^5.0.4",
"vue-tsc": "^3.2.6"
},
"simple-git-hooks": {
"commit-msg": "pnpm soy git-commit-verify",
"pre-commit": "pnpm typecheck && pnpm lint-staged"
},
"lint-staged": {
"*": "oxlint . --fix && oxfmt"
},
"packageManager": "pnpm@10.33.0",
"pnpm": {
"overrides": {
"vite-ssg>jsdom": "27.0.1"
},
"ignoredBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"simple-git-hooks"
]
}
}