forked from zxlie/FeHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.28 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.28 KB
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
{
"name": "FeHelper",
"version": "1.0.0",
"description": "FeHelper-前端助手",
"main": "index.js",
"dependencies": {
"crypto": "^1.0.1",
"geoip-lite": "^1.4.10",
"imagemin-mozjpeg": "^10.0.0",
"ua-parser-js": "^2.0.3"
},
"devDependencies": {
"@babel/code-frame": "^7.27.1",
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-copy": "^4.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-jsonminify": "^1.1.0",
"gulp-uglify-es": "^3.0.0",
"gulp-uglifycss": "^1.0.9",
"gulp-zip": "^4.1.0",
"nodemon": "^3.1.10",
"pretty-bytes": "^4.0.2",
"run-sequence": "^2.2.1",
"shelljs": "^0.8.1",
"svgo": "^2.8.0",
"uuid": "^9.0.0"
},
"scripts": {
"watch": "gulp watch",
"build": "gulp",
"preinstall": "npx npm-force-resolutions",
"dev": "nodemon server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zxlie/FeHelper.git"
},
"keywords": [
"fehelper"
],
"author": "zhaoxianlie",
"license": "ISC",
"bugs": {
"url": "https://github.com/zxlie/FeHelper/issues"
},
"homepage": "https://github.com/zxlie/FeHelper"
}