{
  "name": "baida",
  "version": "0.8.6",
  "description": "百搭-组件模板一体化构建工具，一键即成组件和模板",
  "main": "app.js",
  "author": "王小o <imouou@hotmail.com>",
  "license": "Apache 2.0",
  "scripts": {
    "online": "cross-env NODE_ENV=online baida start",
    "dev": "cross-env NODE_ENV=development baida start",
    "createwebapp": "cross-env NODE_ENV=editor USERNAME_ENV=easybui PROJECT_ENV=bui PLATFORM_ENV=webapp TEMPLATE_ENV=empty DEV_ENV=spa PORT_ENV=8000 WORKSPACE_ENV=. DB_ENV=baida-editor.db baida create",
    "build": "cross-env NODE_ENV=development baida build",
    "start": "cross-env NODE_ENV=production baida start"
  },
  "bin": {
    "baida": "./app.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/imouou/baida.git"
  },
  "keywords": [
    "baida",
    "百搭开发",
    "可视化",
    "baidajs",
    "工程构建",
    "在线编辑器",
    "组件模板下载",
    "百搭js"
  ],
  "bugs": {
    "url": "https://github.com/imouou/baida/issues"
  },
  "homepage": "https://www.easybui.com",
  "dependencies": {
    "@babel/core": "^7.20.7",
    "@babel/plugin-transform-object-assign": "^7.18.6",
    "@babel/plugin-transform-runtime": "^7.19.6",
    "@babel/preset-env": "^7.20.2",
    "@babel/runtime": "^7.20.7",
    "@babel/runtime-corejs3": "^7.20.7",
    "axios": "^0.27.2",
    "babelify": "^10.0.0",
    "better-sqlite3": "^7.6.2",
    "body-parser": "^1.20.0",
    "browser-sync": "^2.27.11",
    "browserify": "^17.0.0",
    "chalk": "^1.1.3",
    "cookie-parser": "^1.4.6",
    "cross-env": "^7.0.3",
    "decompress": "^4.2.1",
    "ejs": "^3.1.6",
    "event-stream": "^4.0.1",
    "express": "^4.17.3",
    "express-fileupload": "^1.4.0",
    "fs-extra": "^3.0.1",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-changed": "^4.0.3",
    "gulp-clean-css": "^4.3.0",
    "gulp-htmlmin": "^5.0.1",
    "gulp-less": "^5.0.0",
    "gulp-plumber": "^1.2.1",
    "gulp-rename": "^2.0.0",
    "gulp-sourcemaps": "^3.0.0",
    "gulp-terser": "^2.1.0",
    "gulp-watch": "^5.0.1",
    "gulp-zip": "^5.1.0",
    "less-plugin-autoprefix": "^2.0.0",
    "morgan": "^1.10.0",
    "node-gyp": "^9.3.1",
    "open": "^8.4.0",
    "open-in-editor": "^2.2.0",
    "os": "^0.1.2",
    "path": "^0.12.7",
    "process": "^0.11.10",
    "prompt-confirm": "^1.2.0",
    "qs": "^6.11.0",
    "request": "^2.88.2",
    "shelljs": "^0.8.5",
    "vinyl-buffer": "^1.0.1",
    "vinyl-source-stream": "^2.0.0",
    "yargs": "^8.0.2"
  },
  "devDependencies": {}
}