{
  "name": "lanbox-core",
  "version": "0.0.1-beta.2",
  "private": false,
  "main": "dist/index.js",
  "author": "lanten",
  "engines": {
    "node": ">=10"
  },
  "bin": {
    "lanbox": "./bin/index.js"
  },
  "typings": "./typings/index.d.ts",
  "files": [
    "bin",
    "typings",
    "dist",
    "package.json"
  ],
  "scripts": {
    "pu": "npm publish --access=public",
    "prepare": "npm run build:pkg",
    "build:pkg": "rm -rf ./dist && tsc -p ./tsconfig.json -d",
    "get-config": "npm run build:pkg && node ./bin/index.js dev CONFIG_PATH=./test/config/index.ts",
    "test:dev": "npm run build:pkg && cross-env CONFIG_PATH=test-project/config node bin/index.js dev",
    "test:build": "npm run build:pkg && node ./bin/index.js build CONFIG_PATH=./test/config/index.ts"
  },
  "dependencies": {
    "@types/html-webpack-plugin": "^3.2.5",
    "@types/mini-css-extract-plugin": "^1.4.1",
    "@types/node": "^14.14.37",
    "@types/optimize-css-assets-webpack-plugin": "^5.0.3",
    "@types/react": "^17.0.3",
    "@types/react-dom": "^17.0.3",
    "@types/react-redux": "^7.1.16",
    "@types/react-router-dom": "^5.1.7",
    "@types/terser-webpack-plugin": "^5.0.3",
    "@types/webpack": "5.28.0",
    "@types/webpack-dev-server": "^3.11.3",
    "@types/webpack-env": "^1.16.0",
    "@types/webpackbar": "^4.0.1",
    "@typescript-eslint/eslint-plugin": "^4.22.0",
    "@typescript-eslint/parser": "^4.22.0",
    "axios": "^0.21.1",
    "chalk": "^4.1.0",
    "cross-env": "^7.0.3",
    "css-hot-loader": "^1.4.4",
    "css-loader": "^5.2.1",
    "electron": "^12.0.4",
    "electron-builder": "^22.10.5",
    "electron-log": "^4.3.4",
    "eslint": "^7.24.0",
    "eslint-config-prettier": "^8.2.0",
    "eslint-plugin-jsx-control-statements": "^2.2.1",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-react": "^7.23.2",
    "eslint-webpack-plugin": "^2.5.3",
    "file-loader": "^6.2.0",
    "global": "^4.4.0",
    "html-webpack-plugin": "^5.3.1",
    "less": "^4.1.1",
    "less-loader": "^8.1.0",
    "mini-css-extract-plugin": "^1.4.1",
    "optimize-css-assets-webpack-plugin": "^5.0.4",
    "prettier": "^2.2.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-redux": "^7.2.3",
    "react-router-dom": "^5.2.0",
    "redux": "^4.0.5",
    "redux-thunk": "^2.3.0",
    "style-loader": "^2.0.0",
    "terser-webpack-plugin": "^5.1.1",
    "ts-import-plugin": "^1.6.7",
    "ts-loader": "^8.1.0",
    "typescript": "^4.2.4",
    "webpack": "^5.32.0",
    "webpack-cli": "^4.6.0",
    "webpack-dev-server": "^3.11.2",
    "webpack-merge": "^5.7.3",
    "webpackbar": "^5.0.0-3"
  },
  "devDependencies": {},
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lanten/lanbox-core.git"
  },
  "bugs": {
    "url": "https://github.com/lanten/lanbox-core/issues"
  },
  "homepage": "https://github.com/lanten/lanbox-core#readme"
}
