added dependencies
parent
332af2cd4e
commit
38f3d26734
@ -0,0 +1,9 @@
|
|||||||
|
# Changelog
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,54 @@
|
|||||||
|
{
|
||||||
|
"name": "greenvironment-server",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"description": "Server for greenvironment network",
|
||||||
|
"main": "./dist/index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.trivernis.net/Software_Engineering_I/greenvironment-server.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"server",
|
||||||
|
"nodejs",
|
||||||
|
"express"
|
||||||
|
],
|
||||||
|
"author": "SoftEngI",
|
||||||
|
"license": "ISC",
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/connect-pg-simple": "^4.2.0",
|
||||||
|
"@types/cookie-parser": "^1.4.2",
|
||||||
|
"@types/express": "^4.17.1",
|
||||||
|
"@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": "^14.2.3",
|
||||||
|
"@types/node": "^12.7.2",
|
||||||
|
"@types/pg": "^7.11.0",
|
||||||
|
"@types/socket.io": "^2.1.2",
|
||||||
|
"delete": "^1.1.0",
|
||||||
|
"gulp": "^4.0.2",
|
||||||
|
"gulp-minify": "^3.1.0",
|
||||||
|
"gulp-sass": "^4.0.2",
|
||||||
|
"gulp-typescript": "^5.0.1",
|
||||||
|
"ts-lint": "^4.5.1"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@types/winston": "^2.4.4",
|
||||||
|
"connect-pg-simple": "^6.0.0",
|
||||||
|
"cookie-parser": "^1.4.4",
|
||||||
|
"express": "^4.17.1",
|
||||||
|
"express-graphql": "^0.9.0",
|
||||||
|
"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",
|
||||||
|
"pg": "^7.12.1",
|
||||||
|
"socket.io": "^2.2.0",
|
||||||
|
"winston": "^3.2.1"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue