1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-19 00:18:09 +00:00
quot/app/package.json
dependabot[bot] c19d6e82d9
Bump fastify from 4.6.0 to 4.8.1 in /app
Bumps [fastify](https://github.com/fastify/fastify) from 4.6.0 to 4.8.1.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.6.0...v4.8.1)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-11 14:03:52 +00:00

36 lines
979 B
JSON

{
"name": "@quot/app",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "lezer-generator --noTerms --output syntax/quot.grammar.js syntax/quot.grammar",
"test": "tsc --noEmit",
"start": "TS_NODE_DEV=true node -r esbuild-register main.ts"
},
"engines": {
"node": "^18.7.0"
},
"packageManager": "npm@8.19.2",
"dependencies": {
"@codemirror/commands": "^6.1.0",
"@codemirror/language": "^6.2.1",
"@codemirror/view": "^6.2.3",
"@exampledev/new.css": "^1.1.3",
"@fastify/http-proxy": "^8.2.2",
"@lezer/highlight": "^1.0.0",
"@lezer/lr": "^1.2.3",
"@tsconfig/node18-strictest-esm": "^1.0.1",
"codemirror": "^6.0.1",
"esbuild": "^0.15.7",
"esbuild-register": "^3.3.3",
"fastify": "^4.8.1",
"jose": "^4.9.2",
"openid-client": "^5.1.9",
"solid-js": "^1.5.4"
},
"devDependencies": {
"@lezer/generator": "^1.1.1",
"@types/node": "^18.7.15",
"typescript": "^4.8.2"
}
}