diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json index 7538b7e..324ba7c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "license": "ISC", "dependencies": { "body-parser": "^1.18.3", - "bootstrap": "^4.1.3", "cookie-parser": "^1.4.3", "express": "^4.16.4", "jsonwebtoken": "^8.4.0", @@ -19,7 +18,6 @@ "mysql2": "^1.6.4", "request": "^2.88.0", "sequelize": "^4.42.0", - "uuid": "^3.3.2", - "vue": "^2.5.22" + "uuid": "^3.3.2" } } |