Forked from an inaccessible project.
-
Olivér FACKLAM authoredOlivér FACKLAM authored
This project manages its dependencies using npm.
Learn more
package.json 3.42 KiB
{
"name": "sigma-backend",
"version": "0.0.1",
"description": "Backend of sigma, the new Frankiz",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development",
"watch": "webpack --watch --mode development",
"start": "nodemon --watch build ./build/bundle.js",
"start_prod": "node ./build/bundle.js",
"doc": "jsdoc --configure jsdoc_config.json",
"lint": "echo 'Ambiguous! Use `npm run eslint` (lint .js files using ESLint) or `npm run tslint` (lint .ts and .js files using TSLint) instead'",
"eslint": "eslint --ext .js src/ db/",
"tslint": "tslint --project tsconfig.json",
"tsfix": "tslint --project tsconfig.json --fix",
"tsc": "tsc --project tsconfig.json",
"ldap_test": "node --require ts-node/register src/ldap/test.ts",
"test": "mocha --require mocha-graphql-register --require ts-node/register test/**/*.test.ts --timeout 20000 --exit"
},
"repository": {
"type": "git",
"url": "https://gitlab.binets.fr/br/sigma-backend"
},
"author": "Binet Réseau",
"license": "ISC",
"dependencies": {
"apollo-server-express": "^2.4.8",
"body-parser": "^1.18.3",
"colors": "^1.3.3",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"copy-webpack-plugin": "^5.0.2",
"cors": "^2.8.5",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"express-jwt": "^5.3.1",
"express-session": "^1.16.1",
"file-loader": "^3.0.1",
"fs": "0.0.1-security",
"fuse.js": "^3.4.4",
"graphql": "^14.2.1",
"graphql-iso-date": "^3.6.1",
"graphql-tools": "^4.0.4",
"graphql-voyager": "^1.0.0-rc.26",
"jsonwebtoken": "^8.5.1",
"knex": "^0.16.5",
"ldap-escape": "^1.1.5",
"ldapjs": "^1.0.2",
"lodash": "^4.17.11",
"morgan": "^1.9.1",
"nodemailer": "^6.1.0",
"package-lock": "^1.0.0",
"passport": "^0.4.0",
"passport-ldapauth": "^2.1.3",
"path": "^0.12.7",
"pg": "^7.9.0",
"pug": "^2.0.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"serve-favicon": "^2.5.0",
"url-loader": "^1.1.2"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-typescript": "^7.3.3",
"@types/chai": "^4.1.7",
"@types/connect-ensure-login": "^0.1.4",
"@types/connect-flash": "0.0.34",
"@types/graphql": "^14.2.0",
"@types/knex": "^0.16.1",
"@types/ldapjs": "^1.0.4",
"@types/mocha": "^5.2.6",
"@types/node": "^11.13.4",
"@types/passport": "^1.0.0",
"apollo-server-testing": "^2.4.8",
"babel-eslint": "^10.0.1",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.17.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"graphql-request": "^1.8.2",
"jsdoc": "^3.5.5",
"jsdoc-babel": "^0.5.0",
"jsdoc-to-markdown": "^4.0.1",
"mocha": "^6.1.3",
"mocha-graphql-register": "^1.0.0",
"nodemon": "^1.18.11",
"ts-loader": "^5.3.3",
"ts-node": "^8.0.2",
"tslint": "^5.15.0",
"typescript": "^3.4.3",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-graphql-loader": "^1.0.0",
"webpack-node-externals": "^1.7.2"
}
}