{ "name": "my-joy-instances", "version": "2.1.9", "private": true, "license": "MPL-2.0", "repository": "github:yldio/joyent-portal", "main": "lib/index.js", "scripts": { "dev": "NODE_ENV=development REACT_APP_GQL_PORT=4000 PORT=3069 joyent-react-scripts start", "build:test": "echo 0", "build:lib": "echo 0", "build:bundle": "NAMESPACE=instances NODE_ENV=production redrun -p build:frontend build:ssr", "prepublish": "NODE_ENV=production redrun build:bundle", "lint": "redrun lint:ci -- --fix", "lint:ci": "NODE_ENV=test eslint . --ext .js --ext .md", "test": "DEFAULT_TIMEOUT_INTERVAL=100000 NODE_ENV=test joyent-react-scripts test --env=jsdom", "test:ci": "NODE_ENV=test joyent-react-scripts test --env=jsdom --testPathIgnorePatterns='.ui.js'", "build:frontend": "joyent-react-scripts build", "build:ssr": "SSR=1 UMD=1 babel src --out-dir lib/app --copy-files" }, "dependencies": { "@manaflair/redux-batch": "^0.1.0", "apollo": "^0.2.2", "apr-intercept": "^3.0.3", "apr-reduce": "^3.0.3", "bytes": "^3.0.0", "clipboard-copy": "^1.4.2", "constant-case": "^2.0.0", "cross-fetch": "^1.1.1", "date-fns": "^1.29.0", "declarative-redux-form": "^2.0.8", "exenv": "^1.2.2", "fuse.js": "^3.2.0", "hapi-render-react": "^2.2.0", "hapi-render-react-joyent-document": "^5.0.0", "inert": "^5.1.0", "joyent-logo-assets": "^1.0.0", "joyent-manifest-editor": "^1.4.0", "joyent-react-styled-flexboxgrid": "^2.2.3", "joyent-ui-toolkit": "^5.0.0", "lodash.find": "^4.6.0", "lodash.findindex": "^4.6.0", "lodash.get": "^4.4.2", "lodash.includes": "^4.3.0", "lodash.isarray": "^4.0.0", "lodash.isboolean": "^3.0.3", "lodash.isfinite": "^3.3.2", "lodash.isfunction": "^3.0.9", "lodash.isinteger": "^4.0.4", "lodash.omit": "^4.5.0", "lodash.reduce": "^4.6.0", "lodash.reverse": "^4.0.1", "lodash.some": "^4.6.0", "lodash.sortby": "^4.7.0", "lodash.uniqby": "^4.7.0", "lodash.values": "^4.3.0", "my-joy-images": "1.1.5", "param-case": "^2.1.1", "query-string": "^5.1.0", "react": "^16.2.0", "react-apollo": "^2.0.4", "react-dom": "^16.2.0", "react-redux": "^5.0.7", "react-redux-values": "^1.1.2", "react-router": "^4.2.0", "react-router-dom": "^4.2.2", "redux": "^3.7.2", "redux-form": "^7.2.3", "remcalc": "^1.0.10", "resolve-pkg": "^1.0.0", "styled-components": "^3.2.1", "styled-components-spacing": "^2.1.3", "styled-flex-component": "^2.2.1", "title-case": "^2.1.1", "yup": "^0.24.1" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-joyent-portal": "^7.0.1", "eslint": "^4.18.1", "eslint-config-joyent-portal": "^3.3.1", "jest-image-snapshot": "^2.3.0", "jest-styled-components": "^5.0.0", "joyent-react-scripts": "^7.4.0", "react-screenshot-renderer": "^1.1.2", "react-test-renderer": "^16.2.0", "redrun": "^5.10.5" } }