2013-11-13 12:32:22 -05:00
|
|
|
{
|
2018-08-31 16:04:04 +01:00
|
|
|
"name": "@freecodecamp/api-server",
|
2019-06-17 05:16:35 +05:30
|
|
|
"version": "0.0.1",
|
2021-03-27 20:16:20 +05:30
|
|
|
"description": "The freeCodeCamp.org open-source codebase and curriculum",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"private": true,
|
|
|
|
"engines": {
|
2021-11-02 17:01:45 +05:30
|
|
|
"node": ">=16",
|
|
|
|
"npm": ">=8"
|
2021-03-27 20:16:20 +05:30
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/freeCodeCamp/freeCodeCamp.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
|
|
|
|
"author": "freeCodeCamp <team@freecodecamp.org>",
|
|
|
|
"main": "none",
|
2014-02-10 13:43:36 -05:00
|
|
|
"scripts": {
|
2021-02-26 01:32:35 +05:30
|
|
|
"babel-dev-server": "babel-node --inspect=0.0.0.0 ./src/server/index.js",
|
2022-02-15 05:09:26 -08:00
|
|
|
"build": "babel src --out-dir lib --ignore '/**/*.test.js' --copy-files --no-copy-ignored",
|
2021-03-27 20:16:20 +05:30
|
|
|
"develop": "cross-env DEBUG=fcc* node src/development-start.js",
|
2021-05-16 14:38:04 +02:00
|
|
|
"start": "cross-env DEBUG=fcc* node lib/production-start.js"
|
2014-02-10 13:43:36 -05:00
|
|
|
},
|
2021-03-27 20:16:20 +05:30
|
|
|
"resolutions": {
|
|
|
|
"babel-core": "7.0.0-bridge.0"
|
|
|
|
},
|
2013-11-13 18:09:22 -05:00
|
|
|
"dependencies": {
|
2022-02-28 21:59:15 +05:30
|
|
|
"@freecodecamp/loopback-component-passport": "1.2.0",
|
|
|
|
"@sentry/node": "6.18.0",
|
|
|
|
"accepts": "1.3.8",
|
|
|
|
"axios": "0.23.0",
|
|
|
|
"bad-words": "3.0.4",
|
|
|
|
"body-parser": "1.19.2",
|
|
|
|
"compression": "1.7.4",
|
|
|
|
"connect-mongo": "3.2.0",
|
|
|
|
"cookie-parser": "1.4.5",
|
|
|
|
"cors": "2.8.5",
|
|
|
|
"cross-env": "7.0.3",
|
|
|
|
"csurf": "1.11.0",
|
|
|
|
"date-fns": "1.30.1",
|
|
|
|
"debug": "2.2.0",
|
|
|
|
"dedent": "0.7.0",
|
|
|
|
"dotenv": "6.2.0",
|
|
|
|
"express-flash": "0.0.2",
|
|
|
|
"express-session": "1.17.2",
|
|
|
|
"express-validator": "6.14.0",
|
|
|
|
"helmet": "3.23.3",
|
|
|
|
"helmet-csp": "2.10.0",
|
|
|
|
"jsonwebtoken": "8.5.1",
|
|
|
|
"lodash": "4.17.21",
|
|
|
|
"loopback": "3.28.0",
|
|
|
|
"loopback-boot": "2.28.0",
|
|
|
|
"loopback-connector-mongodb": "4.2.0",
|
|
|
|
"method-override": "3.0.0",
|
|
|
|
"moment": "2.29.1",
|
|
|
|
"moment-timezone": "0.5.33",
|
|
|
|
"mongodb": "3.6.9",
|
|
|
|
"morgan": "1.10.0",
|
|
|
|
"nanoid": "3.2.0",
|
|
|
|
"nodemailer-ses-transport": "1.5.1",
|
|
|
|
"passport": "0.4.1",
|
|
|
|
"passport-auth0": "1.4.2",
|
|
|
|
"passport-local": "1.0.0",
|
|
|
|
"passport-mock-strategy": "2.0.0",
|
|
|
|
"query-string": "6.14.0",
|
|
|
|
"rx": "4.1.0",
|
|
|
|
"stripe": "8.205.0",
|
|
|
|
"uuid": "3.4.0",
|
|
|
|
"validator": "13.6.0"
|
2014-02-24 22:58:35 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-28 21:59:15 +05:30
|
|
|
"@babel/cli": "7.17.6",
|
|
|
|
"@babel/core": "7.15.8",
|
|
|
|
"@babel/node": "7.16.8",
|
|
|
|
"@babel/plugin-proposal-class-properties": "7.14.5",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.17.3",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.14.5",
|
|
|
|
"@babel/preset-env": "7.15.8",
|
|
|
|
"@babel/register": "7.15.3",
|
|
|
|
"babel-core": "7.0.0-bridge.0",
|
|
|
|
"babel-plugin-transform-function-bind": "6.22.0",
|
|
|
|
"babel-plugin-transform-imports": "1.5.1",
|
|
|
|
"loopback-component-explorer": "6.4.0",
|
|
|
|
"nodemon": "2.0.14",
|
|
|
|
"smee-client": "1.2.2"
|
2017-07-06 03:19:58 +05:30
|
|
|
}
|
2016-09-23 15:38:49 -07:00
|
|
|
}
|