-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 856 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
{
"name": "mini-vite",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "set DEBUG=dev & tsup --watch",
"build": "tsup --minify"
},
"bin": {
"mini-vite": "./bin/mini-vite"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cac": "^6.7.14",
"chokidar": "^3.5.3",
"connect": "^3.7.0",
"debug": "^4.3.4",
"es-module-lexer": "^1.3.0",
"esbuild": "^0.18.10",
"fs-extra": "^11.1.1",
"magic-string": "^0.30.0",
"picocolors": "^1.0.0",
"resolve": "^1.22.2",
"rollup": "^3.25.3",
"sirv": "^2.0.3",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/connect": "^3.4.35",
"@types/debug": "^4.1.8",
"@types/fs-extra": "^11.0.1",
"@types/resolve": "^1.20.2",
"@types/ws": "^8.5.5",
"tsup": "^7.1.0"
}
}