forked from LouisMazel/maz-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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": "maz-ui",
"version": "0.0.1",
"description": "A stand-alone components library for Vue.Js & Nuxt.Js (v3.x)",
"scripts": {
"prepare": "npx husky install",
"pre-commit": "lint-staged",
"format": "prettier . --write",
"lint": "lerna run lint --parallel",
"release": "npx lerna version"
},
"lint-staged": {
"!(node_modules/**/*|packages/**/*|.prettierignore|.gitignore|.editorconfig).*": [
"prettier . --write"
]
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/command-exists": "^1.2.0",
"@types/node": "^18.6.4",
"commitlint-config-cz": "^0.13.3",
"cz-customizable": "^6.9.1",
"gulp-conventional-changelog": "^2.0.35",
"husky": "^8.0.1",
"lerna": "^5.3.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LouisMazel/maz-ui.git"
},
"keywords": [
"vue",
"components",
"vue-component",
"framework",
"library",
"ui"
],
"author": "LouisMazel <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/LouisMazel/maz-ui/issues"
},
"homepage": "https://louismazel.github.io/maz-ui/"
}