-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.64 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.64 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
{
"name": "halolight-lit",
"version": "0.1.0",
"private": true,
"description": "基于 Lit + Vite 的 Web Components 中文后台管理系统,具备原生组件化和跨框架能力",
"author": "h7ml <h7ml@qq.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/halolight/halolight-lit"
},
"homepage": "https://halolight-lit.h7ml.cn",
"bugs": {
"url": "https://github.com/halolight/halolight-lit/issues"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"type-check": "tsc --noEmit",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --fix"
},
"dependencies": {
"@lit/context": "^1.1.3",
"@lit/task": "^1.0.1",
"chart.js": "^4.4.1",
"dayjs": "^1.11.10",
"lit": "^3.3.1",
"lucide": "^0.460.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/node": "^22.10.0",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"@web/test-runner": "^0.19.0",
"@web/test-runner-playwright": "^0.11.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.18.0",
"happy-dom": "^20.0.11",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.0",
"typescript": "^5.9.3",
"vite": "^7.2.4",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"packageManager": "pnpm@10.23.0"
}