Files
freeCodeCamp/packages/learn/package.json

102 lines
3.4 KiB
JSON

{
"name": "learn-freecodecamp-org",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/standalone": "^7.0.0",
"@freecodecamp/curriculum": "^3.2.1",
"adler32": "^0.1.7",
"auth0-js": "^9.5.1",
"babel-jest": "^23.6.0",
"browser-cookies": "^1.2.0",
"chai": "^4.1.2",
"debug": "^3.1.0",
"dotenv": "^5.0.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.5.0",
"fetchr": "^0.5.37",
"gatsby": "next",
"gatsby-plugin-google-fonts": "^0.0.4",
"gatsby-plugin-layout": "next",
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-sitemap": "next",
"gatsby-remark-prismjs": "next",
"gatsby-source-filesystem": "next",
"gatsby-source-mongodb": "next",
"gatsby-transformer-json": "next",
"gatsby-transformer-remark": "next",
"jest": "^23.6.0",
"lodash": "^4.17.10",
"loop-protect": "^2.1.6",
"prismjs": "^1.15.0",
"react": "^16.5.2",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.5.2",
"react-freecodecamp-search": "^2.0.2",
"react-ga": "^2.5.3",
"react-helmet": "^5.2.0",
"react-media": "^1.8.0",
"react-monaco-editor": "^0.18.0",
"react-redux": "^5.0.7",
"react-reflex": "^2.2.9",
"react-spinkit": "^3.0.0",
"react-stripe-elements": "^2.0.1",
"react-test-renderer": "^16.5.2",
"redux": "^4.0.0",
"redux-actions": "^2.6.1",
"redux-form": "5",
"redux-observable": "^0.18.0",
"reselect": "^3.0.1",
"rxjs": "^5.5.7",
"store": "^2.0.12",
"validator": "^10.3.0",
"webpack-remove-serviceworker-plugin": "^1.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "yarn build:frame-runner && gatsby build",
"build:frame-runner": "webpack --env.production --config ./webpack-frame-runner.js",
"develop": "yarn develop:frame-runner && gatsby develop",
"develop:frame-runner": "webpack --config ./webpack-frame-runner.js",
"format": "yarn format:gatsby && yarn format:src && yarn format:utils && yarn lint",
"format:gatsby": "prettier --write './gatsby*.js'",
"format:src": "prettier --write './src/**/*.js'",
"format:utils": "prettier --write './utils/**/*.js'",
"lint": "yarn lint:gatsby && yarn lint:src && yarn lint:utils",
"lint:gatsby": "eslint ./gatsby*.js --fix",
"lint:src": "eslint ./src . --fix",
"lint:utils": "eslint ./utils . --fix",
"pretty": "yarn format && yarn lint",
"test": "jest src && jest utils",
"test:ci": "yarn format && jest src",
"test:src": "jest src",
"test:watch-src": "jest --watch src"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"babel-core": "^7.0.0-0",
"babel-eslint": "^8.2.2",
"babel-plugin-transform-imports": "^1.5.1",
"eslint": "^4.19.1",
"eslint-config-freecodecamp": "^1.1.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-react": "^7.7.0",
"monaco-editor-webpack-plugin": "^1.5.2",
"prettier": "^1.11.1",
"redux-devtools-extension": "^2.13.5",
"sinon": "^4.5.0",
"webpack-cli": "^3.1.0"
}
}