-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.26 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
{
"name": "@typlog/ui",
"version": "0.13.1",
"license": "MIT",
"private": true,
"type": "module",
"description": "Themed components for Reka UI.",
"author": "Hsiaoming Yang <me@lepture.com>",
"repository": {
"url": "https://github.com/typlog/ui"
},
"sideEffects": false,
"workspaces": [
"src"
],
"scripts": {
"start": "vitepress dev",
"build": "npm run build:vue",
"build:vue": "vite build && node scripts/post-build.mjs",
"build:meta": "npx tsx scripts/generate-component-meta.ts",
"build:docs": "vitepress build",
"lint": "eslint ."
},
"devDependencies": {
"@iconify-json/radix-icons": "^1.2.2",
"@iconify-json/ri": "^1.2.5",
"@radix-ui/colors": "^3.0.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.6",
"@types/node": "^24.0.0",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/eslint-config-typescript": "^14.1.0",
"autoprefixer": "^10.4.15",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^10.0.0",
"markdown-it": "^14.1.0",
"postcss": "^8.4.30",
"tailwindcss": "^4.0.0",
"unplugin-icons": "^22.1.0",
"vite": "^7.0.0",
"vite-plugin-dts": "^4.2.1",
"vitepress": "^2.0.0-alpha.15",
"vue-component-meta": "^3.0.4",
"vue-tsc": "^3.0.0"
}
}