-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.94 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 3.94 KB
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
{
"name": "sub-vocab",
"type": "module",
"version": "0.3.0",
"private": true,
"packageManager": "pnpm@10.24.0",
"description": "description",
"scripts": {
"backend": "pnpm --filter @sub-vocab/backend",
"bump": "taze major -r && pnpm i && npx nolyfill && npx nolyfill install && pnpm up && pnpm lint:pkg",
"introspect": "pnpm --recursive run introspect",
"lint:fix": "pnpm --recursive run lint:fix",
"lint:pkg": "eslint --fix package.json **/package.json",
"prepare": "ts-patch install -s",
"ui": "pnpm --filter @sub-vocab/ui"
},
"dependencies": {
"@supabase/supabase-js": "^2.86.2",
"date-fns": "^4.1.0",
"effect": "^3.19.8",
"es-toolkit": "^1.42.0",
"eslint-typegen": "^2.3.0",
"ms": "^2.1.3",
"ts-toolbelt": "^9.6.0",
"type-fest": "^5.3.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@antfu/eslint-config": "^6.4.2",
"@effect/language-service": "^0.59.0",
"@stylistic/eslint-plugin": "^5.6.1",
"@t3-oss/env-core": "^0.13.8",
"@total-typescript/ts-reset": "^0.6.1",
"@types/ms": "^2.1.0",
"@types/node": "^24.10.1",
"eslint": "^9.39.1",
"eslint-plugin-command": "^3.3.1",
"eslint-plugin-de-morgan": "^2.0.0",
"eslint-plugin-jsonc": "^2.21.0",
"eslint-plugin-package-json": "^0.85.0",
"eslint-plugin-react-hooks": "6.1.0",
"jsonc-eslint-parser": "^2.4.1",
"openapi-typescript": "^7.10.1",
"pathe": "^2.0.3",
"prettier": "^3.7.4",
"taze": "^19.9.2",
"ts-node": "^10.9.2",
"ts-patch": "^3.3.0",
"typescript": "^5.9.3"
},
"pnpm": {
"overrides": {
"@vercel/node>ts-node": "$ts-node",
"@vercel/node>typescript": "$typescript",
"array-flatten": "npm:@nolyfill/array-flatten@^1.0.44",
"array-includes": "npm:@nolyfill/array-includes@^1.0.44",
"array.prototype.findlast": "npm:@nolyfill/array.prototype.findlast@^1.0.44",
"array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@^1.0.44",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@^1.0.44",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@^1.0.44",
"array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@^1.0.44",
"es-iterator-helpers": "npm:@nolyfill/es-iterator-helpers@^1.0.21",
"es-set-tostringtag": "npm:@nolyfill/es-set-tostringtag@^1.0.44",
"eslint-plugin-react-hooks": "$eslint-plugin-react-hooks",
"hasown": "npm:@nolyfill/hasown@^1.0.44",
"is-arguments": "npm:@nolyfill/is-arguments@^1.0.44",
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
"is-generator-function": "npm:@nolyfill/is-generator-function@^1.0.44",
"is-typed-array": "npm:@nolyfill/is-typed-array@^1.0.44",
"object.assign": "npm:@nolyfill/object.assign@^1.0.44",
"object.entries": "npm:@nolyfill/object.entries@^1.0.44",
"object.fromentries": "npm:@nolyfill/object.fromentries@^1.0.44",
"object.groupby": "npm:@nolyfill/object.groupby@^1.0.44",
"object.values": "npm:@nolyfill/object.values@^1.0.44",
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.44",
"safe-regex-test": "npm:@nolyfill/safe-regex-test@^1.0.44",
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.44",
"side-channel": "npm:@nolyfill/side-channel@^1.0.44",
"string.prototype.includes": "npm:@nolyfill/string.prototype.includes@^1.0.44",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1.0.44",
"string.prototype.repeat": "npm:@nolyfill/string.prototype.repeat@^1.0.44",
"string.prototype.trimend": "npm:@nolyfill/string.prototype.trimend@^1.0.44",
"vite": "npm:rolldown-vite@^7.2.10",
"whatwg-url": "^15.1.0",
"which-typed-array": "npm:@nolyfill/which-typed-array@^1.0.44"
},
"onlyBuiltDependencies": [
"@sentry/cli",
"@tailwindcss/oxide",
"@vercel/speed-insights",
"esbuild",
"sharp",
"supabase",
"unrs-resolver"
]
}
}