CliffbreakTS-Viewer/server/package.json
Simon 470ed4a47d
Some checks failed
continuous-integration/drone/push Build is failing
Inital commit
2020-04-29 11:33:39 +02:00

61 lines
1.8 KiB
JSON

{
"name": "ts-viewer",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"build": "gulp",
"clean": "gulp clean",
"dev": "concurrently --kill-others \"gulp watchCompile\" \"npm run dev:node\"",
"dev:node": "node -r dotenv/config node_modules/nodemon/bin/nodemon --watch . --ext ts server",
"lint": "eslint -c .eslintrc.js --ext .ts ./src ",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://git.cliffbreak.de/Cliffbreak/CliffbreakTS-Viewer.git"
},
"author": "Simon Giesel",
"license": "ISC",
"dependencies": {
"@nestjs/common": "^7.0.9",
"@nestjs/core": "^7.0.9",
"@nestjs/platform-fastify": "^7.0.9",
"class-transformer": "^0.2.3",
"class-validator": "^0.12.2",
"dotenv": "^8.2.0",
"fastify": "^2.13.1",
"fastify-swagger": "^2.5.1",
"handlebars": "^4.7.6",
"node-ts": "^5.0.4",
"point-of-view": "^3.8.0",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@nestjs/swagger": "^4.5.3",
"@types/node": "^13.13.2",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"babel-loader": "^8.1.0",
"concurrently": "^5.2.0",
"dateformat": "^3.0.3",
"del": "^5.1.0",
"eslint": "^6.8.0",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.2",
"gulp-conventional-changelog": "^2.0.29",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglifycss": "^1.1.0",
"material-design-icons": "^3.0.1",
"nodemon": "^2.0.3",
"normalize-scss": "^7.0.1",
"ts-node": "^8.8.1",
"typeface-roboto": "0.0.75",
"typescript": "^3.8.3",
"webpack-stream": "^5.2.1"
}
}