freeCodeCamp/client/package.json

103 lines
3.6 KiB
JSON
Raw Normal View History

{
"name": "@freecodecamp/client",
"description": "The freeCodeCamp web client",
"version": "1.0.0",
"author": "freeCodeCamp <team@freecodecamp.org>",
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/standalone": "^7.1.0",
"@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",
"browser-cookies": "^1.2.0",
"chai": "^4.2.0",
"date-fns": "^1.29.0",
"entities": "^1.1.2",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"fetchr": "^0.5.37",
"gatsby": "^2.0.91",
"gatsby-cli": "^2.4.8",
"gatsby-link": "^2.0.8",
"gatsby-plugin-create-client-paths": "^2.0.3",
"gatsby-plugin-manifest": "^2.0.13",
"gatsby-plugin-react-helmet": "^3.0.5",
"gatsby-plugin-sitemap": "^2.0.4",
"gatsby-remark-prismjs": "^3.2.0",
"gatsby-source-filesystem": "^2.0.16",
"gatsby-transformer-remark": "^2.2.0",
"jquery": "3.3.1",
"lodash": "^4.17.10",
"loop-protect": "^2.1.6",
"monaco-editor-webpack-plugin": "^1.5.4",
"nanoid": "^1.2.2",
2018-09-24 17:45:11 +00:00
"prismjs": "^1.15.0",
"query-string": "^6.1.0",
"react": "^16.4.2",
2018-11-08 13:43:36 +00:00
"react-calendar-heatmap": "^1.7.0",
"react-dom": "^16.4.2",
"react-freecodecamp-search": "^2.0.2",
"react-ga": "^2.5.3",
"react-helmet": "^5.2.0",
"react-media": "^1.9.2",
"react-monaco-editor": "^0.18.0",
"react-redux": "^5.0.7",
"react-reflex": "^3.0.8",
"react-spinkit": "^3.0.0",
"react-stripe-elements": "^2.0.1",
2018-11-29 12:12:15 +00:00
"react-youtube": "^7.8.0",
"redux": "^4.0.0",
"redux-actions": "^2.6.1",
"redux-devtools-extension": "^2.13.5",
"redux-form": "^5.3.6",
"redux-observable": "^1.0.0",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1",
"rxjs": "^6.3.3",
2018-12-28 07:49:53 +00:00
"sass.js": "^0.10.13",
"store": "^2.0.12",
"validator": "^10.7.0",
"webpack-remove-serviceworker-plugin": "^1.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"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": "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": "jest"
},
"devDependencies": {
"babel-plugin-transform-imports": "^1.5.0",
2018-11-16 18:22:52 +00:00
"chokidar": "^2.0.4",
"copy-webpack-plugin": "^4.6.0",
"eslint": "^5.5.0",
"eslint-config-freecodecamp": "^1.1.1",
"jest": "^23.6.0",
"prettier": "^1.14.2",
"prettier-eslint-cli": "^4.7.1",
"react-test-renderer": "^16.5.2",
2018-11-29 12:12:15 +00:00
"sinon": "^6.3.5",
"webpack-cli": "^3.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}