blaze/package.json

31 lines
738 B
JSON
Raw Normal View History

2023-08-26 00:24:59 +00:00
{
"name": "blaze-this-page",
"version": "1.1.0",
"description": "The service to navigate the web also with bad connectivity",
"type": "module",
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"start": "node ."
},
"dependencies": {
"@fastify/compress": "^6.4.0",
"@fastify/env": "^4.2.0",
"@fastify/etag": "^4.2.0",
2023-09-06 12:11:15 +00:00
"@fastify/static": "^6.11.0",
2023-08-26 00:24:59 +00:00
"@fastify/view": "^8.0.0",
"eta": "^3.1.1",
2023-09-06 12:11:15 +00:00
"fastify": "^4.22.2",
2023-08-26 00:24:59 +00:00
"fastify-minify": "^1.2.0",
"node-html-parser": "^6.1.6",
"zod": "^3.22.2"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
2023-09-06 12:11:15 +00:00
"@types/node": "^20.5.9",
2023-08-26 00:24:59 +00:00
"typescript": "^5.2.2"
},
"packageManager": "pnpm@8.6.12"
}