You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
105 lines
3.1 KiB
JSON
105 lines
3.1 KiB
JSON
{
|
|
"name": "greenvironment-server",
|
|
"version": "0.1.0",
|
|
"description": "Server for greenvironment network",
|
|
"main": "./dist/index.js",
|
|
"scripts": {
|
|
"test": "mocha dist/tests/**/*Test.js",
|
|
"build": "gulp",
|
|
"start": "node ./dist/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.trivernis.net/Software_Engineering_I/greenvironment-server.git"
|
|
},
|
|
"keywords": [
|
|
"server",
|
|
"nodejs",
|
|
"express"
|
|
],
|
|
"author": "SoftEngI",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/bluebird": "^3.5.27",
|
|
"@types/chai": "^4.2.7",
|
|
"@types/compression": "^1.0.1",
|
|
"@types/config": "^0.0.36",
|
|
"@types/connect-pg-simple": "^4.2.0",
|
|
"@types/cookie-parser": "^1.4.2",
|
|
"@types/cors": "^2.8.6",
|
|
"@types/express": "^4.17.1",
|
|
"@types/express-fileupload": "^1.1.0",
|
|
"@types/express-graphql": "^0.8.0",
|
|
"@types/express-session": "^1.15.14",
|
|
"@types/express-socket.io-session": "^1.3.2",
|
|
"@types/fs-extra": "^8.0.0",
|
|
"@types/graphql-query-complexity": "^0.2.1",
|
|
"@types/http-status": "^0.2.30",
|
|
"@types/js-yaml": "^3.12.1",
|
|
"@types/markdown-it": "0.0.9",
|
|
"@types/mocha": "^5.2.7",
|
|
"@types/node": "^12.7.12",
|
|
"@types/pg": "^7.11.0",
|
|
"@types/redis": "^2.8.14",
|
|
"@types/sequelize": "^4.28.5",
|
|
"@types/sharp": "^0.23.1",
|
|
"@types/socket.io": "^2.1.2",
|
|
"@types/socket.io-redis": "^1.0.25",
|
|
"@types/stream-buffers": "^3.0.3",
|
|
"@types/uuid": "^3.4.6",
|
|
"@types/validator": "^10.11.3",
|
|
"chai": "^4.2.0",
|
|
"delete": "^1.1.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-minify": "^3.1.0",
|
|
"gulp-typescript": "^5.0.1",
|
|
"mocha": "^6.2.2",
|
|
"ts-lint": "^4.5.1",
|
|
"tsc": "^1.20150623.0",
|
|
"tslint": "^5.19.0",
|
|
"typescript": "^3.7.2"
|
|
},
|
|
"dependencies": {
|
|
"@types/body-parser": "^1.17.1",
|
|
"@types/graphql-upload": "^8.0.3",
|
|
"body-parser": "^1.19.0",
|
|
"compression": "^1.7.4",
|
|
"config": "^3.2.4",
|
|
"connect-session-sequelize": "^6.0.0",
|
|
"cookie-parser": "^1.4.4",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"express-fileupload": "^1.1.6",
|
|
"express-graphql": "^0.9.0",
|
|
"express-limiter": "^1.6.1",
|
|
"express-session": "^1.16.2",
|
|
"express-socket.io-session": "^1.3.5",
|
|
"fs-extra": "^8.1.0",
|
|
"graphql": "^14.4.2",
|
|
"graphql-import": "^0.7.1",
|
|
"graphql-query-complexity": "^0.4.1",
|
|
"graphql-upload": "^9.0.0",
|
|
"http-status": "^1.3.2",
|
|
"js-yaml": "^3.13.1",
|
|
"legit": "^1.0.7",
|
|
"markdown-it": "^10.0.0",
|
|
"markdown-it-emoji": "^1.4.0",
|
|
"markdown-it-html5-media": "^0.6.0",
|
|
"pg": "^7.12.1",
|
|
"pug": "^2.0.4",
|
|
"reflect-metadata": "^0.1.13",
|
|
"sequelize": "^5.19.6",
|
|
"sequelize-typescript": "^1.0.0",
|
|
"sharp": "^0.23.4",
|
|
"socket.io": "^2.2.0",
|
|
"socket.io-redis": "^5.2.0",
|
|
"sqlite3": "^4.1.0",
|
|
"stream-buffers": "^3.0.2",
|
|
"stream-to-array": "^2.3.0",
|
|
"toml": "^3.0.0",
|
|
"uuid": "^3.3.3",
|
|
"winston": "^3.2.1",
|
|
"winston-daily-rotate-file": "^4.2.1"
|
|
}
|
|
}
|