10000 Removed unnecessary dependencies. · bartolomej/ts-node-starter@acb0f14 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Removed unnecessary dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
bartolomej committed Dec 15, 2019
1 parent 5e4aa0c commit acb0f14
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 73 deletions.
16 changes: 0 additions & 16 deletions .env.example

This file was deleted.

14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

42 changes: 3 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,61 +10,25 @@
"scripts": {
"start": "npm run build && npm run serve",
"build": "npm run build-ts && npm run lint && npm run copy-static-assets",
"serve": "node build/server.js",
"copy-static-assets": "cp -R src/assets build/assets",
"serve": "node build/app.js",
"test": "jest --forceExit --coverage --verbose",
"build-ts": "tsc",
"lint": "tsc --noEmit && eslint \"**/*.{js,ts}\" --quiet --fix",
"copy-static-assets": "ts-node scripts/copyStaticAssets.ts",
"debug": "npm run build && npm run watch-debug",
"serve-debug": "nodemon --inspect build/server.js"
},
"dependencies": {
"async": "^3.1.0",
"dotenv": "^8.1.0",
"lodash": "^4.17.15",
"winston": "^3.2.1"
},
"dependencies": {},
"devDependencies": {
"@types/async": "^3.0.2",
"@types/bcrypt-nodejs": "^0.0.30",
"@types/bluebird": "^3.5.27",
"@types/body-parser": "^1.17.1",
"@types/chai": "^4.2.3",
"@types/compression": "^1.0.1",
"@types/concurrently": "^4.1.0",
"@types/connect-mongo": "^0.0.43",
"@types/dotenv": "^6.1.1",
"@types/errorhandler": "^0.0.32",
"@types/eslint": "^6.1.1",
"@types/express": "^4.17.1",
"@types/express-flash": "0.0.1",
"@types/express-session": "^1.15.14",
"@types/jest": "^24.0.18",
"@types/jquery": "^3.3.31",
"@types/lodash": "^4.14.141",
"@types/lusca": "^1.6.1",
"@types/mongoose": "^5.5.18",
"@types/node": "^12.7.8",
"@types/node-sass": "^4.11.0",
"@types/nodemailer": "^6.2.1",
"@types/passport": "^1.0.1",
"@types/passport-facebook": "^2.1.9",
"@types/passport-local": "^1.0.33",
"@types/pug": "^2.0.4",
"@types/request": "^2.48.3",
"@types/request-promise": "^4.1.44",
"@types/shelljs": "^0.8.5",
"@types/supertest": "^2.0.8",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^2.3.1",
"@typescript-eslint/parser": "^2.3.1",
"concurrently": "^4.1.2",
"eslint": "^6.4.0",
"jest": "^24.9.0",
"node-sass": "^4.12.0",
"nodemon": "^1.19.2",
"shelljs": "^0.8.3",
"supertest": "^4.0.2",
"ts-jest": "^24.1.0",
"ts-node": "^8.4.1",
"typescript": "^3.6.3"
Expand Down
4 changes: 0 additions & 4 deletions scripts/copyStaticAssets.ts

This file was deleted.

0 comments on commit acb0f14

Please sign in to comment.
0