-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1009 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
38
39
40
41
42
43
44
{
"name": "mini-vite",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": {
"mini-vite": "./bin/mini-vite"
},
"scripts": {
"start": "tsup --watch",
"build": "tsup --minify"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/babel__core": "^7.1.19",
"@types/connect": "^3.4.35",
"@types/debug": "^4.1.7",
"@types/fs-extra": "^9.0.13",
"@types/resolve": "^1.20.2",
"@types/ws": "^8.5.3",
"esbuild-darwin-arm64": "^0.14.38",
"tsup": "^5.12.6",
"typescript": "^4.6.4"
},
"dependencies": {
"@babel/core": "^7.17.10",
"cac": "^6.7.12",
"chokidar": "^3.5.3",
"connect": "^3.7.0",
"debug": "^4.3.4",
"es-module-lexer": "^0.10.5",
"esbuild": "^0.14.38",
"fs-extra": "^10.1.0",
"magic-string": "^0.26.1",
"picocolors": "^1.0.0",
"react-refresh": "^0.13.0",
"resolve": "^1.22.0",
"rollup": "^2.70.2",
"sirv": "^2.0.2",
"ws": "^8.5.0"
}
}