{ "name": "joyent-cp-frontend", "version": "1.0.3", "private": true, "license": "MPL-2.0", "repository": "github:yldio/joyent-portal", "main": "src/index.js", "scripts": { "start": "PORT=3069 react-scripts start", "build": "react-scripts build", "lint:css": "exit 0 # stylelint \"./src/**/*.js\"", "lint:js": "eslint . --fix --format=tap", "lint": "run-s lint:*", "test": "exit 0 # react-scripts test --env=jsdom", "install": "node scripts/postinstall" }, "dependencies": { "apollo": "^0.2.2", "babel-plugin-inline-react-svg": "^0.4.0", "babel-plugin-styled-components": "^1.1.4", "constant-case": "^2.0.0", "graphql-tag": "^2.0.0", "joyent-ui-toolkit": "^1.0.3", "normalized-styled-components": "^1.0.4", "prop-types": "^15.5.10", "react": "^15.5.4", "react-apollo": "^1.2.0", "react-dom": "^15.5.4", "react-redux": "^5.0.4", "react-router": "^4.1.1", "react-router-dom": "^4.1.1", "react-styled-flexboxgrid": "^1.1.2", "redux": "^3.6.0", "redux-actions": "^2.0.3", "redux-form": "^6.7.0", "remcalc": "^1.0.4", "reselect": "^3.0.1", "simple-statistics": "^4.1.0", "styled-components": "^2.0.0", "styled-is": "^1.0.6", "unitcalc": "^1.0.4" }, "devDependencies": { "babel-plugin-inline-react-svg": "^0.4.0", "babel-plugin-styled-components": "^1.1.4", "babel-preset-joyent-portal": "^1.0.0", "cross-env": "^5.0.0", "eslint": "^3.19.0", "eslint-config-joyent-portal": "1.0.0", "jest": "^20.0.3", "jest-diff": "^20.0.3", "jest-matcher-utils": "^20.0.3", "jest-snapshot": "^20.0.3", "jest-styled-components": "^2.0.0", "npm-run-all": "^4.0.2", "react-scripts": "^1.0.0", "react-test-renderer": "^15.5.4", "stylelint": "^7.10.1", "stylelint-config-primer": "^1.4.0", "stylelint-config-standard": "^16.0.0", "stylelint-processor-styled-components": "^0.1.0" } }