{ "name": "joyent-cp-frontend", "version": "1.1.0", "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": "echo 0", "lint:js": "eslint . --fix", "lint": "redrun -s lint:*", "lint-ci:css": "echo 0", "lint-ci:js": "eslint . --format junit --output-file $CIRCLE_TEST_REPORTS/lint/cp-frontend.xml", "lint-ci": "redrun -p lint-ci:*", "test": "NODE_ENV=test ./test/run --env=jsdom", "test-ci": "NODE_ENV=test JEST_JUNIT_OUTPUT=$CIRCLE_TEST_REPORTS/test/cp-frontend.xml ./test/run --env=jsdom --coverage --coverageDirectory=$CIRCLE_ARTIFACTS/cp-frontend --testResultsProcessor=$(node -e \"console.log(require.resolve('jest-junit'))\")", "postinstall": "node scripts/postinstall" }, "dependencies": { "apollo": "^0.2.2", "apr-intercept": "^1.0.4", "constant-case": "^2.0.0", "graphql-tag": "^2.4.0", "jest-cli": "^20.0.4", "joyent-manifest-editor": "^1.0.0", "joyent-ui-toolkit": "^1.1.0", "lodash.isstring": "^4.0.1", "normalized-styled-components": "^1.0.5", "param-case": "^2.1.1", "prop-types": "^15.5.10", "react": "^15.6.1", "react-apollo": "^1.4.2", "react-bundle": "^1.0.3", "react-codemirror": "^1.0.0", "react-dom": "^15.6.1", "react-redux": "^5.0.5", "react-router": "^4.1.1", "react-router-dom": "^4.1.1", "react-styled-flexboxgrid": "^2.0.1", "redux": "^3.6.0", "redux-actions": "^2.0.3", "redux-batched-actions": "^0.2.0", "redux-form": "^6.8.0", "remcalc": "^1.0.5", "reselect": "^3.0.1", "simple-statistics": "^4.1.0", "styled-components": "^2.1.0", "styled-is": "^1.0.7", "styled-text-spinners": "^1.0.1", "unitcalc": "^1.0.5" }, "devDependencies": { "apr-find": "^1.0.5", "apr-for-each": "^1.0.6", "apr-main": "^1.0.7", "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.1", "eslint": "^4.0.0", "eslint-config-joyent-portal": "1.0.0", "jest": "^20.0.4", "jest-alias-preprocessor": "^1.1.1", "jest-cli": "^20.0.4", "jest-diff": "^20.0.3", "jest-junit": "^1.5.1", "jest-matcher-utils": "^20.0.3", "jest-snapshot": "^20.0.3", "jest-styled-components": "^3.0.2", "mz": "^2.6.0", "react-scripts": "^1.0.7", "react-test-renderer": "^15.6.1", "redrun": "^5.9.15", "stylelint": "^7.11.1", "stylelint-config-primer": "^1.4.0", "stylelint-config-standard": "^16.0.0", "stylelint-processor-styled-components": "styled-components/stylelint-processor-styled-components#68b4c4f" } }