-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 931 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 931 Bytes
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
{
"name": "workflows-store",
"version": "0.0.0",
"description": "Collection of useful Caido workflows",
"author": "Caido Labs Inc. <dev@caido.io>",
"license": "MIT",
"private": true,
"pnpm": {
"overrides": {
"vite": "6.0.7"
}
},
"scripts": {
"build": "pnpm -r build && caido-dev build",
"build:workflows": "pnpm -C packages/workflows build",
"watch": "caido-dev watch",
"knip": "knip",
"lint": "eslint --fix packages/{backend,frontend}/src",
"typecheck": "pnpm -r typecheck"
},
"devDependencies": {
"@caido-community/dev": "^0.1.3",
"@caido/eslint-config": "^0.6.0",
"@caido/tailwindcss": "0.0.1",
"@vitejs/plugin-vue": "5.2.1",
"eslint": "^9.36.0",
"postcss-prefixwrap": "1.57.0",
"tailwindcss": "3.4.13",
"tailwindcss-primeui": "0.3.4",
"terser": "5.44.0",
"typescript": "5.5.4",
"vite": "6.3.5",
"knip": "^5.72.0"
}
}