Forked from an inaccessible project.
-
Guillaume WANG authoredGuillaume WANG authored
This project manages its dependencies using npm.
Learn more
package.json 2.97 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 jslint` (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",
"test": "mocha --exit"
},
"repository": {
"type": "git",
"url": "https://gitlab.binets.fr/br/sigma-backend"
},
"author": "Binet Réseau",
"license": "ISC",
"dependencies": {
"apollo-server-express": "^2.3.2",
"body-parser": "^1.18.3",
"colors": "^1.3.3",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"copy-webpack-plugin": "^4.6.0",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-jwt": "^5.3.1",
"express-session": "^1.15.6",
"file-loader": "^1.1.11",
"fs": "0.0.1-security",
"fuse.js": "^3.3.0",
"graphql": "^14.1.1",
"graphql-tools": "^4.0.4",
"graphql-voyager": "^1.0.0-rc.26",
"jsonwebtoken": "^8.4.0",
"knex": "^0.16.3",
"ldap-escape": "^1.1.5",
"ldapjs": "^1.0.2",
"lodash": "^4.17.11",
"morgan": "^1.9.1",
"package-lock": "^1.0.0",
"passport": "^0.4.0",
"passport-ldapauth": "^2.1.1",
"path": "^0.12.7",
"pg": "^7.8.0",
"pug": "^2.0.3",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"serve-favicon": "^2.5.0",
"url-loader": "^0.6.2"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.1",
"@babel/preset-env": "^7.3.1",
"@babel/preset-typescript": "^7.1.0",
"@types/connect-ensure-login": "^0.1.4",
"@types/connect-flash": "0.0.34",
"@types/graphql": "^14.0.5",
"@types/knex": "^0.15.1",
"@types/node": "^10.12.18",
"@types/passport": "^1.0.0",
"babel-eslint": "^8.2.6",
"chai": "^4.2.0",
"eslint": "^5.12.1",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.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": "^5.2.0",
"nodemon": "^1.18.9",
"ts-loader": "^5.3.3",
"tslint": "^5.12.1",
"typescript": "^3.2.4",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-graphql-loader": "^1.0.0",
"webpack-node-externals": "^1.7.2"
}
}