-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.42 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.42 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
{
"name": "patchman",
"module": "index.ts",
"type": "module",
"engines": {
"pnpm": ">= 9.0.4"
},
"devDependencies": {
"@types/node": "^22.19.6",
"madge": "^8.0.0",
"pnpm-patch-i": "^0.4.1",
"vite-node": "^3.2.4"
},
"dependencies": {
"@ben_12/eslint-plugin-dprint": "^1.14.0",
"@effect/experimental": "^0.58.0",
"@effect/opentelemetry": "^0.59.3",
"@effect/platform": "^0.93.8",
"@effect/platform-node": "^0.104.0",
"@effect/rpc": "^0.73.0",
"@effect/sql": "^0.49.0",
"@effect/typeclass": ">=0.38.0",
"@fp-ts/optic": ">=0.25.0",
"@hebilicious/vue-query-nuxt": "~0.3.0",
"@kevinmarrec/nuxt-pwa": "~0.17.0",
"@opentelemetry/sdk-metrics": "^2.4.0",
"@phaphoso/eslint-plugin-dprint": "^0.5.2",
"@tanstack/query-core": "5.83.1",
"@tanstack/vue-query": "5.83.1",
"@vitejs/plugin-vue": "6.0.1",
"@vue/compiler-sfc": "3.5.21",
"date-fns": "2.30.0",
"effect": "^3.19.14",
"eslint-plugin-codegen": "^0.17.0",
"fast-check": "^3.23.2",
"primevue": "3.49.1",
"ts-plugin-sort-import-suggestions": "^1.0.4",
"tsx": "^4.21.0",
"typescript": "5.9.2",
"typescript-transform-paths": "^3.5.6",
"vuetify": "^3.11.6"
},
"pnpm": {
"patchedDependencies": {
"@kevinmarrec/nuxt-pwa@0.17.0": "patches/@kevinmarrec__nuxt-pwa@0.17.0.patch",
"eslint-plugin-codegen": "patches/eslint-plugin-codegen.patch",
"@phaphoso/eslint-plugin-dprint@0.5.2": "patches/@phaphoso__eslint-plugin-dprint@0.5.2.patch",
"date-fns@2.30.0": "patches/date-fns@2.30.0.patch",
"@hebilicious/vue-query-nuxt@0.3.0": "patches/@hebilicious__vue-query-nuxt@0.3.0.patch",
"primevue@3.49.1": "patches/primevue@3.49.1.patch",
"@fp-ts/optic": "patches/@fp-ts__optic.patch",
"typescript": "patches/typescript.patch",
"@effect/sql": "patches/@effect__sql.patch",
"madge": "patches/madge.patch",
"effect": "patches/effect.patch",
"ts-plugin-sort-import-suggestions": "patches/ts-plugin-sort-import-suggestions.patch",
"@tanstack/query-core": "patches/@tanstack__query-core.patch",
"@vitejs/plugin-vue": "patches/@vitejs__plugin-vue.patch",
"@ben_12/eslint-plugin-dprint": "patches/@ben_12__eslint-plugin-dprint.patch",
"vuetify": "patches/vuetify.patch",
"@effect/opentelemetry": "patches/@effect__opentelemetry.patch"
}
},
"scripts": {
"start": "vite-node ./index.ts"
}
}