{ "name": "@freecodecamp/client", "private": true, "description": "The freeCodeCamp web client", "version": "1.0.0", "author": "freeCodeCamp ", "dependencies": { "@babel/plugin-proposal-export-default-from": "^7.5.2", "@babel/plugin-proposal-function-bind": "^7.2.0", "@babel/standalone": "^7.9.6", "@fortawesome/fontawesome": "^1.1.8", "@fortawesome/fontawesome-svg-core": "^1.2.25", "@fortawesome/free-brands-svg-icons": "^5.11.2", "@fortawesome/free-regular-svg-icons": "^5.11.2", "@fortawesome/free-solid-svg-icons": "^5.11.2", "@fortawesome/react-fontawesome": "^0.1.4", "@freecodecamp/loop-protect": "^2.2.1", "@freecodecamp/react-bootstrap": "^0.32.3", "@freecodecamp/react-calendar-heatmap": "^1.0.0", "@reach/router": "^1.2.1", "algoliasearch": "^3.35.1", "axios": "^0.19.0", "babel-plugin-prismjs": "^2.0.1", "bezier-easing": "^2.1.0", "browser-cookies": "^1.2.0", "chai": "^4.2.0", "csrf": "^3.1.0", "date-fns": "^1.30.1", "entities": "^1.1.2", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.15.1", "final-form": "^4.19.1", "gatsby": "^2.21.21", "gatsby-cli": "^2.12.15", "gatsby-link": "^2.4.2", "gatsby-plugin-advanced-sitemap": "^1.5.4", "gatsby-plugin-create-client-paths": "^2.3.1", "gatsby-plugin-manifest": "^2.4.2", "gatsby-plugin-postcss": "^2.3.1", "gatsby-plugin-react-helmet": "^3.3.1", "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-remark-prismjs": "^3.5.1", "gatsby-source-filesystem": "^2.3.1", "gatsby-transformer-remark": "^2.8.7", "jquery": "^3.5.1", "lodash": "^4.17.15", "monaco-editor": "^0.20.0", "nanoid": "^1.2.2", "prismjs": "^1.20.0", "query-string": "^6.12.1", "react": "^16.10.2", "react-dom": "^16.10.2", "react-final-form": "^6.4.0", "react-ga": "^2.7.0", "react-helmet": "^5.2.1", "react-hotkeys": "^2.0.0", "react-identicons": "^1.1.7", "react-instantsearch-dom": "^6.0.0-beta.0", "react-monaco-editor": "^0.31.0", "react-redux": "^5.0.7", "react-reflex": "^3.0.18", "react-responsive": "^6.1.1", "react-spinkit": "^3.0.0", "react-stripe-elements": "^2.0.3", "react-tooltip": "^4.2.6", "react-transition-group": "^4.4.1", "react-youtube": "^7.11.2", "redux": "^4.0.4", "redux-actions": "^2.6.5", "redux-devtools-extension": "^2.13.8", "redux-observable": "^1.2.0", "redux-saga": "^1.1.1", "reselect": "^3.0.1", "rxjs": "^6.5.5", "sanitize-html": "^1.23.0", "sass.js": "^0.11.0", "store": "^2.0.12", "typescript": "^3.8.3", "validator": "^10.11.0" }, "keywords": [ "gatsby" ], "license": "MIT", "scripts": { "prebuild": "npm run build:workers && node ../tools/scripts/build/ensure-env.js", "build": "node --max_old_space_size=7168 node_modules/gatsby-cli build", "build:workers": "node --max_old_space_size=7168 node_modules/webpack-cli --env.production --config ./webpack-workers.js --progress", "clean": "gatsby clean", "predevelop": "npm run prebuild", "develop": "node --inspect=0.0.0.0:9228 node_modules/gatsby-cli 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", "prestand-alone": "npm run prebuild", "stand-alone": "gatsby develop", "serve": "gatsby serve -p 8000", "test": "jest" }, "devDependencies": { "@testing-library/jest-dom": "^4.1.2", "@testing-library/react": "^9.3.2", "autoprefixer": "^9.7.6", "babel-plugin-transform-imports": "^1.5.1", "chokidar": "^2.1.5", "copy-webpack-plugin": "^5.1.1", "jest": "^24.9.0", "jest-dom": "^3.5.0", "monaco-editor-webpack-plugin": "^1.9.0", "react-test-renderer": "^16.10.2", "redux-saga-test-plan": "^4.0.0-rc.3", "webpack": "^4.43.0", "webpack-cli": "^3.3.11" }, "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby-starter-default" } }