-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 837 Bytes
/
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
{
"name": "ping",
"version": "1.2.5",
"private": true,
"license": "Apache License 2.0",
"author": {
"name": "chianyin",
"email": "[email protected]"
},
"engines": {
"node": ">= 18"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build:gh-pages": "vite build --base=/ping/",
"preview": "vite preview",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "DEBUG=eslint:cli-engine eslint --fix .",
"lint:check": "DEBUG=eslint:cli-engine eslint ."
},
"devDependencies": {
"@vitejs/plugin-legacy": "^5.3.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"jquery": "^3.7.1",
"less": "^4.2.0",
"normalize.css": "^8.0.1",
"prettier": "^3.0.3",
"vite": "^5.2.9",
"vite-plugin-html": "^3.2.0"
}
}