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

32 lines
747 B
JSON
Raw Normal View History

2022-08-23 09:01:47 +09:00
{
"name": "@quot/app",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "tsc --noEmit",
"start": "TS_NODE_DEV=true node -r esbuild-register main.ts"
2022-08-23 09:01:47 +09:00
},
"engines": {
"node": "^18.7.0"
},
2022-09-01 02:15:59 +00:00
"packageManager": "npm@8.19.0",
2022-08-23 09:01:47 +09:00
"dependencies": {
"@exampledev/new.css": "^1.1.3",
"@fastify/http-proxy": "^8.2.2",
2022-09-07 00:47:55 +09:00
"@lexical/history": "^0.4.1",
2022-09-07 17:03:54 +09:00
"@lexical/rich-text": "^0.4.1",
2022-09-07 05:52:53 +09:00
"@tsconfig/node18-strictest-esm": "^1.0.1",
2022-09-06 23:52:06 +09:00
"esbuild": "^0.15.7",
2022-08-23 09:01:47 +09:00
"esbuild-register": "^3.3.3",
"fastify": "^4.5.3",
"jose": "^4.9.2",
2022-09-06 23:52:06 +09:00
"lexical": "^0.4.1",
"openid-client": "^5.1.9",
2022-09-06 23:52:06 +09:00
"solid-js": "^1.5.4"
2022-08-23 09:01:47 +09:00
},
"devDependencies": {
2022-09-06 23:52:06 +09:00
"@types/node": "^18.7.15",
"typescript": "^4.8.2"
2022-08-23 09:01:47 +09:00
}
}