jcfw-lite/package.json
2020-02-01 16:53:49 +08:00

68 lines
1.9 KiB
JSON

{
"name": "emulator",
"version": "1.0.0",
"description": "",
"main": "",
"devDependencies": {
"aliasify": "^2.1.0",
"amd-optimize": "^0.6.1",
"babel-plugin-parser-opts": "1.0.1",
"babel-plugin-transform-class-properties": "6.22.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-block-scoping": "6.22.0",
"babel-plugin-transform-es2015-shorthand-properties": "6.22.0",
"babel-plugin-transform-es2015-template-literals": "6.22.0",
"babel-preset-env": "^1.2.2",
"babelify": "7.3.0",
"browserify": "13.0.0",
"chalk": "^2.4.2",
"del": "^5.1.0",
"eslint": "^5.16.0",
"eslint-loader": "^2.1.2",
"event-stream": "^4.0.1",
"fire-path": "^0.1.9",
"fs-extra": "^8.1.0",
"glob": "^7.1.5",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
"gulp-browserify": "^0.5.1",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-javascript-obfuscator": "^1.1.5",
"gulp-jshint": "^2.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-module-wrapper": "^0.3.8",
"gulp-notify": "^3.2.0",
"gulp-optimize-js": "^1.1.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-require-tasks": "^1.2.1",
"gulp-shell": "^0.7.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^1.0.4",
"gulp-util": "^3.0.8",
"jshint": "^2.10.1",
"minimist": "^1.2.0",
"path": "^0.12.7",
"uglify-es": "^3.3.9",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build_fc_lib": "webpack --config tasks/fc2.webpack"
},
"repository": {
"type": "git",
"url": "git@git.kingsome.cn:weapp/emulator.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"protobufjs": "^6.8.8"
}
}