This commit is contained in:
16
package.json
16
package.json
@ -5,7 +5,8 @@
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node server.js"
|
||||
"start": "node server.js",
|
||||
"demon": "nodemon server.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,11 +15,12 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"axios": "latest",
|
||||
"fastify": "latest",
|
||||
"fastify-leveldb": "latest",
|
||||
"fastify-static": "latest",
|
||||
"mkdirp": "latest",
|
||||
"node-sass": "latest"
|
||||
"@fastify/leveldb": "^5.0.1",
|
||||
"@fastify/static": "^6.10.2",
|
||||
"axios": "^1.4.0",
|
||||
"fastify": "^4.18.0",
|
||||
"mkdirp": "^3.0.1",
|
||||
"node-sass": "^9.0.0",
|
||||
"nodemon": "^2.0.22"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user