-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 924 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 924 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
36
37
38
{
"name": "devtools",
"version": "0.0.0",
"private": true,
"description": "Companion plugin for Caido plugin development",
"author": {
"name": "Caido Labs Inc.",
"email": "dev@caido.io",
"url": "https://caido.io"
},
"license": "MIT",
"type": "module",
"scripts": {
"typecheck": "pnpm -r typecheck",
"lint": "eslint ./packages/**/src --fix",
"build": "caido-dev build",
"watch": "caido-dev watch"
},
"devDependencies": {
"@caido-community/dev": "0.1.6",
"@caido/eslint-config": "0.6.0",
"@caido/tailwindcss": "0.0.1",
"@types/node": "22.10.5",
"@vitejs/plugin-vue": "5.2.1",
"postcss-prefixwrap": "1.53.0",
"tailwindcss": "3.4.17",
"tailwindcss-primeui": "0.3.4",
"tsup": "8.3.5",
"typescript": "5.5.4",
"vite": "6.0.7"
},
"browserslist": [
"safari >= 14.1",
"firefox >= 79",
"chrome >= 84",
"edge >= 84"
]
}