-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
162 lines (162 loc) · 4.48 KB
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "app",
"version": "0.9.0",
"description": "",
"private": true,
"type": "module",
"main": "bin/main.ts",
"packageManager": "[email protected]",
"engines": {
"node": "^20.11"
},
"scripts": {
"drizzle-pull": "drizzle-kit introspect",
"format": "prettier --list-different -w ./",
"tsc": "tsc",
"lint": "eslint -c eslint.config.mjs ./",
"build": "node build.mjs",
"build-common": "node scripts/build-common.mjs",
"start": "nodemon ./bin/main.ts",
"test": "vitest --run",
"vitest": "vitest",
"file": "node --no-warnings --import tsx/esm",
"e": "node --no-warnings -r dotenv/config --import tsx/esm",
"lint-staged": "lint-staged",
"prepare": "husky",
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.682.0",
"@bgm38/wiki": "^0.3.3",
"@fastify/cookie": "^11.0.1",
"@fastify/error": "^4.0.0",
"@fastify/formbody": "^8.0.1",
"@fastify/request-context": "^6.0.1",
"@fastify/static": "^8.0.2",
"@fastify/swagger": "^9.2.0",
"@fastify/type-provider-typebox": "^5.0.0",
"@fastify/view": "^10.0.1",
"@node-rs/bcrypt": "^1.10.5",
"@sinclair/typebox": "~0.33.17",
"@trim21/php-serialize": "^0.1.1",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"ajv-keywords": "^5.1.0",
"altair-static": "^8.0.0",
"drizzle-orm": "^0.36.0",
"fastify": "^5.0.0",
"fastify-metrics": "^12.1.0",
"fastify-socket.io": "^5.1.0",
"got": "^14.4.3",
"graphql": "^16.9.0",
"http-proxy-agent": "^7.0.2",
"http-status-codes": "^2.3.0",
"https-proxy-agent": "^7.0.5",
"ioredis": "^5.4.1",
"js-yaml": "^4.1.0",
"liquidjs": "^10.18.0",
"lodash-es": "^4.17.21",
"luxon": "^3.5.0",
"mercurius": "^15.1.0",
"micromatch": "^4.0.8",
"mime-types": "^2.1.35",
"mysql2": "^3.11.3",
"node-cache": "^5.1.2",
"openapi-types": "^12.1.3",
"parse-duration": "^1.1.0",
"pino": "^9.5.0",
"pino-pretty": "^11.3.0",
"prom-client": "^15.1.3",
"reflect-metadata": "^0.2.1",
"socket.io": "^4.8.1",
"socks-proxy-agent": "^8.0.4",
"typeorm": "^0.3.20",
"yaml": "^2.6.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/typescript": "4.1.1",
"@graphql-codegen/typescript-resolvers": "4.4.0",
"@shopify/prettier-plugin-liquid": "^1.5.2",
"@types/ioredis-mock": "^8.2.5",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.4.2",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.17.4",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@typescript-eslint/utils": "^8.12.2",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/ui": "^2.1.4",
"cheerio": "^1.0.0",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.27.0",
"esbuild": "^0.24.0",
"esbuild-node-externals": "^1.15.0",
"eslint": "9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-unicorn": "^56.0.0",
"eslint-plugin-unused-imports": "^4.1.4",
"graphql-tag": "^2.12.6",
"husky": "^9.1.6",
"ioredis-mock": "^8.9.0",
"lint-staged": "^15.2.10",
"mercurius-integration-testing": "^9.0.0",
"nodemon": "^3.1.7",
"p-limit": "^6.1.0",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0",
"std-env": "^3.7.0",
"tsx": "^4.19.2",
"typescript": "~5.6.3",
"typescript-eslint": "^8.12.2",
"vite": "^5.4.10",
"vitest": "^2.1.4",
"vitest-github-actions-reporter": "^0.11.1"
},
"nodemonConfig": {
"ignore": [
"**.test.ts"
],
"watch": [
"bin",
"lib",
"routes",
"config.yaml",
"package.json",
"tsconfig.json",
".env"
],
"delay": 100,
"execMap": {
"ts": "node --no-warnings -r dotenv/config --import tsx/esm"
},
"env": {
"NODE_ENV": "development",
"REF": "development"
},
"ext": "ts,js,json,html"
},
"author": "",
"prettier": {
"plugins": [
"@shopify/prettier-plugin-liquid",
"prettier-plugin-jsdoc"
],
"tsdoc": true,
"printWidth": 100,
"singleQuote": true,
"semi": true,
"trailingComma": "all"
},
"pnpm": {
"patchedDependencies": {}
}
}