freeCodeCamp/client/package.json

105 lines
3.7 KiB
JSON
Raw Normal View History

{
"name": "@freecodecamp/client",
"description": "The freeCodeCamp web client",
"version": "1.0.0",
"author": "freeCodeCamp <team@freecodecamp.org>",
"dependencies": {
2019-04-01 16:01:49 +00:00
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-function-bind": "^7.2.0",
2019-06-16 17:06:51 +00:00
"@babel/standalone": "^7.4.5",
"@fortawesome/fontawesome": "^1.1.8",
2019-06-16 17:06:51 +00:00
"@fortawesome/fontawesome-svg-core": "^1.2.19",
2019-04-01 16:01:49 +00:00
"@fortawesome/free-brands-svg-icons": "^5.8.1",
"@fortawesome/free-regular-svg-icons": "^5.8.1",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@freecodecamp/react-bootstrap": "^0.32.3",
2019-04-01 16:01:49 +00:00
"@reach/router": "^1.2.1",
2019-05-05 18:12:18 +00:00
"algoliasearch": "^3.32.1",
"axios": "^0.18.0",
"browser-cookies": "^1.2.0",
"chai": "^4.2.0",
2019-04-01 16:01:49 +00:00
"date-fns": "^1.30.1",
"entities": "^1.1.2",
2019-04-01 16:01:49 +00:00
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
2019-06-16 17:06:51 +00:00
"gatsby": "^2.9.4",
"gatsby-cli": "^2.6.7",
2019-06-10 08:46:28 +00:00
"gatsby-link": "^2.1.1",
2019-04-01 16:01:49 +00:00
"gatsby-plugin-create-client-paths": "^2.0.5",
2019-06-10 08:46:28 +00:00
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^2.1.1",
2019-04-26 18:59:42 +00:00
"gatsby-plugin-react-helmet": "^3.0.12",
2019-06-10 08:46:28 +00:00
"gatsby-plugin-sitemap": "^2.1.0",
"gatsby-remark-prismjs": "^3.2.11",
2019-06-16 17:06:51 +00:00
"gatsby-source-filesystem": "^2.0.39",
"gatsby-transformer-remark": "^2.4.0",
"jquery": "^3.4.1",
"lodash": "^4.17.11",
"loop-protect": "^2.1.6",
2019-04-01 16:01:49 +00:00
"monaco-editor-webpack-plugin": "^1.7.0",
"nanoid": "^1.2.2",
2019-04-01 16:01:49 +00:00
"prismjs": "^1.16.0",
"query-string": "^6.4.2",
"react": "^16.8.6",
"react-calendar-heatmap": "^1.8.0",
"react-dom": "^16.8.6",
"react-ga": "^2.5.7",
2019-06-16 17:06:51 +00:00
"react-helmet": "^5.2.1",
"react-instantsearch-dom": "^5.5.0",
"react-monaco-editor": "^0.25.1",
"react-redux": "^5.0.7",
2019-04-01 16:01:49 +00:00
"react-reflex": "^3.0.13",
"react-responsive": "^6.1.1",
"react-spinkit": "^3.0.0",
2019-04-01 16:01:49 +00:00
"react-stripe-elements": "^2.0.3",
"react-tooltip": "^3.10.0",
2019-06-16 17:06:51 +00:00
"react-transition-group": "^4.1.1",
2019-04-01 16:01:49 +00:00
"react-youtube": "^7.9.0",
"redux": "^4.0.1",
"redux-actions": "^2.6.5",
"redux-devtools-extension": "^2.13.8",
"redux-form": "^5.3.6",
2019-04-01 16:01:49 +00:00
"redux-observable": "^1.1.0",
2019-06-10 12:22:45 +00:00
"redux-saga": "^1.0.3",
"reselect": "^3.0.1",
2019-04-01 16:01:49 +00:00
"rxjs": "^6.4.0",
"sanitize-html": "^1.20.0",
2018-12-28 07:49:53 +00:00
"sass.js": "^0.10.13",
"store": "^2.0.12",
2019-04-01 16:01:49 +00:00
"validator": "^10.11.0",
"webpack-remove-serviceworker-plugin": "^1.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"clean": "gatsby clean",
"prebuild": "npm run build:workers && node ../tools/scripts/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",
"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",
"test": "jest"
},
"devDependencies": {
2019-06-16 17:06:51 +00:00
"@testing-library/react": "^8.0.1",
2019-04-01 16:01:49 +00:00
"babel-plugin-transform-imports": "^1.5.1",
"chokidar": "^2.1.5",
"copy-webpack-plugin": "^4.6.0",
"jest": "^24.8.0",
2019-04-01 16:01:49 +00:00
"jest-dom": "^3.1.3",
"react-test-renderer": "^16.8.6",
2019-06-16 17:06:51 +00:00
"webpack-cli": "^3.3.4"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
2019-06-10 08:46:28 +00:00
}