-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "vite-plugin-deadfile",
"version": "1.3.0",
"license": "MIT",
"author": "stauren@qq.com",
"type": "module",
"files": ["dist", "CHANGELOG.md", "README.md", "LICENSE"],
"keywords": ["frontend", "unused", "dead", "source", "vite"],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"scripts": {
"tsc": "tsc --emitDeclarationOnly",
"build": "npm run tsc && vite build --ssr"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stauren/vite-plugin-deadfile.git"
},
"bugs": {
"url": "https://github.com/stauren/vite-plugin-deadfile/issues"
},
"homepage": "https://github.com/stauren/vite-plugin-deadfile/tree/main/#readme",
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.8.10",
"rollup": "^4.8.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.0"
},
"peerDependencies": {
"vite": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"@swc/core": "^1.3.100",
"fs-extra": "^11.2.0"
}
}