{ "name": "joyent-navigation", "version": "2.0.0", "license": "MPL-2.0", "main": "lib/index.js", "scripts": { "dev": "PREACT=1 REACT_APP_GQL_PORT=4000 PORT=3000 REACT_APP_GQL_PROTOCOL=http joyent-react-scripts start", "build": "PREACT=1 NODE_ENV=production joyent-react-scripts build", "lint-ci": "eslint . --ext .js --ext .md", "lint": "eslint . --fix --ext .js --ext .md", "test-ci": "echo 0", "test": "echo 0", "postinstall": "npm run build", "prepublish": "echo 0" }, "dependencies": { "apollo-cache-inmemory": "^1.1.9", "apollo-client": "^2.2.5", "apollo-link": "^1.2.1", "apollo-link-http": "^1.5.1", "apollo-link-state": "^0.4.0", "babel-preset-joyent-portal": "^7.0.1", "emotion": "^8.0.12", "emotion-theming": "^8.0.12", "graphql-tag": "^2.8.0", "inert": "^5.1.0", "joyent-icons": "^5.0.0", "joyent-ui-toolkit": "^5.0.0", "joyent-react-scripts": "^7.3.0", "lodash.chunk": "^4.2.0", "lodash.keys": "^4.2.0", "outy": "^0.1.2", "param-case": "^2.1.1", "pascal-case": "^2.0.1", "preact": "^8.2.7", "preact-compat": "^3.18.0", "preact-emotion": "^8.0.12", "preact-emotion-flexboxgrid": "^1.0.1", "react-apollo": "^2.0.4", "remcalc": "^1.0.10" }, "devDependencies": { "babel-eslint": "^8.2.2", "eslint": "^4.18.1", "eslint-config-joyent-portal": "^3.3.1" } }