{
  "name": "@baidu/__appName__-node-ui",
  "version": "1.0.0",
  "description": "node server for __appName__ app",
  "main": "dist/app.js",
  "private": true,
  "scripts": {
    "lint-staged": "lint-staged",
    "lint": "eslint src server",
    "dev": "nodemon",
    "build": "san build --config san.config.js --dest dist && tsc && gulp",
    "test": "jest",
    "test:coverage": "jest --coverage"
  },
  "author": "",
  "license": "ISC",
  "lint-staged": {
    "**/*.ts": [
      "eslint --fix"
    ],
    "**/*.js": [
      "eslint --fix"
    ],
    "**/*.vue": [
      "eslint --fix"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "hoth-cli": {
    "base_template": "pm2",
    "desc": "San SSR App"
  },
  "devDependencies": {
    "@babel/core": "^7.17.8",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/eslint-plugin": "^7.17.7",
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@ecomfe/eslint-config": "^7.4.0",
    "@searchfe/tsconfig": "^1.1.0",
    "@tsconfig/node12": "^1.0.7",
    "@types/node": "^14.18.12",
    "@types/nunjucks": "^3.2.1",
    "@types/swig": "0.0.30",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "babel-eslint": "^10.1.0",
    "eslint": "^7.32.0",
    "eslint-plugin-san": "0.0.1",
    "gulp": "^4.0.2",
    "html-loader": "^1.1.0",
    "husky": "^4.3.8",
    "jest": "26",
    "jest-environment-node": "26",
    "less": "^3.13.1",
    "less-loader": "^5.0.0",
    "lint-staged": "^10.5.4",
    "nodemon": "^2.0.15",
    "postcss-loader": "^2.0.8",
    "san-cli": "^3.0.1",
    "san-loader": "^0.3.3",
    "san-ssr-plugin": "^1.4.4",
    "source-map-support": "^0.5.21",
    "ts-loader": "^8.3.0",
    "ts-node": "^9.1.1",
    "typescript": "^4.6.3",
    "webpack": "~4.41.6"
  },
  "dependencies": {
    "@hoth/cli": "^__cliVersion__",
    "@hoth/view": "^1.2.1",
    "fastify": "^3.29.4",
    "fastify-static": "^4.2.4",
    "san": "^3.11.2",
    "san-ssr": "^4.9.2",
    "swig": "^1.4.2",
    "tslib": "^2.3.1",
    "v8-compile-cache": "^2.2.0"
  }
}
