-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 857 Bytes
/
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
{
"name": "psyui",
"version": "0.1.0",
"type": "module",
"repository": "Psycarlo/psyui",
"author": {
"name": "psycarlo",
"url": "https://psycarlo.com",
"email": "[email protected]"
},
"license": "MIT",
"private": "true",
"packageManager": "[email protected]",
"keywords": [
"Vue",
"UI",
"Components"
],
"scripts": {
"dev": "turbo run dev",
"format": "prettier --cache --check .",
"format:fix": "prettier --cache --write .",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"eslint": "^9.5.0",
"husky": "^9.0.11",
"prettier": "^3.3.2",
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-tailwindcss": "^0.6.4",
"turbo": "^2.0.3"
}
}