-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "eslint-formatter-html",
"version": "2.7.2",
"description": "eslint-formatter-html",
"files": [
"dist",
"index.js"
],
"repository": {
"url": "https://github.com/shuoshubao/eslint-formatter-html.git",
"type": "git"
},
"author": {
"name": "shuoshubao",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/shuoshubao/eslint-formatter-html/issues"
},
"homepage": "https://github.com/shuoshubao/eslint-formatter-html#readme",
"license": "MIT",
"keywords": [
"eslint",
"formatter",
"eslint-formatter",
"eslint-formatter-html"
],
"scripts": {
"start": "vite",
"build": "vite build",
"prepublishOnly": "npm run build"
},
"dependencies": {
"pako": "^2.1.0",
"strip-ansi": "^5.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.0",
"antd": "5.18.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.77.4",
"vite": "^5.2.12",
"vite-plugin-externals": "^0.6.2"
}
}