-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
57 lines (57 loc) · 1.52 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
{
"name": "ui-kit",
"version": "1.0.0",
"workspaces": [
"packages/configs",
"packages/documentation",
"packages/icons",
"packages/ui",
"packages/utils"
],
"description": "The Acronis UI Component Library is a UI component library for Web applications and Web-based Desktop applications based on Vue.js v3",
"scripts": {
"husky": "pnpm run lint-staged && pnpm run lint:ts",
"lint-staged": "lint-staged",
"lint": "pnpm run -r lint",
"lint:fix": "pnpm run -r lint:fix",
"lint:ts": "pnpm run -r lint:ts",
"prepare": "husky",
"build": "pnpm -r build",
"test": "pnpm -r test -- --watch=false",
"release": "pnpm run release --workspaces"
},
"engines": {
"node": ">=20.9.0"
},
"keywords": [],
"author": "Acronis",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.2",
"@acronis-platform/configs": "workspace:*",
"@vue/language-server": "1.8.27",
"config": "3.3.11",
"husky": "9.0.11",
"lint-staged": "13.2.3",
"vite": "5.4.6",
"vite-plugin-dts": "3.8.3"
},
"pnpm": {
"overrides": {
"body-parser": "~1.20.3",
"braces": "~3.0.3",
"cross-spawn": "~7.0.6",
"path-to-regexp": ">=0.1.12",
"ws": ">=8.17.1"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/acronis/ui-component-library.git"
},
"bugs": {
"url": "https://github.com/acronis/ui-component-library/issues"
},
"packageManager": "[email protected]"
}