-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.89 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
{
"name": "patchman",
"module": "index.ts",
"type": "module",
"engines": {
"pnpm": ">= 9.0.4"
},
"devDependencies": {
"@types/node": "^22.10.9",
"madge": "^8.0.0",
"pnpm-patch-i": "^0.3.4",
"vite-node": "^1.6.0"
},
"dependencies": {
"@effect/opentelemetry": "^0.42.7",
"@effect/platform": "^0.75.1",
"@effect/platform-node": "^0.71.1",
"@effect/sql": "^0.28.1",
"@effect/typeclass": "^0.31.7",
"@fp-ts/optic": "^0.25.0",
"@hebilicious/vue-query-nuxt": "^0.3.0",
"@kevinmarrec/nuxt-pwa": "^0.17.0",
"@opentelemetry/sdk-metrics": "^1.30.1",
"@phaphoso/eslint-plugin-dprint": "^0.5.2",
"date-fns": "2.30.0",
"effect": "^3.12.7",
"eslint-plugin-codegen": "^0.17.0",
"fast-check": "^3.23.2",
"primevue": "3.49.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"typescript-transform-paths": "^3.5.3",
"vue-tsc": "^2.2.0"
},
"pnpm": {
"patchedDependencies": {
"@kevinmarrec/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"@phaphoso/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"@hebilicious/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"@fp-ts/optic": "patches/@fp-ts__optic.patch",
"typescript": "patches/typescript.patch",
"@effect/platform": "patches/@effect__platform.patch",
"@effect/sql": "patches/@effect__sql.patch",
"@vitejs/plugin-vue": "patches/@vitejs__plugin-vue.patch",
"madge": "patches/madge.patch",
"@vue/compiler-core": "patches/@vue__compiler-core.patch",
"effect": "patches/effect.patch"
}
},
"scripts": {
"start": "vite-node ./index.ts"
}
}