-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.08 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
{
"name": "vite-plugin-singlefile-compression",
"version": "1.4.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"type": "module",
"scripts": {
"build": "rimraf dist && tsc && node build.js && cd test && npm run build",
"prepublishOnly": "npm run build"
},
"author": "bddjr",
"license": "MIT",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/bddjr/vite-plugin-singlefile-compression.git"
},
"keywords": [
"vite-plugin",
"vite",
"plugin",
"SFA",
"single-file",
"singlefile",
"single",
"compression",
"compress",
"gzip",
"inline",
"frontend",
"js",
"javascript",
"css"
],
"dependencies": {
"@types/html-minifier-terser": "^7.0.2",
"@types/node": "^22.10.7",
"base128-ascii": "^2.1.0",
"esbuild": "^0.24.0",
"html-minifier-terser": "^7.2.0",
"mime": "^4.0.4",
"mini-svg-data-uri": "^1.4.4",
"picocolors": "^1.1.1",
"rimraf": "^6.0.1",
"typescript": "^5.7.2",
"vite": "^6.0.11"
}
}