-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 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
{
"name": "tiny-vite",
"version": "2.0.1-beta.3",
"description": "",
"main": "index.js",
"bin": {
"mini-vite": "bin/mini-vite"
},
"scripts": {
"start": "tsup --watch",
"build": "tsup --minify",
"release": "bumpp && pnpm publish",
"postinstall": "cd playground && pnpm install",
"prepublishOnly": "pnpm run build",
"playground": "cd playground && pnpm dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sunny-117/tiny-vite.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sunny-117/tiny-vite/issues"
},
"homepage": "https://github.com/Sunny-117/tiny-vite#readme",
"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",
"bumpp": "^9.2.1"
},
"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"
}
}