-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
{
"name": "dgui",
"version": "1.1.4",
"description": "vue3 component ui ",
"main": "index.js",
"scripts": {
"dev:example": "pnpm run -C examples dev",
"dev:docs": "pnpm run -C docs docs:dev",
"build:ui": "pnpm run -C packages/components build",
"build:docs": "pnpm run -C docs docs:build",
"test": "test",
"release": "node ./scripts/release.js",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dyggod/dg-design-vue.git"
},
"keywords": [
"vue3",
"component",
"ui-library"
],
"author": "dyggod",
"license": "ISC",
"bugs": {
"url": "https://github.com/dyggod/dg-design-vue/issues"
},
"homepage": "https://github.com/dyggod/dg-design-vue#readme",
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.28.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.7.0",
"husky": "^8.0.2",
"less": "^4.1.3",
"standard-version": "^9.5.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"unplugin-vue-define-options": "^0.12.8",
"vite": "^3.2.4",
"vite-plugin-dts": "^1.7.1",
"vue": "^3.2.36"
}
}