{ "name": "dar-website", "version": "1.0.0", "private": true, "dependencies": { "animejs": "^2.2.0", "autobind-decorator": "^2.1.0", "eventemitter3": "^2.0.3", "moment": "^2.22.1", "npm": "^5.7.1", "prop-types": "^15.5.10", "radium": "^0.22.0", "react": "^16.2.0", "react-dom": "^16.2.0", "react-form-binder": "^3.0.1", "react-router-dom": "^4.1.1", "regexp-pattern": "^1.0.4", "socket.io-client": "^2.0.3" }, "devDependencies": { "autoprefixer": "7.1.0", "babel-core": "6.24.1", "babel-eslint": "7.2.3", "babel-loader": "7.0.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-preset-react-app": "^3.0.1", "babel-runtime": "6.23.0", "case-sensitive-paths-webpack-plugin": "1.1.4", "chalk": "1.1.3", "css-loader": "0.28.1", "dotenv": "4.0.0", "dotenv-expand": "^4.2.0", "eslint": "3.19.0", "eslint-config-standard": "^10.2.1", "eslint-config-standard-react": "^5.0.0", "eslint-loader": "1.7.1", "eslint-plugin-babel": "^4.1.1", "eslint-plugin-import": "2.2.0", "eslint-plugin-node": "^5.1.0", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-react": "7.0.1", "eslint-plugin-standard": "^3.0.1", "extract-text-webpack-plugin": "2.1.0", "file-loader": "0.11.1", "fs-extra": "3.0.1", "html-webpack-plugin": "2.28.0", "jest": "20.0.3", "object-assign": "4.1.1", "postcss-flexbugs-fixes": "3.0.0", "postcss-loader": "2.0.5", "promise": "7.1.1", "raf": "^3.4.0", "react-dev-utils": "^5.0.0", "style-loader": "^0.17.0", "sw-precache-webpack-plugin": "0.9.1", "url-loader": "0.5.8", "webpack": "^2.7.0", "webpack-dev-server": "^2.11.1", "webpack-manifest-plugin": "1.1.0", "whatwg-fetch": "2.0.3" }, "scripts": { "start": "node scripts/start.js", "build": "node scripts/build.js", "deploy": "rsync -vr -e ssh build/* $SNAP_DEPLOY_USER_HOST:deighton-ar-website/", "lint": "eslint --ext .js --ext .jsx src/", "lint:fix": "eslint --ext .js --ext .jsx --fix src/" }, "proxy": { "/api": { "target": "http://localhost:3001", "ws": true, "pathRewrite": { "^/api": "" } } }, "jest": { "collectCoverageFrom": [ "src/**/*.{js,jsx}" ], "setupFiles": [ "/config/polyfills.js" ], "testMatch": [ "/src/**/__tests__/**/*.js?(x)", "/src/**/?(*.)(spec|test).js?(x)" ], "testEnvironment": "node", "testURL": "http://localhost", "transform": { "^.+\\.(js|jsx)$": "/node_modules/babel-jest", "^.+\\.css$": "/config/jest/cssTransform.js", "^(?!.*\\.(js|jsx|css|json)$)": "/config/jest/fileTransform.js" }, "transformIgnorePatterns": [ "[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$" ], "moduleNameMapper": { "^react-native$": "react-native-web" } }, "babel": { "presets": [ "react-app" ] }, "eslintConfig": { "extends": "react-app" } }