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
2022-09-07 00:47:55 +09:00

31 lines
748 B
JSON

{
"name": "@quot/app",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "tsc --noEmit",
"start": "TS_NODE_DEV=true node -r esbuild-register main.ts"
},
"engines": {
"node": "^18.7.0"
},
"packageManager": "npm@8.19.0",
"dependencies": {
"@exampledev/new.css": "^1.1.3",
"@fastify/http-proxy": "^8.2.2",
"@lexical/history": "^0.4.1",
"@lexical/plain-text": "^0.4.1",
"esbuild": "^0.15.7",
"esbuild-register": "^3.3.3",
"fastify": "^4.5.3",
"jose": "^4.9.2",
"lexical": "^0.4.1",
"openid-client": "^5.1.9",
"solid-js": "^1.5.4"
},
"devDependencies": {
"@tsconfig/node18-strictest-esm": "^1.0.1",
"@types/node": "^18.7.15",
"typescript": "^4.8.2"
}
}