-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.42 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
58
59
60
{
"name": "yzy_vite",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": {
"yzy_vite": "bin/yzy_vite"
},
"scripts": {
"start": "tsup --watch",
"build": "tsup --minify",
"prepare": "husky || true",
"commit": "git-cz"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/connect": "^3.4.38",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/resolve": "^1.20.6",
"@types/ws": "^8.5.13",
"cac": "^6.7.14",
"chokidar": "^4.0.1",
"connect": "^3.7.0",
"debug": "^4.3.7",
"es-module-lexer": "^1.5.4",
"esbuild": "^0.24.0",
"fs-extra": "^11.2.0",
"magic-string": "^0.30.13",
"picocolors": "^1.1.1",
"resolve": "^1.22.8",
"rollup": "^4.27.3",
"sirv": "^3.0.0",
"tsup": "^8.3.5",
"ws": "^8.18.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.15.0",
"commitizen": "^4.3.1",
"commitlint": "^19.6.0",
"commitlint-config-cz": "^0.13.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.2.1",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.12.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0"
}
}