aboutsummaryrefslogtreecommitdiff
path: root/test/package.json
blob: a9b8db913f5b7e7042375c8554fe524ebd4ef6aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "test",
  "devDependencies": {
    "@types/dedent": "^0.7.0"
  },
  "dependencies": {
    "@prisma/client": "4.15.0",
    "@swc/core": "^1.3.38",
    "@types/react": "^18.0.28",
    "@types/react-dom": "^18.0.11",
    "bktree-fast": "^0.0.7",
    "body-parser": "^1.20.2",
    "dedent": "^0.7.0",
    "esbuild": "^0.17.16",
    "express": "^4.18.2",
    "iconv-lite": "^0.6.3",
    "jest-extended": "^4.0.0",
    "lodash": "^4.17.21",
    "prisma": "4.15.0",
    "socket.io": "^4.6.1",
    "socket.io-client": "^4.6.1",
    "supertest": "^6.1.6",
    "svelte": "^3.55.1",
    "typescript": "^5.0.2",
    "undici": "^5.20.0"
  },
  "private": true,
  "scripts": {
    "typecheck": "tsc --noEmit",
    "postinstall": "cd node_modules/bktree-fast && npx node-gyp configure build"
  }
}