{
  "context": "/home/iniz/magic/clipped/templates/react",
  "name": "@clipped/template-react",
  "src": "/home/iniz/magic/clipped/templates/react/src",
  "dist": "/home/iniz/magic/clipped/templates/react/dist",
  "dockerTemplate": "/home/iniz/magic/clipped/templates/react/docker-template",
  "packageJson": {
    "name": "@clipped/template-react",
    "description": "React template for clipped",
    "version": "1.2.0",
    "main": "clipped.config.js",
    "license": "MIT",
    "publishConfig": {
      "access": "public"
    },
    "keywords": [
      "clipped",
      "template",
      "react"
    ],
    "dependencies": {
      "@babel/preset-react": "^7.0.0",
      "@clipped/plugin-webpack": "^1.2.2",
      "react-hot-loader": "^4.3.12"
    },
    "gitHead": "a91d4f4626b6932e07f0ed9f22345719bfa05626"
  },
  "babel": {
    "presets": [
      [
        "/home/iniz/magic/clipped/node_modules/@babel/preset-env/lib/index.js",
        {
          "modules": false,
          "targets": {
            "ie": 9
          },
          "exclude": [
            "transform-regenerator",
            "transform-async-to-generator"
          ]
        }
      ]
    ],
    "plugins": [
      [
        "/home/iniz/magic/clipped/node_modules/@babel/plugin-proposal-object-rest-spread/lib/index.js",
        {
          "useBuiltIns": true,
          "loose": true
        }
      ],
      [
        "/home/iniz/magic/clipped/node_modules/@babel/plugin-proposal-class-properties/lib/index.js"
      ]
    ],
    "abc": "ddsdfsdf"
  },
  "webpack": {
    "mode": "development",
    "context": "/home/iniz/magic/clipped/templates/react",
    "entry": {
      "index": [
        "/home/iniz/magic/clipped/templates/react/src"
      ]
    },
    "output": {
      "pathinfo": true,
      "path": "/home/iniz/magic/clipped/templates/react/dist",
      "publicPath": "/"
    },
    "externals": {
      "react-native": "undefined",
      "websocket": "undefined"
    },
    "resolveLoader": {
      "modules": [
        "node_modules",
        "/home/iniz/magic/clipped/plugins/webpack/node_modules"
      ]
    },
    "resolve": {
      "alias": {
        "@": "/home/iniz/magic/clipped/templates/react/src",
        "~": "/home/iniz/magic/clipped/templates/react/src"
      },
      "extensions": [
        "*",
        ".wasm",
        ".mjs",
        ".js",
        ".vue",
        ".jsx",
        ".json",
        ".marko",
        ".ts",
        ".tsx",
        ".mdx"
      ],
      "modules": [
        "node_modules",
        "/home/iniz/magic/clipped/templates/react/node_modules",
        "/home/iniz/magic/clipped/plugins/webpack/node_modules"
      ]
    },
    "performance": {
      "hints": false
    },
    "devServer": {
      "contentBase": "/home/iniz/magic/clipped/templates/react/dist",
      "publicPath": "/",
      "port": 8080,
      "host": "localhost",
      "https": false,
      "stats": false,
      "hot": true,
      "overlay": true,
      "compress": true,
      "historyApiFallback": true,
      "disableHostCheck": true,
      "watchOptions": {
        "ignored": [
          "/home/iniz/magic/clipped/templates/react/dist",
          {}
        ]
      }
    },
    "devtool": "inline-source-map",
    "plugins": [
      {
        "options": {},
        "fullBuildTimeout": 200,
        "requestTimeout": 10000
      },
      {
        "options": {
          "template": "/home/iniz/magic/clipped/node_modules/html-webpack-template/index.ejs",
          "templateContent": false,
          "filename": "index.html",
          "hash": false,
          "inject": true,
          "compile": true,
          "favicon": false,
          "cache": true,
          "showErrors": true,
          "chunks": "all",
          "excludeChunks": [],
          "chunksSortMode": "auto",
          "meta": {},
          "title": "Webpack App",
          "xhtml": false,
          "baseHref": "/",
          "appMountId": "app",
          "mobile": true
        },
        "version": 4
      }
    ],
    "module": {
      "rules": []
    }
  }
}