-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.39 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
{
"name": "licht-design",
"version": "1.0.0",
"description": "Licht UI 是一个基于Vue3开发的轻量级组件库",
"scripts": {
"dev": "pnpm -C play dev",
"build": "ts-node script/build",
"dev:docs": "pnpm -C docs docs:dev",
"build:docs": "pnpm -C docs docs:build",
"preview:docs": "pnpm -C docs docs:preview"
},
"files": [
"dist/"
],
"keywords": [
"licht",
"lichtui",
"licht-ui",
"vue components",
"component library",
"ui framework",
"ui",
"vue"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xiaoxustudio/LichtUI.git"
},
"dependencies": {
"@licht-ui/components": "workspace:^",
"@licht-ui/theme-chalk": "workspace:^",
"@licht-ui/utils": "workspace:^",
"lodash-unified": "^1.0.3",
"shiki": "^1.22.2",
"typescript": "^5.6.3",
"vue": "^3.5.12"
},
"devDependencies": {
"@types/node": "^22.8.6",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@vitepress-demo-preview/component": "^2.3.2",
"@vitepress-demo-preview/plugin": "^1.2.3",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"sass": "^1.77.6",
"ts-morph": "^23.0.0",
"typescript-eslint": "^8.12.2",
"unplugin-vue-define-options": "^1.5.2",
"vite": "^5.4.10",
"vite-plugin-dts": "^4.3.0"
}
}