mirror of
https://github.com/eliasrenman/gardentron.git
synced 2026-03-16 20:46:07 +01:00
chore: fixed dependencies
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "server",
|
||||
"description": "The server for handling two way communication with a iot Device",
|
||||
"description": "Gardening watering server",
|
||||
"version": "0.0.0",
|
||||
"homepage": "",
|
||||
"private": true,
|
||||
@@ -19,7 +19,6 @@
|
||||
"database": "sqlite",
|
||||
"framework": "koa",
|
||||
"transports": [
|
||||
"rest",
|
||||
"websockets"
|
||||
],
|
||||
"schema": "typebox"
|
||||
@@ -44,5 +43,36 @@
|
||||
"bundle:client": "npm run compile && npm pack --pack-destination ./public",
|
||||
"migrate": "knex migrate:latest",
|
||||
"migrate:make": "knex migrate:make"
|
||||
},
|
||||
"dependencies": {
|
||||
"@feathersjs/adapter-commons": "^5.0.5",
|
||||
"@feathersjs/authentication": "^5.0.5",
|
||||
"@feathersjs/authentication-client": "^5.0.5",
|
||||
"@feathersjs/configuration": "^5.0.5",
|
||||
"@feathersjs/errors": "^5.0.5",
|
||||
"@feathersjs/feathers": "^5.0.5",
|
||||
"@feathersjs/knex": "^5.0.5",
|
||||
"@feathersjs/koa": "^5.0.5",
|
||||
"@feathersjs/schema": "^5.0.5",
|
||||
"@feathersjs/socketio": "^5.0.5",
|
||||
"@feathersjs/transport-commons": "^5.0.5",
|
||||
"@feathersjs/typebox": "^5.0.5",
|
||||
"knex": "^2.4.2",
|
||||
"sqlite3": "^5.1.6",
|
||||
"winston": "^3.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/cli": "5.0.5",
|
||||
"@feathersjs/rest-client": "^5.0.5",
|
||||
"@types/mocha": "^10.0.1",
|
||||
"@types/node": "^18.15.11",
|
||||
"axios": "^1.3.4",
|
||||
"cross-env": "^7.0.3",
|
||||
"mocha": "^10.2.0",
|
||||
"nodemon": "^2.0.22",
|
||||
"prettier": "^2.8.8",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.0.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user