forked from bangumi/server-private
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
144 lines (144 loc) · 4.01 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
{
"name": "graphql",
"version": "0.0.126",
"description": "",
"private": true,
"type": "module",
"main": "lib/main.ts",
"engines": {
"node": "^18.0.0"
},
"scripts": {
"format": "prettier -w ./",
"lint": "eslint --cache --ext ts ./",
"start": "nodemon ./lib/main.ts",
"watch-less": "less-watch-compiler --enable-js style static/style",
"watch-livereload": "livereload 'templates, static' --extraExts liquid",
"test": "vitest --run",
"vitest": "vitest",
"run-file": "node --no-warnings --loader @esbuild-kit/esm-loader",
"e": "node --no-warnings -r dotenv/config --loader @esbuild-kit/esm-loader",
"prepare": "husky install"
},
"nodemonConfig": {
"ignore": [
"**.test.ts"
],
"watch": [
"lib",
"config.yaml",
"package.json",
"tsconfig.json",
".env"
],
"delay": 100,
"execMap": {
"ts": "node --no-warnings -r dotenv/config --loader @esbuild-kit/esm-loader"
},
"env": {
"NODE_ENV": "development",
"REF": "development"
},
"ext": "ts,js,json,html"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@shopify/prettier-plugin-liquid": "^1.0.6",
"@types/ioredis-mock": "^8.2.1",
"@types/js-yaml": "^4.0.5",
"@types/lodash-es": "^4.17.6",
"@types/luxon": "^3.2.0",
"@types/mime-types": "^2.1.1",
"@types/minio": "^7.0.15",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vitest/coverage-c8": "^0.28.3",
"@vitest/ui": "^0.28.3",
"dotenv": "^16.0.3",
"esbuild": "^0.17.5",
"esbuild-register": "^3.4.2",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-rulesdir": "^0.2.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unicorn": "^45.0.2",
"eslint-plugin-unused-imports": "^2.0.0",
"graphql-tag": "^2.12.6",
"husky": "^8.0.3",
"ioredis-mock": "^8.2.6",
"less": "^4.1.3",
"less-watch-compiler": "^1.16.3",
"lint-staged": "^13.1.0",
"livereload": "^0.9.3",
"mercurius-integration-testing": "^6.0.1",
"nodemon": "^2.0.20",
"p-limit": "^4.0.0",
"prettier": "^2.8.3",
"prettier-plugin-jsdoc": "^0.4.2",
"prettier-plugin-sh": "^0.12.8",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vitest": "^0.28.3",
"vitest-github-actions-reporter": "^0.9.0"
},
"dependencies": {
"@bgm38/wiki": "^0.2.2",
"@esbuild-kit/esm-loader": "^2.5.4",
"@fastify/cookie": "^8.3.0",
"@fastify/error": "^3.2.0",
"@fastify/static": "^6.8.0",
"@fastify/swagger": "^8.3.1",
"@fastify/type-provider-typebox": "^2.4.0",
"@fastify/view": "^7.4.1",
"@node-rs/bcrypt": "^1.6.2",
"@sinclair/typebox": "^0.25.20",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"altair-fastify-plugin": "^5.0.14",
"fastify": "^4.12.0",
"fastify-metrics": "^10.0.2",
"fastify-socket.io": "^4.0.0",
"got": "^12.5.3",
"graphql": "^16.6.0",
"http-status-codes": "^2.2.0",
"ioredis": "^5.3.0",
"js-yaml": "^4.1.0",
"liquidjs": "^10.4.0",
"lodash-es": "^4.17.21",
"luxon": "^3.2.1",
"mercurius": "^12.0.0",
"mime-types": "^2.1.35",
"minio": "^7.0.32",
"mysql2": "^3.1.0",
"nanoid": "^4.0.0",
"nexus": "^1.3.0",
"node-cache": "^5.1.2",
"openapi-types": "^12.1.0",
"php-serialize": "^4.0.2",
"pino": "^8.8.0",
"pino-pretty": "^9.1.1",
"prom-client": "^14.1.1",
"proxy-agent": "^5.0.0",
"reflect-metadata": "^0.1.13",
"socket.io": "^4.5.4",
"typeorm": "^0.3.11"
},
"prettier": {
"plugins": [
"@shopify/prettier-plugin-liquid",
"prettier-plugin-jsdoc"
],
"tsdoc": true,
"printWidth": 100,
"singleQuote": true,
"semi": true,
"trailingComma": "all"
}
}