123456789101112131415161718192021222324 |
- {
- "name": "shebao-jq",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "babelify": "^8.0.0",
- "browserify": "^16.5.1",
- "gulp": "^4.0.2",
- "vinyl-source-stream": "^2.0.0"
- },
- "dependencies": {
- "@babel/core": "^7.10.2",
- "@babel/preset-env": "^7.10.2",
- "del": "^5.1.0",
- "gulp-babel": "^8.0.0",
- "http-proxy-middleware": "^1.0.4"
- }
- }
|