-
Notifications
You must be signed in to change notification settings - Fork 96
/
package.json
44 lines (44 loc) · 1.09 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-mock-monorepo",
"version": "2.9.8",
"private": true,
"description": "A mock plugin for vite",
"files": [
"dist",
"es"
],
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"log": "conventional-changelog -p angular -i CHANGELOG.md -s",
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
"lint:eslint": "eslint \"src/**/*.{ts,tsx}\" --fix",
"prepare": "husky install"
},
"keywords": [
"vite",
"mock",
"hmr"
],
"author": "Vben",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@types/connect": "^3.4.35",
"@types/debug": "^4.1.7",
"@types/node": "^16.18.23",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"prettier": "^2.8.7",
"rimraf": "^5.0.0",
"typescript": "^5.0.4"
}
}