{
  "name": "coreact",
  "version": "4.0.4",
  "description": "React server-side, service oriented programming.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "todo": "PORT=4201 node ./example/dist/example/todo-server.js",
    "ship": "rm -rf ./dist && tsc && npm publish",
    "build": "rm -rf ./dist && tsc",
    "example": "rm -rf ./example/dist && tsc --project ./example/tsconfig.json",
    "pack": "rm -rf ./example/bundle && NODE_ENV=production webpack --config ./example/webpack.config.js --mode=production",
    "clean": "rm -rf ./example/dist ./example/bundle ./dist",
    "watch": "npm run example && NODE_ENV=development PORT=4200 node ./example/dist/example/server.js",
    "bundle": "npm run example && npm run pack",
    "start": "NODE_ENV=production PORT=4200 node ./example/dist/example/server.js"
  },
  "homepage": "https://github.com/xeuus/coreact",
  "author": "Aryan Alikhani",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/xeuus/coreact.git"
  },
  "bugs": {
    "url": "https://github.com/xeuus/coreact/issues"
  },
  "devDependencies": {
    "@types/crypto-js": "^3.1.43",
    "@types/express": "^4.17.1",
    "@types/express-useragent": "^1.0.0",
    "@types/history": "^4.7.3",
    "@types/http-proxy": "^1.17.0",
    "@types/js-cookie": "^2.2.4",
    "@types/lodash": "^4.14.138",
    "@types/node": "^11.13.18",
    "@types/react": "^16.9.2",
    "@types/react-dom": "^16.9.0",
    "@types/react-router": "^5.0.3",
    "@types/react-router-dom": "^4.3.5",
    "@types/webpack": "^4.39.1",
    "@types/webpack-env": "^1.14.0",
    "autoprefixer": "^9.6.1",
    "compression-webpack-plugin": "^3.0.0",
    "css-loader": "^3.2.0",
    "express": "^4.17.1",
    "file-loader": "^4.2.0",
    "js-cookie": "^2.2.1",
    "mini-css-extract-plugin": "^0.8.0",
    "netlayer": "^1.1.1",
    "node-sass": "^4.12.0",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "postcss-loader": "^3.0.0",
    "postcss-rtl": "^1.5.0",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "react-hot-loader": "^4.12.12",
    "sass-loader": "^7.3.1",
    "style-loader": "^1.0.0",
    "terser-webpack-plugin": "^1.4.1",
    "ts-loader": "^6.0.4",
    "tsconfig-paths-webpack-plugin": "^3.2.0",
    "typescript": "^3.5.3",
    "webpack": "^4.39.3",
    "webpack-cli": "^3.3.7",
    "webpack-dev-middleware": "^3.7.0",
    "webpack-hot-middleware": "^2.25.0"
  },
  "dependencies": {
    "axios": "^0.19.0",
    "cookie-parser": "^1.4.4",
    "crypto-js": "^3.1.9-1",
    "express-useragent": "^1.0.13",
    "history": "^4.9.0",
    "http-proxy": "^1.17.0",
    "lodash": "^4.17.15",
    "module-alias": "^2.2.2",
    "react-router": "^5.0.1",
    "react-router-dom": "^5.0.1"
  }
}
