| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "FeHelper",
- "version": "1.0.0",
- "description": "FeHelper-前端助手",
- "main": "index.js",
- "dependencies": {
- "crypto": "^1.0.1",
- "geoip-lite": "^1.4.10",
- "ua-parser-js": "^2.0.3"
- },
- "devDependencies": {
- "@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": "^1.1.0",
- "gulp-htmlmin": "^4.0.0",
- "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"
- },
- "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/FeOnline.git"
- },
- "keywords": [
- "fehelper"
- ],
- "author": "zhaoxianlie",
- "license": "ISC",
- "bugs": {
- "url": "https://www.baidufe.com/fehelper/feedback.html"
- },
- "homepage": "https://www.baidufe.com/fehelper"
- }
|