-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
173 lines (173 loc) · 5.78 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
163
164
165
166
167
168
169
170
171
172
173
{
"name": "@pipelab/app",
"version": "1.4.1",
"description": "-",
"main": ".vite/build/main.js",
"author": "Armaldio",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/CynToolkit/pipelab.git"
},
"homepage": "https://pipelayn.com",
"packageManager": "[email protected]",
"scripts": {
"format": "prettier --write .",
"lint": "eslint .",
"typecheck:node": "tsc --noEmit -p tsconfig.json --composite false",
"typecheck:web": "vue-tsc --noEmit -p tsconfig.json --composite false",
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"start": "electron-forge start",
"start:args": "electron-forge start -- --project ./tests/e2e/fixtures/folder-to-electron.json --action run",
"dev": "pnpm start",
"test:unit": "vitest run -c vitest.config.mts",
"test:unit:watch": "vitest watch -c vitest.config.mts",
"test:e2e:raw": "vitest run -c tests/e2e/vitest.config.ts",
"test:e2e:local": "pnpm package && pnpm test:e2e:raw",
"test:e2e:pw": "echo 1",
"build": "npm run typecheck && electron-vite build",
"build:no-check": "electron-vite build",
"build:win": "npm run build:no-check && electron-builder --win --config",
"build:mac": "npm run build:no-check && electron-builder --mac --config",
"build:linux": "npm run build:no-check && electron-builder --linux --config",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"make-dev-prerelease": "pnpm version prerelease --preid=dev",
"supa:types": "supabase gen types typescript --project-id $VITE_SUPABASE_PROJECT_ID > src/shared/database.types.ts",
"migrate-file": "pnpm tsx scripts/migrate-file.mts"
},
"dependencies": {
"@changesets/cli": "2.27.9",
"@codemirror/autocomplete": "6.18.1",
"@codemirror/commands": "6.6.2",
"@codemirror/lang-liquid": "6.2.1",
"@codemirror/lint": "6.8.2",
"@codemirror/state": "6.4.1",
"@codemirror/view": "6.34.0",
"@electron-toolkit/preload": "3.0.1",
"@electron-toolkit/utils": "3.0.0",
"@floating-ui/vue": "1.1.5",
"@jitl/quickjs-wasmfile-release-sync": "0.31.0",
"@pipelab/core": "1.3.0",
"@primevue/themes": "4.1.1",
"@sentry/electron": "5.4.0",
"@sentry/vue": "8.32.0",
"@supabase/supabase-js": "2.45.6",
"@trpc/client": "10.45.2",
"@types/dompurify": "3.0.5",
"@vee-validate/valibot": "4.13.2",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
"@vueuse/components": "11.1.0",
"@vueuse/core": "11.1.0",
"@vueuse/router": "11.1.0",
"archiver": "7.0.1",
"code-tag": "1.2.0",
"d3-shape": "3.2.0",
"dompurify": "3.1.7",
"ejs": "3.1.10",
"electron-squirrel-startup": "1.0.1",
"elkjs": "0.9.3",
"es-toolkit": "1.25.2",
"esm": "3.2.25",
"execa": "9.4.1",
"geist": "1.3.1",
"get-value": "3.0.1",
"klona": "2.0.6",
"mutative": "1.0.11",
"nanoid": "5.0.7",
"node-stream-zip": "1.15.0",
"path-browserify": "1.0.1",
"pinia": "2.2.4",
"pinia-plugin-persistedstate": "4.1.1",
"playwright": "1.48.1",
"playwright-core": "1.48.1",
"pnpm": "9.12.2",
"polished": "4.3.1",
"primeicons": "7.0.0",
"primevue": "4.1.1",
"quickjs-emscripten": "0.31.0",
"quickjs-emscripten-sync": "1.5.2",
"semver": "7.6.3",
"set-value": "4.1.0",
"slash": "5.1.0",
"thememirror": "2.0.1",
"tinykeys": "2.1.0",
"ts-deepmerge": "7.0.1",
"ts-essentials": "10.0.2",
"ts-pattern": "5.5.0",
"tslog": "4.9.3",
"type-fest": "4.26.1",
"update-electron-app": "3.0.0",
"valibot": "0.42.1",
"vee-validate": "4.14.4",
"vue-dompurify-html": "5.1.0",
"web-worker": "1.3.0",
"zod": "3.23.8"
},
"devDependencies": {
"@changesets/changelog-git": "0.2.0",
"@changesets/changelog-github": "0.5.0",
"@electron-forge/cli": "7.4.0",
"@electron-forge/maker-deb": "7.4.0",
"@electron-forge/maker-dmg": "7.4.0",
"@electron-forge/maker-flatpak": "7.4.0",
"@electron-forge/maker-squirrel": "7.4.0",
"@electron-forge/maker-zip": "7.4.0",
"@electron-forge/plugin-fuses": "7.4.0",
"@electron-forge/plugin-vite": "7.4.0",
"@electron-forge/publisher-github": "7.4.0",
"@electron-toolkit/tsconfig": "1.0.1",
"@electron/fuses": "1.8.0",
"@electron/notarize": "2.5.0",
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.13.0",
"@laynezh/vite-plugin-lib-assets": "0.5.24",
"@mdi/font": "7.4.47",
"@playwright/test": "1.48.1",
"@primevue/auto-import-resolver": "4.1.1",
"@rushstack/eslint-patch": "1.10.4",
"@sentry/vite-plugin": "2.22.6",
"@types/d3-shape": "3.1.6",
"@types/jsdom": "21.1.7",
"@types/node": "22.7.9",
"@types/path-browserify": "1.0.3",
"@typescript-eslint/parser": "8.11.0",
"@vitejs/plugin-vue": "5.1.4",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "13.0.0",
"@vue/test-utils": "2.4.6",
"electron": "32.1.2",
"electron-vite": "2.3.0",
"eslint": "9.13.0",
"eslint-plugin-vue": "9.29.1",
"globals": "15.11.0",
"jsdom": "25.0.1",
"less": "4.2.0",
"npm-run-all": "4.1.5",
"npm-upgrade": "3.1.0",
"prettier": "3.3.3",
"primeflex": "3.3.1",
"sass": "1.80.4",
"ts-node": "10.9.2",
"tsx": "4.19.1",
"typescript": "5.6.3",
"unplugin-auto-import": "0.18.3",
"unplugin-vue-components": "0.27.4",
"vite": "5.4.10",
"vite-plugin-node-polyfills": "0.22.0",
"vite-plugin-static-copy": "1.0.6",
"vite-plugin-vue-devtools": "7.5.3",
"vite-plugin-wasm": "3.3.0",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.3",
"vue": "3.5.12",
"vue-router": "4.4.5",
"vue-tsc": "2.1.6"
},
"resolutions": {
"@codemirror/state": "6.4.1",
"vue-demi": "0.14.10"
}
}