forked from vbenjs/vite-plugin-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.77 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
58
59
60
61
62
63
64
65
66
67
{
"name": "vite-plugin-html-packages",
"version": "2.1.2",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"log": "conventional-changelog -p angular -i CHANGELOG.md -s",
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
"lint:pretty": "pretty-quick --staged",
"lint:eslint": "eslint \"src/**/*.{ts,tsx}\" --fix",
"test": "jest --coverage",
"test:watch": "jest --watch",
"prepare": "husky install"
},
"keywords": [
"vite",
"html",
"minify",
"vite-plugin"
],
"author": "Vben",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vbenjs/vite-plugin-html"
},
"bugs": {
"url": "https://github.com/vbenjs/vite-plugin-html/issues"
},
"homepage": "https://github.com/vbenjs/vite-plugin-html/tree/master/#readme",
"dependencies": {
"ejs": "^3.1.6",
"fs-extra": "^10.0.0",
"html-minifier-terser": "^6.1.0"
},
"peerDependencies": {
"vite": ">=2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^16.0.0",
"@commitlint/config-conventional": "^16.0.0",
"@types/html-minifier-terser": "^6.1.0",
"@types/jest": "^27.0.3",
"@types/jsdom": "^16.2.14",
"@types/node": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-jest": "^25.3.0",
"husky": "^7.0.4",
"jest": "^27.4.5",
"lint-staged": "^12.1.4",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.2",
"tsup": "^5.11.9",
"typescript": "^4.5.4",
"vite": "^2.7.7"
}
}