{
  "name": "{{name}}",
  "version": "{{version}}",
  "description": "{{description}}",
  "main": "dist/main.js",
  "scripts": {
    "startWebpack": "concurrently \"npm:webpackDev*\"",
    "startElectron": "electron ./dist/main.js",
    "webpackDevReact": "webpack --config='./webpack/webpack.config.react.js' --env=mode=development",
    "webpackBuildReact": "webpack --config='./webpack/webpack.config.react.js' --env=mode=production",
    "webpackDevElectron": "webpack --config='./webpack/webpack.config.electron.js' --env=mode=development",
    "webpackBuildElectron": "webpack --config='./webpack/webpack.config.electron.js' --env=mode=production",
    "prepare": "husky install",
    "lint": "echo \"Now will run eslint, please waiting moment... \n\" && eslint --ext .ts --ext .tsx src/",
    "ts": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "{{author}}",
  "license": "ISC",
  "devDependencies": {
    "@types/react": "^18.2.15",
    "@types/react-dom": "^18.2.7",
    "@typescript-eslint/eslint-plugin": "^5.59.7",
    "@typescript-eslint/parser": "^5.59.7",
    "babel-loader": "^9.1.3",
    "concurrently": "^8.2.0",
    "css-loader": "^6.8.1",
    "electron": "^25.1.1",
    "eslint": "^8.35.0",
    "eslint-config-alloy": "^4.9.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "html-webpack-plugin": "^5.5.3",
    "husky": "^8.0.3",
    "less": "^4.1.3",
    "less-loader": "^11.1.3",
    "prettier": "^2.3.2",
    "style-loader": "^3.3.3",
    "ts-loader": "^9.4.4",
    "typescript": "^4.3.5",
    "webpack": "5.76.0",
    "webpack-cli": "5.1.1",
    "webpack-dev-server": "^4.0.0",
    "webpack-merge": "^5.8.0",
    "copy-webpack-plugin": "^11.0.0"
  },
  "dependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
