{ "name": "joyent-boilerplate", "version": "1.0.0", "license": "MPL-2.0", "repository": "github:yldio/joyent-portal", "main": "build/", "scripts": { "dev": "REACT_APP_GQL_PORT=3000 PORT=3069 REACT_APP_GQL_PROTOCOL=http joyent-react-scripts start", "start": "PORT=3069 joyent-react-scripts start", "build": "NODE_ENV=production joyent-react-scripts build", "lint:css": "stylelint './src/**/*.js'", "lint:js": "eslint . --fix", "lint": "redrun -s lint:*", "test": "NODE_ENV=test ./test/run --env=jsdom", "test-ci": "echo 0 `# NODE_ENV=test ./test/run --env=jsdom --coverage`", "prepublish": "echo 0" }, "dependencies": { "apollo": "^0.2.2", "graphql-tag": "^2.4.2", "jest-cli": "^21.0.1", "joyent-ui-toolkit": "^2.0.0", "normalized-styled-components": "^1.0.17", "prop-types": "^15.6.0", "react": "^16.0.0", "react-apollo": "^1.4.16", "react-dom": "^16.0.0", "react-redux": "^5.0.6", "react-router": "^4.2.0", "react-router-dom": "^4.2.2", "react-styled-flexboxgrid": "^2.0.3", "redux": "^3.7.2", "redux-form": "^7.1.1", "remcalc": "^1.0.9", "styled-components": "^2.2.1", "styled-is": "^1.1.0" }, "devDependencies": { "babel-plugin-inline-react-svg": "^0.4.0", "babel-plugin-styled-components": "^1.2.1", "babel-preset-joyent-portal": "^3.1.0", "eslint": "^4.8.0", "eslint-config-joyent-portal": "3.1.0", "jest": "^21.2.1", "jest-alias-preprocessor": "^1.1.1", "jest-cli": "^21.2.1", "jest-diff": "^21.2.1", "jest-junit": "^3.1.0", "jest-matcher-utils": "^21.2.1", "jest-snapshot": "^21.2.1", "jest-styled-components": "^4.7.0", "jest-transform-graphql": "^2.1.0", "joyent-react-scripts": "^2.2.1", "react-test-renderer": "^16.0.0", "redrun": "^5.9.18", "stylelint": "^8.2.0", "stylelint-config-joyent-portal": "^2.0.1" } }