-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.41 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
{
"name": "@lobehub/chat-plugin-clock-time",
"version": "1.0.0",
"private": true,
"homepage": "https://github.com/lobehub/chat-plugin-clock-time",
"repository": "https://github.com/lobehub/chat-plugin-clock-time.git",
"type": "module",
"scripts": {
"build": "tsc && vite build",
"ci": "npm run lint && npm run type-check",
"dev": "vite",
"lint": "eslint \"{src,api,docs}/**/*.{js,jsx,ts,tsx}\" --fix",
"preview": "vite preview",
"release": "semantic-release",
"test": "vitest --passWithNoTests",
"test:coverage": "vitest --coverage --passWithNoTests",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@lobehub/ui": "^1.108.2",
"antd": "^5",
"antd-style": "^3.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-layout-kit": "^1",
"zustand": "^4",
"zustand-utils": "^1"
},
"devDependencies": {
"@commitlint/cli": "^17",
"@lobehub/lint": "latest",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"@vitest/coverage-v8": "latest",
"commitlint": "^17",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"husky": "^8",
"lint-staged": "^15",
"prettier": "^3.0.3",
"semantic-release": "^21",
"stylelint": "^15",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vitest": "latest"
}
}