{ "name": "@freecodecamp/client", "description": "The freeCodeCamp web client", "version": "1.0.0", "author": "freeCodeCamp ", "dependencies": { "@fortawesome/fontawesome": "^1.1.8", "@fortawesome/fontawesome-svg-core": "^1.2.2", "@fortawesome/free-brands-svg-icons": "^5.2.0", "@fortawesome/free-regular-svg-icons": "^5.2.0", "@fortawesome/free-solid-svg-icons": "^5.2.0", "@fortawesome/react-fontawesome": "0.0.20", "@freecodecamp/react-bootstrap": "^0.32.3", "@reach/router": "^1.1.1", "axios": "^0.18.0", "gatsby": "^2.0.0-rc.15", "gatsby-link": "^2.0.0-rc.2", "gatsby-plugin-create-client-paths": "^2.0.0-rc.1", "gatsby-plugin-manifest": "next", "gatsby-plugin-react-helmet": "^3.0.0-rc.1", "gatsby-plugin-sitemap": "^2.0.0-rc.1", "lodash": "^4.17.10", "nanoid": "^1.2.2", "query-string": "^6.1.0", "react": "^16.4.2", "react-dom": "^16.4.2", "react-freecodecamp-search": "^2.0.2", "react-helmet": "^5.2.0", "react-media": "^1.8.0", "react-redux": "^5.0.7", "react-spinkit": "^3.0.0", "redux": "^4.0.0", "redux-actions": "^2.6.1", "redux-saga": "^0.16.0", "reselect": "^3.0.1", "validator": "^10.7.0" }, "keywords": [ "gatsby" ], "license": "MIT", "scripts": { "build": "node ../config/ensure-env.js && gatsby build", "develop": "gatsby develop", "format:gatsby": "prettier-eslint --write --trailing-comma none --single-quote './gatsby-*.js'", "format:src": "prettier-eslint --write --trailing-comma none --single-quote './src/**/*.js'", "format:utils": "prettier-eslint --write --trailing-comma none --single-quote './utils/**/*.js'", "format": "npm run format:gatsby && npm run format:src && npm run format:utils", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "babel-plugin-transform-imports": "^1.5.0", "eslint": "^5.5.0", "eslint-config-freecodecamp": "^1.1.1", "prettier": "^1.14.2", "prettier-eslint-cli": "^4.7.1" }, "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby-starter-default" } }